We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7221211 commit 4caebfcCopy full SHA for 4caebfc
tests/drivers/clock_control/clock_control_api/src/nrf_device_subsys.h
@@ -11,9 +11,8 @@ static const struct device_subsys_data subsys_data[] = {
11
{
12
.subsys = CLOCK_CONTROL_NRF_SUBSYS_HF,
13
.startup_us =
14
- (IS_ENABLED(CONFIG_SOC_NRF54L20_ENGA) ||
15
- IS_ENABLED(CONFIG_SOC_NRF54L09_ENGA)) ?
16
- 1000 : (IS_ENABLED(CONFIG_SOC_SERIES_NRF91X) ? 3000 : 500)
+ IS_ENABLED(CONFIG_SOC_SERIES_NRF91X) ?
+ 3000 : 500
17
},
18
#ifndef CONFIG_SOC_NRF52832
19
/* On nrf52832 LF clock cannot be stopped because it leads
0 commit comments