Implementation of the cklf module for nRF24LU1+. More...
#include "nrf24lu1p.h"
#include "cklf.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) |
Implementation of the cklf module for nRF24LU1+.
Definition in file cklf.c.