![]() |
LibDriver AS608
|
as608 link driver modules More...
Macros | |
| #define | DRIVER_AS608_LINK_INIT(HANDLE, STRUCTURE) |
| initialize as608_handle_t structure | |
| #define | DRIVER_AS608_LINK_UART_INIT(HANDLE, FUC) |
| link uart_init function | |
| #define | DRIVER_AS608_LINK_UART_DEINIT(HANDLE, FUC) |
| link uart_deinit function | |
| #define | DRIVER_AS608_LINK_UART_READ(HANDLE, FUC) |
| link uart_read function | |
| #define | DRIVER_AS608_LINK_UART_WRITE(HANDLE, FUC) |
| link uart_write function | |
| #define | DRIVER_AS608_LINK_UART_FLUSH(HANDLE, FUC) |
| link uart_flush function | |
| #define | DRIVER_AS608_LINK_DELAY_MS(HANDLE, FUC) |
| link delay_ms function | |
| #define | DRIVER_AS608_LINK_DEBUG_PRINT(HANDLE, FUC) |
| link debug_print function | |
as608 link driver modules
| #define DRIVER_AS608_LINK_DEBUG_PRINT | ( | HANDLE, | |
| FUC ) |
link debug_print function
| [in] | HANDLE | pointer to an as608 handle structure |
| [in] | FUC | pointer to a debug_print function address |
Definition at line 316 of file driver_as608.h.
| #define DRIVER_AS608_LINK_DELAY_MS | ( | HANDLE, | |
| FUC ) |
link delay_ms function
| [in] | HANDLE | pointer to an as608 handle structure |
| [in] | FUC | pointer to a delay_ms function address |
Definition at line 308 of file driver_as608.h.
| #define DRIVER_AS608_LINK_INIT | ( | HANDLE, | |
| STRUCTURE ) |
initialize as608_handle_t structure
| [in] | HANDLE | pointer to an as608 handle structure |
| [in] | STRUCTURE | as608_handle_t |
Definition at line 260 of file driver_as608.h.
| #define DRIVER_AS608_LINK_UART_DEINIT | ( | HANDLE, | |
| FUC ) |
link uart_deinit function
| [in] | HANDLE | pointer to an as608 handle structure |
| [in] | FUC | pointer to a uart_deinit function address |
Definition at line 276 of file driver_as608.h.
| #define DRIVER_AS608_LINK_UART_FLUSH | ( | HANDLE, | |
| FUC ) |
link uart_flush function
| [in] | HANDLE | pointer to an as608 handle structure |
| [in] | FUC | pointer to a uart_flush function address |
Definition at line 300 of file driver_as608.h.
| #define DRIVER_AS608_LINK_UART_INIT | ( | HANDLE, | |
| FUC ) |
link uart_init function
| [in] | HANDLE | pointer to an as608 handle structure |
| [in] | FUC | pointer to a uart_init function address |
Definition at line 268 of file driver_as608.h.
| #define DRIVER_AS608_LINK_UART_READ | ( | HANDLE, | |
| FUC ) |
link uart_read function
| [in] | HANDLE | pointer to an as608 handle structure |
| [in] | FUC | pointer to a uart_read function address |
Definition at line 284 of file driver_as608.h.
| #define DRIVER_AS608_LINK_UART_WRITE | ( | HANDLE, | |
| FUC ) |
link uart_write function
| [in] | HANDLE | pointer to an as608 handle structure |
| [in] | FUC | pointer to a uart_write function address |
Definition at line 292 of file driver_as608.h.