CONFIG_SDMMC_USDHC_DAT3_PWR_DELAY
(No prompt – not directly user assignable.)
Type: int
Help
Period in milliseconds to delay between powering off the SD card and
applying power again, whenever the SD card power will be cycled.
Direct dependencies
(DISK_DRIVERS
&& (BOARD_MIMXRT1170_EVK_CM7
|| BOARD_MIMXRT1170_EVK_CM4
)) || (SDMMC_USDHC
&& DISK_DRIVER_SDMMC
&& DISK_DRIVERS
)
(Includes any dependencies from ifs and menus.)
Defaults
1000
0
Kconfig definitions
At <Zephyr>/boards/arm/mimxrt1170_evk/Kconfig.defconfig:25
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config SDMMC_USDHC_DAT3_PWR_DELAY
int
default 1000
depends on DISK_DRIVERS && (BOARD_MIMXRT1170_EVK_CM7 || BOARD_MIMXRT1170_EVK_CM4)
At <Zephyr>/drivers/disk/Kconfig.usdhc:13
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:116
→ <Zephyr>/drivers/disk/Kconfig:13
→ <Zephyr>/drivers/disk/Kconfig.sdmmc:45
Menu path: (Top) → Device Drivers → Disk Drivers → SDMMC card driver → NXP i.MXRT USDHC driver
config SDMMC_USDHC_DAT3_PWR_DELAY
int
default 0
depends on SDMMC_USDHC && DISK_DRIVER_SDMMC && DISK_DRIVERS
help
Period in milliseconds to delay between powering off the SD card and
applying power again, whenever the SD card power will be cycled.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)