![]() |
LibDriver ADXL362
|
adxl362 link driver modules More...
Macros | |
| #define | DRIVER_ADXL362_LINK_INIT(HANDLE, STRUCTURE) |
| initialize adxl362_handle_t structure | |
| #define | DRIVER_ADXL362_LINK_SPI_INIT(HANDLE, FUC) |
| link spi_init function | |
| #define | DRIVER_ADXL362_LINK_SPI_DEINIT(HANDLE, FUC) |
| link spi_deinit function | |
| #define | DRIVER_ADXL362_LINK_SPI_READ(HANDLE, FUC) |
| link spi_read function | |
| #define | DRIVER_ADXL362_LINK_SPI_READ_ADDRESS16(HANDLE, FUC) |
| link spi_read_address16 function | |
| #define | DRIVER_ADXL362_LINK_SPI_WRITE_ADDRESS16(HANDLE, FUC) |
| link spi_write_address16 function | |
| #define | DRIVER_ADXL362_LINK_DELAY_MS(HANDLE, FUC) |
| link delay_ms function | |
| #define | DRIVER_ADXL362_LINK_DEBUG_PRINT(HANDLE, FUC) |
| link debug_print function | |
| #define | DRIVER_ADXL362_LINK_RECEIVE_CALLBACK(HANDLE, FUC) |
| link receive_callback function | |
adxl362 link driver modules
| #define DRIVER_ADXL362_LINK_DEBUG_PRINT | ( | HANDLE, | |
| FUC ) |
link debug_print function
| [in] | HANDLE | pointer to an adxl362 handle structure |
| [in] | FUC | pointer to a debug_print function address |
Definition at line 314 of file driver_adxl362.h.
| #define DRIVER_ADXL362_LINK_DELAY_MS | ( | HANDLE, | |
| FUC ) |
link delay_ms function
| [in] | HANDLE | pointer to an adxl362 handle structure |
| [in] | FUC | pointer to a delay_ms function address |
Definition at line 306 of file driver_adxl362.h.
| #define DRIVER_ADXL362_LINK_INIT | ( | HANDLE, | |
| STRUCTURE ) |
initialize adxl362_handle_t structure
| [in] | HANDLE | pointer to an adxl362 handle structure |
| [in] | STRUCTURE | adxl362_handle_t |
Definition at line 258 of file driver_adxl362.h.
| #define DRIVER_ADXL362_LINK_RECEIVE_CALLBACK | ( | HANDLE, | |
| FUC ) |
link receive_callback function
| [in] | HANDLE | pointer to an adxl362 handle structure |
| [in] | FUC | pointer to a receive_callback function address |
Definition at line 322 of file driver_adxl362.h.
| #define DRIVER_ADXL362_LINK_SPI_DEINIT | ( | HANDLE, | |
| FUC ) |
link spi_deinit function
| [in] | HANDLE | pointer to an adxl362 handle structure |
| [in] | FUC | pointer to a spi_deinit function address |
Definition at line 274 of file driver_adxl362.h.
| #define DRIVER_ADXL362_LINK_SPI_INIT | ( | HANDLE, | |
| FUC ) |
link spi_init function
| [in] | HANDLE | pointer to an adxl362 handle structure |
| [in] | FUC | pointer to a spi_init function address |
Definition at line 266 of file driver_adxl362.h.
| #define DRIVER_ADXL362_LINK_SPI_READ | ( | HANDLE, | |
| FUC ) |
link spi_read function
| [in] | HANDLE | pointer to an adxl362 handle structure |
| [in] | FUC | pointer to a spi_read function address |
Definition at line 282 of file driver_adxl362.h.
| #define DRIVER_ADXL362_LINK_SPI_READ_ADDRESS16 | ( | HANDLE, | |
| FUC ) |
link spi_read_address16 function
| [in] | HANDLE | pointer to an adxl362 handle structure |
| [in] | FUC | pointer to a spi_read_address16 function address |
Definition at line 290 of file driver_adxl362.h.
| #define DRIVER_ADXL362_LINK_SPI_WRITE_ADDRESS16 | ( | HANDLE, | |
| FUC ) |
link spi_write_address16 function
| [in] | HANDLE | pointer to an adxl362 handle structure |
| [in] | FUC | pointer to a spi_write_address16 function address |
Definition at line 298 of file driver_adxl362.h.