![]() |
nRF5 SDK
v12.3.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
RTC driver instance configuration structure. More...
#include <nrf_drv_rtc.h>
Data Fields | |
| uint16_t | prescaler |
| uint8_t | interrupt_priority |
| uint8_t | tick_latency |
| bool | reliable |
RTC driver instance configuration structure.
| uint8_t nrf_drv_rtc_config_t::interrupt_priority |
Interrupt priority.
| uint16_t nrf_drv_rtc_config_t::prescaler |
Prescaler.
| bool nrf_drv_rtc_config_t::reliable |
Reliable mode flag.
| uint8_t nrf_drv_rtc_config_t::tick_latency |
Maximum length of interrupt handler in ticks (max 7.7 ms).