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

SDIO_InitTypeDef::ClockEdge field

Specifies the clock transition on which the bit capture is made. This parameter can be a value of SDMMC_LL_Clock_Edge

Syntax

uint32_t ClockEdge;

Examples

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

References

LocationReferrerText
stm32f4xx_ll_sdmmc.h:50
uint32_t ClockEdge; /*!< Specifies the clock transition on which the bit capture is made.
stm32f4xx_hal_mmc.c:436HAL_MMC_InitCard()
Init.ClockEdge = SDIO_CLOCK_EDGE_RISING;
stm32f4xx_hal_sd.c:345HAL_SD_Init()
assert_param(IS_SDIO_CLOCK_EDGE(hsd->Init.ClockEdge));
stm32f4xx_hal_sd.c:410HAL_SD_InitCard()
Init.ClockEdge = SDIO_CLOCK_EDGE_RISING;
stm32f4xx_hal_sd.c:2297HAL_SD_ConfigWideBusOperation()
Init.ClockEdge = hsd->Init.ClockEdge;
stm32f4xx_ll_sdmmc.c:213SDIO_Init()
assert_param(IS_SDIO_CLOCK_EDGE(Init.ClockEdge));
stm32f4xx_ll_sdmmc.c:221SDIO_Init()
tmpreg |= (Init.ClockEdge |\

Data Use

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