Home
last modified time | relevance | path

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

/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_sdio.h164 #define SDIO_PowerState_ON ((uint32_t)0x00000003) macro
165 …ne IS_SDIO_POWER_STATE(STATE) (((STATE) == SDIO_PowerState_OFF) || ((STATE) == SDIO_PowerState_ON))
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f20x_sdio.h109 #define SDIO_PowerState_ON ((uint32_t)0x00000003) macro
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_sdmmc.h1046 HAL_StatusTypeDef SDIO_PowerState_ON(SDIO_TypeDef *SDIOx);
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_ll_sdmmc.c309 HAL_StatusTypeDef SDIO_PowerState_ON(SDIO_TypeDef *SDIOx) in SDIO_PowerState_ON() function
A Dstm32l1xx_hal_sd.c428 (void)SDIO_PowerState_ON(hsd->Instance); in HAL_SD_InitCard()

Completed in 16 milliseconds