:orphan: .. title:: CONFIG_SDMMC_USDHC_DAT3_PWR_DELAY .. kconfig:: CONFIG_SDMMC_USDHC_DAT3_PWR_DELAY CONFIG_SDMMC_USDHC_DAT3_PWR_DELAY ################################# *(No prompt -- not directly user assignable.)* Type: ``int`` Help ==== .. code-block:: none 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 =================== (\ :kconfig:`DISK_DRIVERS ` && (\ :kconfig:`BOARD_MIMXRT1170_EVK_CM7 ` || \ :kconfig:`BOARD_MIMXRT1170_EVK_CM4 `)) || (\ :kconfig:`DISK_DRIVER_SDMMC ` && (\ :kconfig:`BOARD_TEENSY40 ` || \ :kconfig:`BOARD_TEENSY41 `)) || (\ :kconfig:`SDMMC_USDHC ` && \ :kconfig:`DISK_DRIVER_SDMMC ` && \ :kconfig:`DISK_DRIVERS `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 10 - 10 - 0 Kconfig definitions =================== At ``/arm/mimxrt1170_evk/Kconfig.defconfig:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config SDMMC_USDHC_DAT3_PWR_DELAY int default 10 depends on DISK_DRIVERS && (BOARD_MIMXRT1170_EVK_CM7 || BOARD_MIMXRT1170_EVK_CM4) ---- At ``/arm/teensy4/Kconfig.defconfig:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config SDMMC_USDHC_DAT3_PWR_DELAY int default 10 depends on DISK_DRIVER_SDMMC && (BOARD_TEENSY40 || BOARD_TEENSY41) ---- At ``/disk/Kconfig.usdhc:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:116`` → ``/disk/Kconfig:13`` → ``/disk/Kconfig.sdmmc:45`` Menu path: (Top) → Device Drivers → Disk Drivers → SDMMC card driver → NXP i.MXRT USDHC driver .. code-block:: kconfig 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.)*