![]() |
LibDriver CS100
|
cs100 link driver modules More...
Macros | |
| #define | DRIVER_CS100_LINK_INIT(HANDLE, STRUCTURE) |
| initialize cs100_handle_t structure | |
| #define | DRIVER_CS100_LINK_TRIG_INIT(HANDLE, FUC) |
| link trig_init function | |
| #define | DRIVER_CS100_LINK_TRIG_DEINIT(HANDLE, FUC) |
| link trig_deinit function | |
| #define | DRIVER_CS100_LINK_TRIG_WRITE(HANDLE, FUC) |
| link trig_write function | |
| #define | DRIVER_CS100_LINK_ECHO_INIT(HANDLE, FUC) |
| link echo_init function | |
| #define | DRIVER_CS100_LINK_ECHO_DEINIT(HANDLE, FUC) |
| link echo_deinit function | |
| #define | DRIVER_CS100_LINK_ECHO_WRITE(HANDLE, FUC) |
| link echo_read function | |
| #define | DRIVER_CS100_LINK_TIMESTAMP_READ(HANDLE, FUC) |
| link timestamp_read function | |
| #define | DRIVER_CS100_LINK_DELAY_MS(HANDLE, FUC) |
| link delay_ms function | |
| #define | DRIVER_CS100_LINK_DELAY_US(HANDLE, FUC) |
| link delay_us function | |
| #define | DRIVER_CS100_LINK_DEBUG_PRINT(HANDLE, FUC) |
| link debug_print function | |
cs100 link driver modules
| #define DRIVER_CS100_LINK_DEBUG_PRINT | ( | HANDLE, | |
| FUC ) |
link debug_print function
| [in] | HANDLE | pointer to an cs100 handle structure |
| [in] | FUC | pointer to a debug_print function address |
Definition at line 207 of file driver_cs100.h.
| #define DRIVER_CS100_LINK_DELAY_MS | ( | HANDLE, | |
| FUC ) |
link delay_ms function
| [in] | HANDLE | pointer to an cs100 handle structure |
| [in] | FUC | pointer to a delay_ms function address |
Definition at line 191 of file driver_cs100.h.
| #define DRIVER_CS100_LINK_DELAY_US | ( | HANDLE, | |
| FUC ) |
link delay_us function
| [in] | HANDLE | pointer to an cs100 handle structure |
| [in] | FUC | pointer to a delay_us function address |
Definition at line 199 of file driver_cs100.h.
| #define DRIVER_CS100_LINK_ECHO_DEINIT | ( | HANDLE, | |
| FUC ) |
link echo_deinit function
| [in] | HANDLE | pointer to an cs100 handle structure |
| [in] | FUC | pointer to an echo_deinit function address |
Definition at line 167 of file driver_cs100.h.
| #define DRIVER_CS100_LINK_ECHO_INIT | ( | HANDLE, | |
| FUC ) |
link echo_init function
| [in] | HANDLE | pointer to an cs100 handle structure |
| [in] | FUC | pointer to an echo_init function address |
Definition at line 159 of file driver_cs100.h.
| #define DRIVER_CS100_LINK_ECHO_WRITE | ( | HANDLE, | |
| FUC ) |
link echo_read function
| [in] | HANDLE | pointer to an cs100 handle structure |
| [in] | FUC | pointer to an echo_read function address |
Definition at line 175 of file driver_cs100.h.
| #define DRIVER_CS100_LINK_INIT | ( | HANDLE, | |
| STRUCTURE ) |
initialize cs100_handle_t structure
| [in] | HANDLE | pointer to an cs100 handle structure |
| [in] | STRUCTURE | cs100_handle_t |
Definition at line 127 of file driver_cs100.h.
| #define DRIVER_CS100_LINK_TIMESTAMP_READ | ( | HANDLE, | |
| FUC ) |
link timestamp_read function
| [in] | HANDLE | pointer to an cs100 handle structure |
| [in] | FUC | pointer to a timestamp_read function address |
Definition at line 183 of file driver_cs100.h.
| #define DRIVER_CS100_LINK_TRIG_DEINIT | ( | HANDLE, | |
| FUC ) |
link trig_deinit function
| [in] | HANDLE | pointer to an cs100 handle structure |
| [in] | FUC | pointer to a trig_deinit function address |
Definition at line 143 of file driver_cs100.h.
| #define DRIVER_CS100_LINK_TRIG_INIT | ( | HANDLE, | |
| FUC ) |
link trig_init function
| [in] | HANDLE | pointer to an cs100 handle structure |
| [in] | FUC | pointer to a trig_init function address |
Definition at line 135 of file driver_cs100.h.
| #define DRIVER_CS100_LINK_TRIG_WRITE | ( | HANDLE, | |
| FUC ) |
link trig_write function
| [in] | HANDLE | pointer to an cs100 handle structure |
| [in] | FUC | pointer to a trig_write function address |
Definition at line 151 of file driver_cs100.h.