modules: hal_nordic: nrfx: switch off auto clksel for GRTC
Disable automatic LFCLK selection for GRTC during driver initialization. For Zephyr applications it is selected by `sys_clock_driver_init()` depending on configuration and DTS. Signed-off-by: Adam Kondraciuk <adam.kondraciuk@nordicsemi.no>
This commit is contained in:
parent
042c5c6252
commit
eb8ab0a937
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@
|
|||
|
||||
#ifdef CONFIG_NRF_GRTC_TIMER_CLOCK_MANAGEMENT
|
||||
#define NRF_GRTC_HAS_EXTENDED 1
|
||||
#define NRFX_GRTC_CONFIG_LFCLK_SELECT_AT_INIT 0
|
||||
#endif
|
||||
#ifdef CONFIG_NRF_GRTC_TIMER_AUTO_KEEP_ALIVE
|
||||
#define NRFX_GRTC_CONFIG_AUTOEN 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue