![]() |
LibDriver DS1302
|
ds1302 handle structure definition More...
#include <driver_ds1302.h>
Data Fields | |
| uint8_t(* | ce_gpio_init )(void) |
| uint8_t(* | ce_gpio_deinit )(void) |
| uint8_t(* | ce_gpio_write )(uint8_t value) |
| uint8_t(* | sclk_gpio_init )(void) |
| uint8_t(* | sclk_gpio_deinit )(void) |
| uint8_t(* | sclk_gpio_write )(uint8_t value) |
| uint8_t(* | io_gpio_init )(void) |
| uint8_t(* | io_gpio_deinit )(void) |
| uint8_t(* | io_gpio_write )(uint8_t value) |
| uint8_t(* | io_gpio_read )(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 |
ds1302 handle structure definition
Definition at line 119 of file driver_ds1302.h.
| uint8_t(* ce_gpio_deinit) (void) |
point to a ce_gpio_deinit function address
Definition at line 122 of file driver_ds1302.h.
| uint8_t(* ce_gpio_init) (void) |
point to a ce_gpio_init function address
Definition at line 121 of file driver_ds1302.h.
| uint8_t(* ce_gpio_write) (uint8_t value) |
point to a ce_gpio_write function address
Definition at line 123 of file driver_ds1302.h.
| void(* debug_print) (const char *const fmt,...) |
point to a debug_print function address
Definition at line 131 of file driver_ds1302.h.
| void(* delay_ms) (uint32_t ms) |
point to a delay_ms function address
Definition at line 132 of file driver_ds1302.h.
| void(* delay_us) (uint32_t us) |
point to a delay_us function address
Definition at line 133 of file driver_ds1302.h.
| uint8_t inited |
inited flag
Definition at line 134 of file driver_ds1302.h.
| uint8_t(* io_gpio_deinit) (void) |
point to an io_gpio_deinit function address
Definition at line 128 of file driver_ds1302.h.
| uint8_t(* io_gpio_init) (void) |
point to an io_gpio_init function address
Definition at line 127 of file driver_ds1302.h.
| uint8_t(* io_gpio_read) (uint8_t *value) |
point to an io_gpio_read function address
Definition at line 130 of file driver_ds1302.h.
| uint8_t(* io_gpio_write) (uint8_t value) |
point to an io_gpio_write function address
Definition at line 129 of file driver_ds1302.h.
| uint8_t(* sclk_gpio_deinit) (void) |
point to an sclk_gpio_deinit function address
Definition at line 125 of file driver_ds1302.h.
| uint8_t(* sclk_gpio_init) (void) |
point to an sclk_gpio_init function address
Definition at line 124 of file driver_ds1302.h.
| uint8_t(* sclk_gpio_write) (uint8_t value) |
point to an sclk_gpio_write function address
Definition at line 126 of file driver_ds1302.h.