Home
last modified time | relevance | path

Searched refs:tmpDelay (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_utils.c90 uint32_t tmpDelay; /* MISRAC2012-Rule-17.8 */ in LL_mDelay() local
93 tmpDelay = Delay; in LL_mDelay()
95 if (tmpDelay < LL_MAX_DELAY) in LL_mDelay()
97 tmpDelay ++; in LL_mDelay()
100 while (tmpDelay != 0U) in LL_mDelay()
104 tmpDelay --; in LL_mDelay()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_utils.c172 uint32_t tmpDelay; /* MISRAC2012-Rule-17.8 */ in LL_mDelay() local
175 tmpDelay = Delay; in LL_mDelay()
177 if (tmpDelay < LL_MAX_DELAY) in LL_mDelay()
179 tmpDelay ++; in LL_mDelay()
182 while (tmpDelay != 0U) in LL_mDelay()
186 tmpDelay --; in LL_mDelay()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_utils.c189 uint32_t tmpDelay; /* MISRAC2012-Rule-17.8 */ in LL_mDelay() local
192 tmpDelay = Delay; in LL_mDelay()
194 if(tmpDelay < LL_MAX_DELAY) in LL_mDelay()
196 tmpDelay++; in LL_mDelay()
199 while (tmpDelay != 0U) in LL_mDelay()
203 tmpDelay--; in LL_mDelay()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_utils.c188 uint32_t tmpDelay; in LL_mDelay() local
191 tmpDelay = Delay; in LL_mDelay()
193 if (tmpDelay < LL_MAX_DELAY) in LL_mDelay()
195 tmpDelay ++; in LL_mDelay()
198 while (tmpDelay != 0U) in LL_mDelay()
202 tmpDelay --; in LL_mDelay()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_utils.c165 uint32_t tmpDelay = Delay; in LL_mDelay() local
171 if(tmpDelay < LL_MAX_DELAY) in LL_mDelay()
173 tmpDelay++; in LL_mDelay()
176 while (tmpDelay != 0U) in LL_mDelay()
180 tmpDelay--; in LL_mDelay()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_utils.c205 uint32_t tmpDelay = Delay; in LL_mDelay() local
211 if (tmpDelay < LL_MAX_DELAY) in LL_mDelay()
213 tmpDelay++; in LL_mDelay()
216 while (tmpDelay != 0U) in LL_mDelay()
220 tmpDelay--; in LL_mDelay()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_utils.c236 uint32_t tmpDelay = Delay; in LL_mDelay() local
242 if (tmpDelay < LL_MAX_DELAY) in LL_mDelay()
244 tmpDelay++; in LL_mDelay()
247 while (tmpDelay != 0U) in LL_mDelay()
251 tmpDelay--; in LL_mDelay()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_utils.c167 uint32_t tmpDelay = Delay; in LL_mDelay() local
173 if (tmpDelay < LL_MAX_DELAY) in LL_mDelay()
175 tmpDelay++; in LL_mDelay()
178 while (tmpDelay != 0U) in LL_mDelay()
182 tmpDelay--; in LL_mDelay()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_utils.c189 uint32_t tmpDelay = Delay; in LL_mDelay() local
195 if(tmpDelay < LL_MAX_DELAY) in LL_mDelay()
197 tmpDelay++; in LL_mDelay()
200 while (tmpDelay != 0U) in LL_mDelay()
204 tmpDelay--; in LL_mDelay()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_utils.c275 uint32_t tmpDelay = Delay; in LL_mDelay() local
281 if (tmpDelay < LL_MAX_DELAY) in LL_mDelay()
283 tmpDelay++; in LL_mDelay()
286 while (tmpDelay != 0U) in LL_mDelay()
290 tmpDelay--; in LL_mDelay()