EU1KY AA
si5338a.h
Go to the documentation of this file.
1 #ifndef _SI5338A_H_
2 #define _SI5338A_H_
3 
4 #include <stdint.h>
5 
6 //ADF4351 driver API
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 void SI5338A_Init(void);
11 void SI5338A_Off(void);
12 void SI5338A_SetF0(uint32_t fhz);
13 void SI5338A_SetLO(uint32_t fhz);
14 
15 #ifdef __cplusplus
16 }
17 #endif
18 
19 #endif
void SI5338A_Off(void)
Definition: si5338a.c:10
void SI5338A_SetLO(uint32_t fhz)
Definition: si5338a.c:20
void SI5338A_SetF0(uint32_t fhz)
Definition: si5338a.c:15
void SI5338A_Init(void)
Definition: si5338a.c:5