Home
last modified time | relevance | path

Searched refs:SDIO_PowerState_OFF (Results 1 – 15 of 15) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_sdmmc.h1050 HAL_StatusTypeDef SDIO_PowerState_OFF(SDIO_TypeDef *SDIOx);
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_sdmmc.h1050 HAL_StatusTypeDef SDIO_PowerState_OFF(SDIO_TypeDef *SDIOx);
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_sdmmc.h1060 HAL_StatusTypeDef SDIO_PowerState_OFF(SDIO_TypeDef *SDIOx);
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_sdmmc.h1046 HAL_StatusTypeDef SDIO_PowerState_OFF(SDIO_TypeDef *SDIOx);
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_sdmmc.c317 HAL_StatusTypeDef SDIO_PowerState_OFF(SDIO_TypeDef *SDIOx) in SDIO_PowerState_OFF() function
Dstm32f1xx_hal_mmc.c2850 (void)SDIO_PowerState_OFF(hmmc->Instance); in MMC_PowerOFF()
Dstm32f1xx_hal_sd.c2793 (void)SDIO_PowerState_OFF(hsd->Instance); in SD_PowerOFF()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_sdmmc.c317 HAL_StatusTypeDef SDIO_PowerState_OFF(SDIO_TypeDef *SDIOx) in SDIO_PowerState_OFF() function
Dstm32f4xx_hal_mmc.c2903 (void)SDIO_PowerState_OFF(hmmc->Instance); in MMC_PowerOFF()
Dstm32f4xx_hal_sd.c2863 (void)SDIO_PowerState_OFF(hsd->Instance); in SD_PowerOFF()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_sdmmc.c317 HAL_StatusTypeDef SDIO_PowerState_OFF(SDIO_TypeDef *SDIOx) in SDIO_PowerState_OFF() function
Dstm32f2xx_hal_mmc.c2854 (void)SDIO_PowerState_OFF(hmmc->Instance); in MMC_PowerOFF()
Dstm32f2xx_hal_sd.c2797 (void)SDIO_PowerState_OFF(hsd->Instance); in SD_PowerOFF()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_sdmmc.c317 HAL_StatusTypeDef SDIO_PowerState_OFF(SDIO_TypeDef *SDIOx) in SDIO_PowerState_OFF() function
Dstm32l1xx_hal_sd.c2810 (void)SDIO_PowerState_OFF(hsd->Instance); in SD_PowerOFF()