Home
last modified time | relevance | path

Searched refs:DelayBlock_Enable (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_delayblock.h74 HAL_StatusTypeDef DelayBlock_Enable(DLYB_TypeDef *dlyb);
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_delayblock.h69 HAL_StatusTypeDef DelayBlock_Enable(DLYB_TypeDef *DLYBx);
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_delayblock.c95 HAL_StatusTypeDef DelayBlock_Enable(DLYB_TypeDef *DLYBx) in DelayBlock_Enable() function
Dstm32mp1xx_hal_sd.c3413 if (DelayBlock_Enable(DLYB_SDMMC1) != HAL_OK) in SD_UltraHighSpeed()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_delayblock.c101 HAL_StatusTypeDef DelayBlock_Enable(DLYB_TypeDef *DLYBx) in DelayBlock_Enable() function
Dstm32h7xx_hal_sd.c3934 if (DelayBlock_Enable(SD_GET_DLYB_INSTANCE(hsd->Instance)) != HAL_OK) in SD_UltraHighSpeed()
4064 if (DelayBlock_Enable(SD_GET_DLYB_INSTANCE(hsd->Instance)) != HAL_OK) in SD_DDR_Mode()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_sd.c3934 if (DelayBlock_Enable(SD_GET_DLYB_INSTANCE(hsd->Instance)) != HAL_OK) in SD_UltraHighSpeed()
4064 if (DelayBlock_Enable(SD_GET_DLYB_INSTANCE(hsd->Instance)) != HAL_OK) in SD_DDR_Mode()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_sd.c4315 if (DelayBlock_Enable(SD_GET_DLYB_INSTANCE(hsd->Instance)) != HAL_OK) in SD_UltraHighSpeed()
4441 if (DelayBlock_Enable(SD_GET_DLYB_INSTANCE(hsd->Instance)) != HAL_OK) in SD_DDR_Mode()