Interface functions for the low frequency clock module. More...
#include <stdint.h>
Go to the source code of this file.
Functions | |
void | cklf_regxc_write (uint8_t addr, uint16_t val) |
uint16_t | cklf_regxc_read (uint8_t addr) |
void | cklf_rtc_disable (void) |
void | cklf_rtc_init (uint8_t cnt_h, uint16_t cnt_l) |
uint16_t | cklf_rtc_read_lsw (void) |
uint8_t | cklf_rtc_read_msb (void) |
void | cklf_rtc_wait (void) |
void | cklf_wdog_init (uint16_t cnt) |
void | cklf_wdog_feed (void) |
void | cklf_gpio_wakeup (uint16_t wcon1, uint16_t wcon0) |
Interface functions for the low frequency clock module.
Definition in file cklf.h.