#include <stdint.h>
Go to the source code of this file.
Functions | |
void | adf4350_Init (void) |
Initialize ADF4350 devices. More... | |
void | adf4350_Off (void) |
Turn off RF outputs and turn off clock for both ADF4350 devices. More... | |
void | adf4350_SetF0 (uint32_t fhz) |
Set given frequency at the output of ADF4350 generating F0. More... | |
void | adf4350_SetLO (uint32_t fhz) |
Set given frequency at the output of ADF4350 generating LO. More... | |
void adf4350_SetF0 | ( | uint32_t | fhz | ) |
Set given frequency at the output of ADF4350 generating F0.
fhz | Desired frequency in Hz |
void adf4350_SetLO | ( | uint32_t | fhz | ) |
Set given frequency at the output of ADF4350 generating LO.
fhz | Desired frequency in Hz |