![]() |
LibDriver SPS30
|
sps30 link driver modules More...
Macros | |
| #define | DRIVER_SPS30_LINK_INIT(HANDLE, STRUCTURE) |
| initialize sps30_handle_t structure | |
| #define | DRIVER_SPS30_LINK_UART_INIT(HANDLE, FUC) |
| link uart_init function | |
| #define | DRIVER_SPS30_LINK_UART_DEINIT(HANDLE, FUC) |
| link uart_deinit function | |
| #define | DRIVER_SPS30_LINK_UART_READ(HANDLE, FUC) |
| link uart_read function | |
| #define | DRIVER_SPS30_LINK_UART_WRITE(HANDLE, FUC) |
| link uart_write function | |
| #define | DRIVER_SPS30_LINK_UART_FLUSH(HANDLE, FUC) |
| link uart_flush function | |
| #define | DRIVER_SPS30_LINK_IIC_INIT(HANDLE, FUC) |
| link iic_init function | |
| #define | DRIVER_SPS30_LINK_IIC_DEINIT(HANDLE, FUC) |
| link iic_deinit function | |
| #define | DRIVER_SPS30_LINK_IIC_WRITE_COMMAND(HANDLE, FUC) |
| link iic_write_cmd function | |
| #define | DRIVER_SPS30_LINK_IIC_READ_COMMAND(HANDLE, FUC) |
| link iic_read_cmd function | |
| #define | DRIVER_SPS30_LINK_DELAY_MS(HANDLE, FUC) |
| link delay_ms function | |
| #define | DRIVER_SPS30_LINK_DEBUG_PRINT(HANDLE, FUC) |
| link debug_print function | |
sps30 link driver modules
| #define DRIVER_SPS30_LINK_DEBUG_PRINT | ( | HANDLE, | |
| FUC ) |
link debug_print function
| [in] | HANDLE | pointer to an sps30 handle structure |
| [in] | FUC | pointer to a debug_print function address |
Definition at line 256 of file driver_sps30.h.
| #define DRIVER_SPS30_LINK_DELAY_MS | ( | HANDLE, | |
| FUC ) |
link delay_ms function
| [in] | HANDLE | pointer to an sps30 handle structure |
| [in] | FUC | pointer to a delay_ms function address |
Definition at line 248 of file driver_sps30.h.
| #define DRIVER_SPS30_LINK_IIC_DEINIT | ( | HANDLE, | |
| FUC ) |
link iic_deinit function
| [in] | HANDLE | pointer to an sps30 handle structure |
| [in] | FUC | pointer to an iic_deinit function address |
Definition at line 224 of file driver_sps30.h.
| #define DRIVER_SPS30_LINK_IIC_INIT | ( | HANDLE, | |
| FUC ) |
link iic_init function
| [in] | HANDLE | pointer to an sps30 handle structure |
| [in] | FUC | pointer to an iic_init function address |
Definition at line 216 of file driver_sps30.h.
| #define DRIVER_SPS30_LINK_IIC_READ_COMMAND | ( | HANDLE, | |
| FUC ) |
link iic_read_cmd function
| [in] | HANDLE | pointer to an sps30 handle structure |
| [in] | FUC | pointer to an iic_read_cmd function address |
Definition at line 240 of file driver_sps30.h.
| #define DRIVER_SPS30_LINK_IIC_WRITE_COMMAND | ( | HANDLE, | |
| FUC ) |
link iic_write_cmd function
| [in] | HANDLE | pointer to an sps30 handle structure |
| [in] | FUC | pointer to an iic_write_cmd function address |
Definition at line 232 of file driver_sps30.h.
| #define DRIVER_SPS30_LINK_INIT | ( | HANDLE, | |
| STRUCTURE ) |
initialize sps30_handle_t structure
| [in] | HANDLE | pointer to an sps30 handle structure |
| [in] | STRUCTURE | sps30_handle_t |
Definition at line 168 of file driver_sps30.h.
| #define DRIVER_SPS30_LINK_UART_DEINIT | ( | HANDLE, | |
| FUC ) |
link uart_deinit function
| [in] | HANDLE | pointer to an sps30 handle structure |
| [in] | FUC | pointer to a uart_deinit function address |
Definition at line 184 of file driver_sps30.h.
| #define DRIVER_SPS30_LINK_UART_FLUSH | ( | HANDLE, | |
| FUC ) |
link uart_flush function
| [in] | HANDLE | pointer to an sps30 handle structure |
| [in] | FUC | pointer to a uart_flush function address |
Definition at line 208 of file driver_sps30.h.
| #define DRIVER_SPS30_LINK_UART_INIT | ( | HANDLE, | |
| FUC ) |
link uart_init function
| [in] | HANDLE | pointer to an sps30 handle structure |
| [in] | FUC | pointer to a uart_init function address |
Definition at line 176 of file driver_sps30.h.
| #define DRIVER_SPS30_LINK_UART_READ | ( | HANDLE, | |
| FUC ) |
link uart_read function
| [in] | HANDLE | pointer to an sps30 handle structure |
| [in] | FUC | pointer to a uart_read function address |
Definition at line 192 of file driver_sps30.h.
| #define DRIVER_SPS30_LINK_UART_WRITE | ( | HANDLE, | |
| FUC ) |
link uart_write function
| [in] | HANDLE | pointer to an sps30 handle structure |
| [in] | FUC | pointer to a uart_write function address |
Definition at line 200 of file driver_sps30.h.