Implementation of hal_rtc. More...
#include "nrf24le1.h"
#include "hal_rtc.h"
#include "nordic_common.h"
Go to the source code of this file.
Functions | |
void | hal_rtc_capture (void) |
void | hal_rtc_radio_capture_enable (_Bool en) |
void | hal_rtc_set_compare_mode (hal_rtc_compare_mode_t mode) |
void | hal_rtc_start (_Bool en) |
void | hal_rtc_set_compare_value (uint16_t value) |
uint16_t | hal_rtc_get_compare_value (void) |
uint16_t | hal_rtc_get_capture_value (void) |
uint8_t | hal_rtc_get_capture_clock_cycles (void) |
Implementation of hal_rtc.
Definition in file hal_rtc.c.