Home
last modified time | relevance | path

Searched refs:SDMMC_CmdBusWidth (Results 1 – 3 of 3) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_sdmmc.h1197 uint32_t SDMMC_CmdBusWidth(SDMMC_TypeDef *SDMMCx, uint32_t BusWidth);
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_sdmmc.c955 uint32_t SDMMC_CmdBusWidth(SDMMC_TypeDef *SDMMCx, uint32_t BusWidth) in SDMMC_CmdBusWidth() function
Dstm32l4xx_hal_sd.c3589 errorstate = SDMMC_CmdBusWidth(hsd->Instance, 2); in SD_WideBus_Enable()
3636 errorstate = SDMMC_CmdBusWidth(hsd->Instance, 0); in SD_WideBus_Disable()