Searched refs:tmpDelay (Results 1 – 10 of 10) sorted by relevance
90 uint32_t tmpDelay; /* MISRAC2012-Rule-17.8 */ in LL_mDelay() local93 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()
172 uint32_t tmpDelay; /* MISRAC2012-Rule-17.8 */ in LL_mDelay() local175 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()
189 uint32_t tmpDelay; /* MISRAC2012-Rule-17.8 */ in LL_mDelay() local192 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()
188 uint32_t tmpDelay; in LL_mDelay() local191 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()
165 uint32_t tmpDelay = Delay; in LL_mDelay() local171 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()
205 uint32_t tmpDelay = Delay; in LL_mDelay() local211 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()
236 uint32_t tmpDelay = Delay; in LL_mDelay() local242 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()
167 uint32_t tmpDelay = Delay; in LL_mDelay() local173 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()
189 uint32_t tmpDelay = Delay; in LL_mDelay() local195 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()
275 uint32_t tmpDelay = Delay; in LL_mDelay() local281 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()