![]() |
LibDriver AD9833
|
ad9833 link driver modules More...
Macros | |
| #define | DRIVER_AD9833_LINK_INIT(HANDLE, STRUCTURE) |
| initialize ad9833_handle_t structure | |
| #define | DRIVER_AD9833_LINK_SPI_INIT(HANDLE, FUC) |
| link spi_init function | |
| #define | DRIVER_AD9833_LINK_SPI_DEINIT(HANDLE, FUC) |
| link spi_deinit function | |
| #define | DRIVER_AD9833_LINK_SPI_WRITE_CMD(HANDLE, FUC) |
| link spi_write_cmd function | |
| #define | DRIVER_AD9833_LINK_DELAY_MS(HANDLE, FUC) |
| link delay_ms function | |
| #define | DRIVER_AD9833_LINK_DEBUG_PRINT(HANDLE, FUC) |
| link debug_print function | |
ad9833 link driver modules
| #define DRIVER_AD9833_LINK_DEBUG_PRINT | ( | HANDLE, | |
| FUC ) |
link debug_print function
| [in] | HANDLE | pointer to an ad9833 handle structure |
| [in] | FUC | pointer to a debug_print function address |
Definition at line 176 of file driver_ad9833.h.
| #define DRIVER_AD9833_LINK_DELAY_MS | ( | HANDLE, | |
| FUC ) |
link delay_ms function
| [in] | HANDLE | pointer to an ad9833 handle structure |
| [in] | FUC | pointer to a delay_ms function address |
Definition at line 168 of file driver_ad9833.h.
| #define DRIVER_AD9833_LINK_INIT | ( | HANDLE, | |
| STRUCTURE ) |
initialize ad9833_handle_t structure
| [in] | HANDLE | pointer to an ad9833 handle structure |
| [in] | STRUCTURE | ad9833_handle_t |
Definition at line 136 of file driver_ad9833.h.
| #define DRIVER_AD9833_LINK_SPI_DEINIT | ( | HANDLE, | |
| FUC ) |
link spi_deinit function
| [in] | HANDLE | pointer to an ad9833 handle structure |
| [in] | FUC | pointer to an spi_deinit function address |
Definition at line 152 of file driver_ad9833.h.
| #define DRIVER_AD9833_LINK_SPI_INIT | ( | HANDLE, | |
| FUC ) |
link spi_init function
| [in] | HANDLE | pointer to an ad9833 handle structure |
| [in] | FUC | pointer to an spi_init function address |
Definition at line 144 of file driver_ad9833.h.
| #define DRIVER_AD9833_LINK_SPI_WRITE_CMD | ( | HANDLE, | |
| FUC ) |
link spi_write_cmd function
| [in] | HANDLE | pointer to an ad9833 handle structure |
| [in] | FUC | pointer to an spi_write_cmd function address |
Definition at line 160 of file driver_ad9833.h.