![]() |
LibDriver LLCC68
|
llcc68 link driver modules More...
Macros | |
| #define | DRIVER_LLCC68_LINK_INIT(HANDLE, STRUCTURE) |
| initialize llcc68_handle_t structure | |
| #define | DRIVER_LLCC68_LINK_SPI_INIT(HANDLE, FUC) |
| link spi_init function | |
| #define | DRIVER_LLCC68_LINK_SPI_DEINIT(HANDLE, FUC) |
| link spi_deinit function | |
| #define | DRIVER_LLCC68_LINK_SPI_WRITE_READ(HANDLE, FUC) |
| link spi_write_read function | |
| #define | DRIVER_LLCC68_LINK_RESET_GPIO_INIT(HANDLE, FUC) |
| link reset_gpio_init function | |
| #define | DRIVER_LLCC68_LINK_RESET_GPIO_DEINIT(HANDLE, FUC) |
| link reset_gpio_deinit function | |
| #define | DRIVER_LLCC68_LINK_RESET_GPIO_WRITE(HANDLE, FUC) |
| link reset_gpio_write function | |
| #define | DRIVER_LLCC68_LINK_BUSY_GPIO_INIT(HANDLE, FUC) |
| link busy_gpio_init function | |
| #define | DRIVER_LLCC68_LINK_BUSY_GPIO_DEINIT(HANDLE, FUC) |
| link busy_gpio_deinit function | |
| #define | DRIVER_LLCC68_LINK_BUSY_GPIO_READ(HANDLE, FUC) |
| link busy_gpio_read function | |
| #define | DRIVER_LLCC68_LINK_DELAY_MS(HANDLE, FUC) |
| link delay_ms function | |
| #define | DRIVER_LLCC68_LINK_DEBUG_PRINT(HANDLE, FUC) |
| link debug_print function | |
| #define | DRIVER_LLCC68_LINK_RECEIVE_CALLBACK(HANDLE, FUC) |
| link receive_callback function | |
llcc68 link driver modules
| #define DRIVER_LLCC68_LINK_BUSY_GPIO_DEINIT | ( | HANDLE, | |
| FUC ) |
link busy_gpio_deinit function
| [in] | HANDLE | pointer to an llcc68 handle structure |
| [in] | FUC | pointer to a busy_gpio_deinit function address |
Definition at line 493 of file driver_llcc68.h.
| #define DRIVER_LLCC68_LINK_BUSY_GPIO_INIT | ( | HANDLE, | |
| FUC ) |
link busy_gpio_init function
| [in] | HANDLE | pointer to an llcc68 handle structure |
| [in] | FUC | pointer to a busy_gpio_init function address |
Definition at line 485 of file driver_llcc68.h.
| #define DRIVER_LLCC68_LINK_BUSY_GPIO_READ | ( | HANDLE, | |
| FUC ) |
link busy_gpio_read function
| [in] | HANDLE | pointer to an llcc68 handle structure |
| [in] | FUC | pointer to a busy_gpio_read function address |
Definition at line 501 of file driver_llcc68.h.
| #define DRIVER_LLCC68_LINK_DEBUG_PRINT | ( | HANDLE, | |
| FUC ) |
link debug_print function
| [in] | HANDLE | pointer to an llcc68 handle structure |
| [in] | FUC | pointer to a debug_print function address |
Definition at line 517 of file driver_llcc68.h.
| #define DRIVER_LLCC68_LINK_DELAY_MS | ( | HANDLE, | |
| FUC ) |
link delay_ms function
| [in] | HANDLE | pointer to an llcc68 handle structure |
| [in] | FUC | pointer to a delay_ms function address |
Definition at line 509 of file driver_llcc68.h.
| #define DRIVER_LLCC68_LINK_INIT | ( | HANDLE, | |
| STRUCTURE ) |
initialize llcc68_handle_t structure
| [in] | HANDLE | pointer to an llcc68 handle structure |
| [in] | STRUCTURE | llcc68_handle_t |
Definition at line 429 of file driver_llcc68.h.
| #define DRIVER_LLCC68_LINK_RECEIVE_CALLBACK | ( | HANDLE, | |
| FUC ) |
link receive_callback function
| [in] | HANDLE | pointer to an llcc68 handle structure |
| [in] | FUC | pointer to a receive_callback function address |
Definition at line 525 of file driver_llcc68.h.
| #define DRIVER_LLCC68_LINK_RESET_GPIO_DEINIT | ( | HANDLE, | |
| FUC ) |
link reset_gpio_deinit function
| [in] | HANDLE | pointer to an llcc68 handle structure |
| [in] | FUC | pointer to a reset_gpio_deinit function address |
Definition at line 469 of file driver_llcc68.h.
| #define DRIVER_LLCC68_LINK_RESET_GPIO_INIT | ( | HANDLE, | |
| FUC ) |
link reset_gpio_init function
| [in] | HANDLE | pointer to an llcc68 handle structure |
| [in] | FUC | pointer to a reset_gpio_init function address |
Definition at line 461 of file driver_llcc68.h.
| #define DRIVER_LLCC68_LINK_RESET_GPIO_WRITE | ( | HANDLE, | |
| FUC ) |
link reset_gpio_write function
| [in] | HANDLE | pointer to an llcc68 handle structure |
| [in] | FUC | pointer to a reset_gpio_write function address |
Definition at line 477 of file driver_llcc68.h.
| #define DRIVER_LLCC68_LINK_SPI_DEINIT | ( | HANDLE, | |
| FUC ) |
link spi_deinit function
| [in] | HANDLE | pointer to an llcc68 handle structure |
| [in] | FUC | pointer to a spi_deinit function address |
Definition at line 445 of file driver_llcc68.h.
| #define DRIVER_LLCC68_LINK_SPI_INIT | ( | HANDLE, | |
| FUC ) |
link spi_init function
| [in] | HANDLE | pointer to an llcc68 handle structure |
| [in] | FUC | pointer to a spi_init function address |
Definition at line 437 of file driver_llcc68.h.
| #define DRIVER_LLCC68_LINK_SPI_WRITE_READ | ( | HANDLE, | |
| FUC ) |
link spi_write_read function
| [in] | HANDLE | pointer to an llcc68 handle structure |
| [in] | FUC | pointer to a spi_write_read function address |
Definition at line 453 of file driver_llcc68.h.