uint8_t id
Definition: no_os_rtc.h:68
int32_t no_os_rtc_set_cnt(struct no_os_rtc_desc *dev, uint32_t tmr_cnt)
Set the current count for the real time clock.
Definition: aducm3029_rtc.c:184
Structure holding RTC initialization parameters.
Definition: no_os_rtc.h:66
int32_t no_os_rtc_init(struct no_os_rtc_desc **device, struct no_os_rtc_init_param *init_param)
Initialize the RTC peripheral.
Definition: aducm3029_rtc.c:55
Definition: ad9361_util.h:69
void * extra
Definition: no_os_rtc.h:59
uint32_t load
Definition: no_os_rtc.h:57
int32_t no_os_rtc_remove(struct no_os_rtc_desc *dev)
Free the resources allocated by no_os_rtc_init().
Definition: aducm3029_rtc.c:117
void * extra
Definition: no_os_rtc.h:74
Structure holding RTC descriptor.
Definition: no_os_rtc.h:51
int32_t no_os_rtc_stop(struct no_os_rtc_desc *dev)
Stop the real time clock.
Definition: aducm3029_rtc.c:154
int32_t no_os_rtc_get_cnt(struct no_os_rtc_desc *dev, uint32_t *tmr_cnt)
Get the current count for the real time clock.
Definition: aducm3029_rtc.c:171
uint32_t load
Definition: no_os_rtc.h:72
uint32_t freq
Definition: no_os_rtc.h:70
struct ad7616_init_param init_param
Definition: ad7616_sdz.c:113
int32_t no_os_rtc_set_irq_time(struct no_os_rtc_desc *dev, uint32_t irq_time)
Set the current count for the real time clock.
Definition: maxim_rtc.c:187
int32_t no_os_rtc_start(struct no_os_rtc_desc *dev)
Start the real time clock.
Definition: aducm3029_rtc.c:138
uint8_t id
Definition: no_os_rtc.h:53
uint32_t freq
Definition: no_os_rtc.h:55