Home
last modified time | relevance | path

Searched refs:Delay (Results 1 – 25 of 112) sorted by relevance

12345

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_utils.c163 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()
Dstm32f3xx_hal.c356 __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/
Dstm32l0xx_ll_utils.c162 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()
Dstm32l0xx_hal.c372 __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/
Dstm32f0xx_ll_utils.c157 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()
Dstm32f0xx_hal.c359 __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/
Dstm32u0xx_ll_utils.c181 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/
Dstm32f2xx_ll_utils.c217 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()
Dstm32f2xx_hal.c384 __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/
Dstm32f7xx_ll_utils.c234 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()
Dstm32f7xx_hal.c368 __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/
Dstm32f4xx_ll_utils.c273 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()
Dstm32f4xx_hal.c390 __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/
Dstm32f1xx_ll_utils.c211 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()
Dstm32f1xx_hal.c371 __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/
Dstm32n6xx_hal.c378 __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()
Dstm32n6xx_hal_gpio.c610 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/
Dstm32n6xx_ll_gpio.h903 __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/
Dstm32wb0x_ll_utils.c114 void LL_mDelay(uint32_t Delay) in LL_mDelay() argument
116 uint32_t mDelay = Delay; in LL_mDelay()
Dstm32wb0x_hal.c333 __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/
Dstm32c0xx_ll_utils.c87 void LL_mDelay(uint32_t Delay) in LL_mDelay() argument
93 tmpDelay = Delay; in LL_mDelay()
Dstm32c0xx_hal.c373 __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/
Dstm32h7rsxx_hal_mdf.c1299 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/
Dstm32l1xx_hal.c377 __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/
Dlinklayer_plat.c89 __IO register uint32_t Delay = delay * (SystemCoreClock / 1000000U); in LINKLAYER_PLAT_DelayUs() local
94 while (Delay --); in LINKLAYER_PLAT_DelayUs()

12345