#include <stm32f4xx_sdio.h>
Public Attributes | |
uint32_t | SDIO_BusWide |
uint32_t | SDIO_ClockBypass |
uint8_t | SDIO_ClockDiv |
uint32_t | SDIO_ClockEdge |
uint32_t | SDIO_ClockPowerSave |
uint32_t | SDIO_HardwareFlowControl |
Definition at line 50 of file stm32f4xx_sdio.h.
uint32_t SDIO_InitTypeDef::SDIO_BusWide |
Specifies the SDIO bus width. This parameter can be a value of SDIO_Bus_Wide
Definition at line 63 of file stm32f4xx_sdio.h.
uint32_t SDIO_InitTypeDef::SDIO_ClockBypass |
Specifies whether the SDIO Clock divider bypass is enabled or disabled. This parameter can be a value of SDIO_Clock_Bypass
Definition at line 55 of file stm32f4xx_sdio.h.
uint8_t SDIO_InitTypeDef::SDIO_ClockDiv |
Specifies the clock frequency of the SDIO controller. This parameter can be a value between 0x00 and 0xFF.
Definition at line 69 of file stm32f4xx_sdio.h.
uint32_t SDIO_InitTypeDef::SDIO_ClockEdge |
Specifies the clock transition on which the bit capture is made. This parameter can be a value of SDIO_Clock_Edge
Definition at line 52 of file stm32f4xx_sdio.h.
uint32_t SDIO_InitTypeDef::SDIO_ClockPowerSave |
Specifies whether SDIO Clock output is enabled or disabled when the bus is idle. This parameter can be a value of SDIO_Clock_Power_Save
Definition at line 59 of file stm32f4xx_sdio.h.
uint32_t SDIO_InitTypeDef::SDIO_HardwareFlowControl |
Specifies whether the SDIO hardware flow control is enabled or disabled. This parameter can be a value of SDIO_Hardware_Flow_Control
Definition at line 66 of file stm32f4xx_sdio.h.