EU1KY AA
adf4350.h
Go to the documentation of this file.
1 #ifndef _ADF_4350_H_
2 #define _ADF_4350_H_
3 
4 #include <stdint.h>
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 void adf4350_Init(void);
11 void adf4350_Off(void);
12 void adf4350_SetF0(uint32_t fhz);
13 void adf4350_SetLO(uint32_t fhz);
14 
15 #ifdef __cplusplus
16 }
17 #endif
18 
19 #endif // _ADF_4350_H_
void adf4350_SetF0(uint32_t fhz)
Set given frequency at the output of ADF4350 generating F0.
Definition: adf4350.c:215
void adf4350_Init(void)
Initialize ADF4350 devices.
Definition: adf4350.c:176
void adf4350_Off(void)
Turn off RF outputs and turn off clock for both ADF4350 devices.
Definition: adf4350.c:205
void adf4350_SetLO(uint32_t fhz)
Set given frequency at the output of ADF4350 generating LO.
Definition: adf4350.c:231