![]() |
LibDriver AD9833
|
ad9833 interface driver modules More...
Functions | |
| uint8_t | ad9833_interface_spi_init (void) |
| interface spi bus init | |
| uint8_t | ad9833_interface_spi_deinit (void) |
| interface spi bus deinit | |
| uint8_t | ad9833_interface_spi_write_cmd (uint8_t *buf, uint16_t len) |
| interface spi bus write command | |
| void | ad9833_interface_delay_ms (uint32_t ms) |
| interface delay ms | |
| void | ad9833_interface_debug_print (const char *const fmt,...) |
| interface print format data | |
ad9833 interface driver modules
| void ad9833_interface_debug_print | ( | const char *const | fmt, |
| ... ) |
interface print format data
| [in] | fmt | format data |
Definition at line 92 of file driver_ad9833_interface_template.c.
| void ad9833_interface_delay_ms | ( | uint32_t | ms | ) |
interface delay ms
| [in] | ms | time |
Definition at line 82 of file driver_ad9833_interface_template.c.
| uint8_t ad9833_interface_spi_deinit | ( | void | ) |
interface spi bus deinit
Definition at line 58 of file driver_ad9833_interface_template.c.
| uint8_t ad9833_interface_spi_init | ( | void | ) |
interface spi bus init
Definition at line 46 of file driver_ad9833_interface_template.c.
| uint8_t ad9833_interface_spi_write_cmd | ( | uint8_t * | buf, |
| uint16_t | len ) |
interface spi bus write command
| [in] | *buf | pointer to a data buffer |
| [in] | len | length of data buffer |
Definition at line 72 of file driver_ad9833_interface_template.c.