ADF7030-1 Device Drivers API Reference Manual
Alpha 0.0.1
Device Drivers for ADF7030-1 Transceiver
|
Functions | |
uint32_t | adf7030_1__SendConfiguration (ADI_SPI_HANDLE hSPIDevice, uint8_t *pCONFIG, uint32_t Size) |
ADI Radio Configuration transfer function. More... | |
uint32_t | adf7030_1__XferCfgSeq (ADI_SPI_HANDLE hSPIDevice, uint8_t *pData, uint32_t Size) |
ADI Radio SPI sequence configuration transfer. More... | |
uint32_t adf7030_1__SendConfiguration | ( | ADI_SPI_HANDLE | hSPIDevice, |
uint8_t * | pCONFIG, | ||
uint32_t | Size | ||
) |
ADI Radio Configuration transfer function.
[in] | hSPIDevice | Handle to Glue SPI peripheral device used to communicate with the adf7030-1. |
[in] | pCONFIG | Pointer to cfg blob binary |
Definition at line 80 of file adf7030-1__cfg.c.
uint32_t adf7030_1__XferCfgSeq | ( | ADI_SPI_HANDLE | hSPIDevice, |
uint8_t * | pData, | ||
uint32_t | Size | ||
) |
ADI Radio SPI sequence configuration transfer.
[in] | hSPIDevice | Handle to Glue SPI peripheral device used to communicate with the adf7030-1. |
[in] | pData | Pointer to cfg sub sequence |
Definition at line 136 of file adf7030-1__cfg.c.
Referenced by adf7030_1__SendConfiguration().