Home
last modified time | relevance | path

Searched refs:enableLedControl (Results 1 – 4 of 4) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_sdhc.h270 …bool enableLedControl; //!< Drive one IO to indicate when… member
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_sd_host.h1436 bool enableLedControl; /**< If true the SD clock controls one IO member
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_sdhc.c1602 .enableLedControl = config->enableLedControl in cyhal_sdhc_init_hw()
2920 .enableLedControl = false, in cyhal_sdio_init()
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_sd_host.c2913 …_VAL2FLD(SDHC_CORE_GP_OUT_R_LED_CTRL_OE, config->enableLedControl ? 1u : 0u) | /* The LED Control.… in Cy_SD_Host_Init()
2939 if (config->enableLedControl) in Cy_SD_Host_Init()
5385 local_config.enableLedControl = false; in Cy_SD_Host_DeepSleepCallback()