Searched refs:SDIO_HardwareFlowControl_Disable (Results 1 – 4 of 4) sorted by relevance
151 #define SDIO_HardwareFlowControl_Disable ((uint32_t)0x00000000) macro153 #define IS_SDIO_HARDWARE_FLOW_CONTROL(CONTROL) (((CONTROL) == SDIO_HardwareFlowControl_Disable) || \
104 #define SDIO_HardwareFlowControl_Disable ((uint32_t)0x00000000) macro
83 SDIO_InitStruct->SDIO_HardwareFlowControl = SDIO_HardwareFlowControl_Disable; in SDIO_StructInit()
203 SDIO_InitStruct->SDIO_HardwareFlowControl = SDIO_HardwareFlowControl_Disable; in SDIO_StructInit()
Completed in 9 milliseconds