CONFIG_SYSOSC_SETTLING_US¶
System oscillator settling time
System oscillator settling time
Type: int
Help¶
Set the board system oscillator settling time in us. This should be set by the
board's defconfig.
Help¶
Set the board system oscillator settling time in us. This should be set by the
board's defconfig.
Direct dependencies¶
BOARD_MIMXRT685_EVK
|| (SOC_SERIES_IMX_RT6XX
&& SOC_FAMILY_IMX
) || (SOC_SERIES_IMX_RT6XX
&& SOC_FAMILY_IMX
)
(Includes any dependencies from ifs and menus.)
Default¶
260
Kconfig definitions¶
At <Zephyr>/boards/arm/mimxrt685_evk/Kconfig.defconfig:14
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config SYSOSC_SETTLING_US
int
default 260
depends on BOARD_MIMXRT685_EVK
At <Zephyr>/soc/arm/nxp_imx/rt6xx/Kconfig.soc:65
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:36
→ <Zephyr>/soc/Kconfig:15
→ <nRF>/doc/_build/kconfig/Kconfig.soc.arch:2
→ <Zephyr>/soc/arm/nxp_imx/Kconfig:14
Menu path: (Top) → Hardware Configuration
config SYSOSC_SETTLING_US
int "System oscillator settling time"
depends on SOC_SERIES_IMX_RT6XX && SOC_FAMILY_IMX
help
Set the board system oscillator settling time in us. This should be set by the
board's defconfig.
At <Zephyr>/soc/arm/nxp_imx/rt6xx/Kconfig.soc:65
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:36
→ <Zephyr>/soc/Kconfig:18
→ <Zephyr>/soc/arm/nxp_imx/Kconfig:14
Menu path: (Top) → Hardware Configuration
config SYSOSC_SETTLING_US
int "System oscillator settling time"
depends on SOC_SERIES_IMX_RT6XX && SOC_FAMILY_IMX
help
Set the board system oscillator settling time in us. This should be set by the
board's defconfig.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)