![]() |
LibDriver X9CXX
|
x9cxx handle structure definition More...
#include <driver_x9cxx.h>
Data Fields | |
| uint8_t(* | cs_gpio_init )(void) |
| uint8_t(* | cs_gpio_deinit )(void) |
| uint8_t(* | cs_gpio_write )(uint8_t value) |
| uint8_t(* | up_down_gpio_init )(void) |
| uint8_t(* | up_down_gpio_deinit )(void) |
| uint8_t(* | up_down_gpio_write )(uint8_t value) |
| uint8_t(* | inc_gpio_init )(void) |
| uint8_t(* | inc_gpio_deinit )(void) |
| uint8_t(* | inc_gpio_write )(uint8_t value) |
| void(* | debug_print )(const char *const fmt,...) |
| void(* | delay_ms )(uint32_t ms) |
| void(* | delay_us )(uint32_t us) |
| uint8_t | inited |
| uint8_t | valid |
| uint8_t | step |
| uint32_t | type |
x9cxx handle structure definition
Definition at line 103 of file driver_x9cxx.h.
| uint8_t(* cs_gpio_deinit) (void) |
point to a cs_gpio_deinit function address
Definition at line 106 of file driver_x9cxx.h.
| uint8_t(* cs_gpio_init) (void) |
point to a cs_gpio_init function address
Definition at line 105 of file driver_x9cxx.h.
| uint8_t(* cs_gpio_write) (uint8_t value) |
point to a cs_gpio_write function address
Definition at line 107 of file driver_x9cxx.h.
| void(* debug_print) (const char *const fmt,...) |
point to a debug_print function address
Definition at line 114 of file driver_x9cxx.h.
| void(* delay_ms) (uint32_t ms) |
point to a delay_ms function address
Definition at line 115 of file driver_x9cxx.h.
| void(* delay_us) (uint32_t us) |
point to a delay_us function address
Definition at line 116 of file driver_x9cxx.h.
| uint8_t(* inc_gpio_deinit) (void) |
point to an inc_gpio_deinit function address
Definition at line 112 of file driver_x9cxx.h.
| uint8_t(* inc_gpio_init) (void) |
point to an inc_gpio_init function address
Definition at line 111 of file driver_x9cxx.h.
| uint8_t(* inc_gpio_write) (uint8_t value) |
point to an inc_gpio_write function address
Definition at line 113 of file driver_x9cxx.h.
| uint8_t inited |
inited flag
Definition at line 117 of file driver_x9cxx.h.
| uint8_t step |
step
Definition at line 119 of file driver_x9cxx.h.
| uint32_t type |
type
Definition at line 120 of file driver_x9cxx.h.
| uint8_t(* up_down_gpio_deinit) (void) |
point to an up_down_gpio_deinit function address
Definition at line 109 of file driver_x9cxx.h.
| uint8_t(* up_down_gpio_init) (void) |
point to an up_down_gpio_init function address
Definition at line 108 of file driver_x9cxx.h.
| uint8_t(* up_down_gpio_write) (uint8_t value) |
point to an up_down_gpio_write function address
Definition at line 110 of file driver_x9cxx.h.
| uint8_t valid |
valid
Definition at line 118 of file driver_x9cxx.h.