Home
last modified time | relevance | path

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

/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_sdio.h163 #define SDIO_PowerState_OFF ((uint32_t)0x00000000) macro
165 #define IS_SDIO_POWER_STATE(STATE) (((STATE) == SDIO_PowerState_OFF) || ((STATE) == SDIO_PowerState…
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f20x_sdio.h108 #define SDIO_PowerState_OFF ((uint32_t)0x00000000) macro
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_sdmmc.h1047 HAL_StatusTypeDef SDIO_PowerState_OFF(SDIO_TypeDef *SDIOx);
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_ll_sdmmc.c326 HAL_StatusTypeDef SDIO_PowerState_OFF(SDIO_TypeDef *SDIOx) in SDIO_PowerState_OFF() function
A Dstm32l1xx_hal_sd.c2807 (void)SDIO_PowerState_OFF(hsd->Instance); in SD_PowerOFF()

Completed in 15 milliseconds