Searched refs:tmpDelay (Results 1 – 10 of 10) sorted by relevance
139 uint32_t tmpDelay; /* MISRAC2012-Rule-17.8 */ in LL_mDelay() local142 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()
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()
186 uint32_t tmpDelay; /* MISRAC2012-Rule-17.8 */ in LL_mDelay() local189 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()
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()
190 uint32_t tmpDelay = Delay; in LL_mDelay() local196 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()
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()
231 uint32_t tmpDelay = Delay; in LL_mDelay() local237 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()