Home
last modified time | relevance | path

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

/hal_stm32-3.6.0/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_utils.c139 uint32_t tmpDelay; /* MISRAC2012-Rule-17.8 */ in LL_mDelay() local
142 tmpDelay = Delay; in LL_mDelay()
144 if (tmpDelay < LL_MAX_DELAY) in LL_mDelay()
146 tmpDelay ++; in LL_mDelay()
149 while (tmpDelay != 0U) in LL_mDelay()
153 tmpDelay --; in LL_mDelay()
/hal_stm32-3.6.0/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-3.6.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_utils.c186 uint32_t tmpDelay; /* MISRAC2012-Rule-17.8 */ in LL_mDelay() local
189 tmpDelay = Delay; in LL_mDelay()
191 if(tmpDelay < LL_MAX_DELAY) in LL_mDelay()
193 tmpDelay++; in LL_mDelay()
196 while (tmpDelay != 0U) in LL_mDelay()
200 tmpDelay--; in LL_mDelay()
/hal_stm32-3.6.0/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-3.6.0/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-3.6.0/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-3.6.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_utils.c190 uint32_t tmpDelay = Delay; in LL_mDelay() local
196 if (tmpDelay < LL_MAX_DELAY) in LL_mDelay()
198 tmpDelay++; in LL_mDelay()
201 while (tmpDelay != 0U) in LL_mDelay()
205 tmpDelay--; in LL_mDelay()
/hal_stm32-3.6.0/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-3.6.0/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-3.6.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_utils.c231 uint32_t tmpDelay = Delay; in LL_mDelay() local
237 if (tmpDelay < LL_MAX_DELAY) in LL_mDelay()
239 tmpDelay++; in LL_mDelay()
242 while (tmpDelay != 0U) in LL_mDelay()
246 tmpDelay--; in LL_mDelay()