HAL + 0/12 examples
CodeScope will show references to SDIO_InitTypeDef::HardwareFlowControl from the following samples and libraries:
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALSDIO_InitTypeDef::HardwareFlowControl

SDIO_InitTypeDef::HardwareFlowControl field

Specifies whether the SDMMC hardware flow control is enabled or disabled. This parameter can be a value of SDMMC_LL_Hardware_Flow_Control

Syntax

uint32_t HardwareFlowControl;

Examples

SDIO_InitTypeDef::HardwareFlowControl is referenced by 12 libraries and example projects.

References

LocationReferrerText
stm32f4xx_ll_sdmmc.h:64
uint32_t HardwareFlowControl; /*!< Specifies whether the SDMMC hardware flow control is enabled or disabled.
stm32f4xx_hal_mmc.c:440HAL_MMC_InitCard()
Init.HardwareFlowControl = SDIO_HARDWARE_FLOW_CONTROL_DISABLE;
stm32f4xx_hal_sd.c:349HAL_SD_Init()
assert_param(IS_SDIO_HARDWARE_FLOW_CONTROL(hsd->Init.HardwareFlowControl));
stm32f4xx_hal_sd.c:414HAL_SD_InitCard()
Init.HardwareFlowControl = SDIO_HARDWARE_FLOW_CONTROL_DISABLE;
stm32f4xx_hal_sd.c:2301HAL_SD_ConfigWideBusOperation()
Init.HardwareFlowControl = hsd->Init.HardwareFlowControl;
stm32f4xx_ll_sdmmc.c:217SDIO_Init()
assert_param(IS_SDIO_HARDWARE_FLOW_CONTROL(Init.HardwareFlowControl));
stm32f4xx_ll_sdmmc.c:225SDIO_Init()
Init.HardwareFlowControl |\

Data Use

Functions writing SDIO_InitTypeDef::HardwareFlowControl
Functions reading SDIO_InitTypeDef::HardwareFlowControl
SDIO_InitTypeDef::HardwareFlowControl
Type of SDIO_InitTypeDef::HardwareFlowControl
SDIO_InitTypeDef::HardwareFlowControl
uint32_t
all items filtered out