/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_utils.c | 163 void LL_mDelay(uint32_t Delay) in LL_mDelay() argument 170 if (Delay < LL_MAX_DELAY) in LL_mDelay() 172 Delay++; in LL_mDelay() 175 while (Delay) in LL_mDelay() 179 Delay--; in LL_mDelay()
|
D | stm32f3xx_hal.c | 356 __weak void HAL_Delay(uint32_t Delay) in HAL_Delay() argument 359 uint32_t wait = Delay; in HAL_Delay()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_ll_utils.c | 162 void LL_mDelay(uint32_t Delay) in LL_mDelay() argument 169 if (Delay < LL_MAX_DELAY) in LL_mDelay() 171 Delay++; in LL_mDelay() 174 while (Delay) in LL_mDelay() 178 Delay--; in LL_mDelay()
|
D | stm32l0xx_hal.c | 372 __weak void HAL_Delay(uint32_t Delay) in HAL_Delay() argument 375 uint32_t wait = Delay; in HAL_Delay()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_utils.c | 157 void LL_mDelay(uint32_t Delay) in LL_mDelay() argument 164 if (Delay < LL_MAX_DELAY) in LL_mDelay() 166 Delay++; in LL_mDelay() 169 while (Delay) in LL_mDelay() 173 Delay--; in LL_mDelay()
|
D | stm32f0xx_hal.c | 359 __weak void HAL_Delay(uint32_t Delay) in HAL_Delay() argument 362 uint32_t wait = Delay; in HAL_Delay()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_ll_utils.c | 181 void LL_mDelay(uint32_t Delay) in LL_mDelay() argument 188 if (Delay < LL_MAX_DELAY) in LL_mDelay() 190 Delay++; in LL_mDelay() 193 while (Delay) in LL_mDelay() 197 Delay--; in LL_mDelay()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_utils.c | 217 void LL_mDelay(uint32_t Delay) in LL_mDelay() argument 224 if(Delay < LL_MAX_DELAY) in LL_mDelay() 226 Delay++; in LL_mDelay() 229 while (Delay) in LL_mDelay() 233 Delay--; in LL_mDelay()
|
D | stm32f2xx_hal.c | 384 __weak void HAL_Delay(uint32_t Delay) in HAL_Delay() argument 387 uint32_t wait = Delay; in HAL_Delay()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_utils.c | 234 void LL_mDelay(uint32_t Delay) in LL_mDelay() argument 241 if(Delay < LL_MAX_DELAY) in LL_mDelay() 243 Delay++; in LL_mDelay() 246 while (Delay) in LL_mDelay() 250 Delay--; in LL_mDelay()
|
D | stm32f7xx_hal.c | 368 __weak void HAL_Delay(uint32_t Delay) in HAL_Delay() argument 371 uint32_t wait = Delay; in HAL_Delay()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_utils.c | 273 void LL_mDelay(uint32_t Delay) in LL_mDelay() argument 280 if(Delay < LL_MAX_DELAY) in LL_mDelay() 282 Delay++; in LL_mDelay() 285 while (Delay) in LL_mDelay() 289 Delay--; in LL_mDelay()
|
D | stm32f4xx_hal.c | 390 __weak void HAL_Delay(uint32_t Delay) in HAL_Delay() argument 393 uint32_t wait = Delay; in HAL_Delay()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_utils.c | 211 void LL_mDelay(uint32_t Delay) in LL_mDelay() argument 218 if (Delay < LL_MAX_DELAY) in LL_mDelay() 220 Delay++; in LL_mDelay() 223 while (Delay) in LL_mDelay() 227 Delay--; in LL_mDelay()
|
D | stm32f1xx_hal.c | 371 __weak void HAL_Delay(uint32_t Delay) in HAL_Delay() argument 374 uint32_t wait = Delay; in HAL_Delay()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal.c | 378 __weak void HAL_Delay(uint32_t Delay) in HAL_Delay() argument 381 uint32_t wait = Delay; in HAL_Delay() 2014 void HAL_SYSCFG_SetDelayOnFeedbackClock(uint32_t Delay) in HAL_SYSCFG_SetDelayOnFeedbackClock() argument 2017 assert_param(IS_SYSCFG_DMA_DELAY_FEEDBACK_CLOCK(Delay)); in HAL_SYSCFG_SetDelayOnFeedbackClock() 2019 MODIFY_REG(SYSCFG->FMC_RETIMECR, SYSCFG_FMC_RETIMECR_SDFBCLK_180, Delay); in HAL_SYSCFG_SetDelayOnFeedbackClock()
|
D | stm32n6xx_hal_gpio.c | 610 assert_param(IS_GPIO_DELAY(pDly_Init->Delay)); in HAL_GPIO_SetDelay() 630 temp |= (pDly_Init->Delay << ((position & 0x07u) * GPIO_ADVCFGRL_1_Pos)); in HAL_GPIO_SetDelay() 665 pDly_Init->Delay = ((GPIOx->DELAYR[position >> 3u] & (GPIO_DELAYRL_DLY0_Msk << index)) >> index); in HAL_GPIO_GetDelay()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_gpio.h | 903 __STATIC_INLINE void LL_GPIO_SetDelayPin_0_7(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Delay) in LL_GPIO_SetDelayPin_0_7() argument 906 (Delay << (POSITION_VAL(Pin) * GPIO_DELAYRL_DLY1_Pos))); in LL_GPIO_SetDelayPin_0_7() 973 __STATIC_INLINE void LL_GPIO_SetDelayPin_8_15(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Delay) in LL_GPIO_SetDelayPin_8_15() argument 976 (Delay << ((POSITION_VAL(Pin) & 0x07U) * GPIO_DELAYRH_DLY9_Pos))); in LL_GPIO_SetDelayPin_8_15()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_ll_utils.c | 114 void LL_mDelay(uint32_t Delay) in LL_mDelay() argument 116 uint32_t mDelay = Delay; in LL_mDelay()
|
D | stm32wb0x_hal.c | 333 __weak void HAL_Delay(uint32_t Delay) in HAL_Delay() argument 336 uint32_t wait = Delay; in HAL_Delay()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_ll_utils.c | 87 void LL_mDelay(uint32_t Delay) in LL_mDelay() argument 93 tmpDelay = Delay; in LL_mDelay()
|
D | stm32c0xx_hal.c | 373 __weak void HAL_Delay(uint32_t Delay) in HAL_Delay() argument 376 uint32_t wait = Delay; in HAL_Delay()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_mdf.c | 1299 HAL_StatusTypeDef HAL_MDF_SetDelay(MDF_HandleTypeDef *hmdf, uint32_t Delay) in HAL_MDF_SetDelay() argument 1304 assert_param(IS_MDF_DELAY(Delay)); in HAL_MDF_SetDelay() 1321 hmdf->Instance->DLYCR |= Delay; in HAL_MDF_SetDelay() 2065 assert_param(IS_MDF_DELAY(pFilterConfig->Delay)); in MDF_AcqStart() 2066 hmdf->Instance->DLYCR = pFilterConfig->Delay; in MDF_AcqStart()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal.c | 377 __weak void HAL_Delay(uint32_t Delay) in HAL_Delay() argument 380 uint32_t wait = Delay; in HAL_Delay()
|
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/STM32_WPAN/Target/ |
D | linklayer_plat.c | 89 __IO register uint32_t Delay = delay * (SystemCoreClock / 1000000U); in LINKLAYER_PLAT_DelayUs() local 94 while (Delay --); in LINKLAYER_PLAT_DelayUs()
|