Searched refs:us (Results 1 – 15 of 15) sorted by relevance
23 #define USEC_TO_COUNT(us, clockFreqInHz) (uint64_t)(((uint64_t)(us) * (clockFreqInHz)) / 1000000U) argument
24 #define USEC_TO_COUNT(us, clockFreqInHz) (uint64_t)(((uint64_t)(us) * (clockFreqInHz)) / 1000000U) argument
317 #define USEC_TO_COUNT(us, clockFreqInHz) (uint64_t)(((uint64_t)(us) * (clockFreqInHz)) / 1000000U) argument
197 typedef void (*delay_us)(uint32_t us);
161 typedef void (*smartcard_time_delay_t)(uint32_t us);
142 …ibe your issue, explain the problem and include additional details to help us reproduce and move o…182 …are a description for the license information in the email description for us to decide whether th…
26 * Focusing on what is best not just for us as individuals, but for the
115 static void CLOCK_DelayUs(uint32_t us) in CLOCK_DelayUs() argument119 instNum = ((SystemCoreClock + 999999UL) / 1000000UL) * us; in CLOCK_DelayUs()
144 AT_QUICKACCESS_SECTION_CODE(static void POWER_DelayUs(uint32_t us)) in AT_QUICKACCESS_SECTION_CODE() argument148 instNum = ((SystemCoreClock + 999999UL) / 1000000UL) * us; in AT_QUICKACCESS_SECTION_CODE()
203 …power state. For example if the deep-sleep state has an exit latency of 250us, the declaration is …207    `.exitHwLatency = 250U, /* 250 us */` 221 …he user. In that case, if *durationTicks* variable is less or equal to 250 us, then the deep sleep…
123 static void sb3_DelayUs(uint32_t us) in sb3_DelayUs() argument127 instNum = ((SystemCoreClock + 999999UL) / 1000000UL) * us; in sb3_DelayUs()
337 // __delay(100);//100us