![]() |
nrfx 4.5.0
|
RTC driver instance configuration structure. More...
#include <nrfx_rtc.h>
Data Fields | |
| uint16_t | prescaler |
| uint8_t | interrupt_priority |
| uint8_t | tick_latency |
| bool | reliable |
| void * | p_context |
RTC driver instance configuration structure.
| uint8_t nrfx_rtc_config_t::interrupt_priority |
Interrupt priority.
| void* nrfx_rtc_config_t::p_context |
Context passed to interrupt handler.
| uint16_t nrfx_rtc_config_t::prescaler |
Prescaler.
| bool nrfx_rtc_config_t::reliable |
Reliable mode flag.
| uint8_t nrfx_rtc_config_t::tick_latency |
Maximum length of the interrupt handler in ticks (maximum 7.7 ms).