Home
last modified time | relevance | path

Searched refs:ClockEdge (Results 1 – 6 of 6) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_ll_sdmmc.c218 assert_param(IS_SDIO_CLOCK_EDGE(Init.ClockEdge)); in SDIO_Init()
226 tmpreg |= (Init.ClockEdge |\ in SDIO_Init()
Dstm32l1xx_hal_sd.c351 tmpinit.ClockEdge = SDIO_CLOCK_EDGE_RISING; in HAL_SD_Init()
1770 tmpinit.ClockEdge = hsd->Init.ClockEdge; in HAL_SD_WideBusOperation_Config()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_sdmmc.c234 assert_param(IS_SDMMC_CLOCK_EDGE(Init.ClockEdge)); in SDMMC_Init()
246 MODIFY_REG(SDMMCx->CLKCR, CLKCR_CLEAR_MASK, Init.ClockEdge |\ in SDMMC_Init()
252 MODIFY_REG(SDMMCx->CLKCR, CLKCR_CLEAR_MASK, Init.ClockEdge |\ in SDMMC_Init()
Dstm32l4xx_hal_sd.c375 assert_param(IS_SDMMC_CLOCK_EDGE(hsd->Init.ClockEdge)); in HAL_SD_Init()
471 Init.ClockEdge = SDMMC_CLOCK_EDGE_RISING; in HAL_SD_InitCard()
2649 Init.ClockEdge = hsd->Init.ClockEdge; in HAL_SD_ConfigWideBusOperation()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_sdmmc.h67 …uint32_t ClockEdge; /*!< Specifies the clock transition on which the bit capture is mad… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_sdmmc.h67 …uint32_t ClockEdge; /*!< Specifies the clock transition on which the bit capture is mad… member