Home
last modified time | relevance | path

Searched refs:mDelay (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_utils.c116 uint32_t mDelay = Delay; in LL_mDelay() local
122 if (mDelay < LL_MAX_DELAY) in LL_mDelay()
124 mDelay++; in LL_mDelay()
127 while (mDelay != 0U) in LL_mDelay()
131 mDelay--; in LL_mDelay()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_utils.c181 uint32_t mDelay = Delay; in LL_mDelay() local
187 if (mDelay < LL_MAX_DELAY) in LL_mDelay()
189 mDelay++; in LL_mDelay()
192 while (mDelay != 0U) in LL_mDelay()
196 mDelay--; in LL_mDelay()