nrfx 4.5.0
Loading...
Searching...
No Matches
nrfx_grtc_sleep_config_t Struct Reference

GRTC SYSCOUNTER sleep configuration structure. More...

#include <nrfx_grtc.h>

Data Fields

uint32_t timeout
 
uint32_t waketime
 
bool auto_mode
 

Detailed Description

GRTC SYSCOUNTER sleep configuration structure.

Field Documentation

◆ auto_mode

bool nrfx_grtc_sleep_config_t::auto_mode

Enable automatic mode, which keeps the SYSCOUNTER active when any of the local CPUs is active.

◆ timeout

uint32_t nrfx_grtc_sleep_config_t::timeout

Delay in LFCLK cycles after the condition allowing SYSCOUNTER to go to sleep is met.

◆ waketime

uint32_t nrfx_grtc_sleep_config_t::waketime

Number of LFCLK cycles to wakeup the SYSCOUNTER before the wake-up event occured.


The documentation for this struct was generated from the following file: