|
void | rtc19_cfg_setup (rtc19_cfg_t *cfg) |
| RTC 19 configuration object setup function. More...
|
|
err_t | rtc19_init (rtc19_t *ctx, rtc19_cfg_t *cfg) |
| RTC 19 initialization function. More...
|
|
err_t | rtc19_default_cfg (rtc19_t *ctx) |
| RTC 19 default configuration function. More...
|
|
err_t | rtc19_generic_write (rtc19_t *ctx, uint8_t reg, uint8_t *data_in, uint8_t len) |
| RTC 19 I2C writing function. More...
|
|
err_t | rtc19_generic_read (rtc19_t *ctx, uint8_t reg, uint8_t *data_out, uint8_t len) |
| RTC 19 I2C reading function. More...
|
|
err_t | rtc19_write_register (rtc19_t *ctx, uint8_t reg, uint8_t data_in) |
| RTC 19 write register function. More...
|
|
err_t | rtc19_read_register (rtc19_t *ctx, uint8_t reg, uint8_t *data_out) |
| RTC 19 read register function. More...
|
|
void | rtc19_set_din_pin (rtc19_t *ctx, uint8_t state) |
| RTC 19 set din pin function. More...
|
|
uint8_t | rtc19_get_psw_pin (rtc19_t *ctx) |
| RTC 19 get psw pin function. More...
|
|
uint8_t | rtc19_get_inta_pin (rtc19_t *ctx) |
| RTC 19 get inta pin function. More...
|
|
uint8_t | rtc19_get_intb_pin (rtc19_t *ctx) |
| RTC 19 get intb pin function. More...
|
|
err_t | rtc19_set_time (rtc19_t *ctx, rtc19_time_t *time) |
| RTC 19 set time function. More...
|
|
err_t | rtc19_read_time (rtc19_t *ctx, rtc19_time_t *time) |
| RTC 19 read time function. More...
|
|
err_t | rtc19_set_date (rtc19_t *ctx, rtc19_date_t *date) |
| RTC 19 set date function. More...
|
|
err_t | rtc19_read_date (rtc19_t *ctx, rtc19_date_t *date) |
| RTC 19 read date function. More...
|
|
err_t | rtc19_reset_device (rtc19_t *ctx) |
| RTC 19 reset device function. More...
|
|
err_t | rtc19_clear_interrupts (rtc19_t *ctx) |
| RTC 19 clear interrupts function. More...
|
|
This file contains API for RTC 19 Click Driver.