Timestamp function can be used in time critical operations (event logging). In such scenario current implementation is too slow since it can pend on reading RTC registers which are in LFCLK domain and reading is costly.
|
u32_t _timer_cycle_get_32(void) |