commit | f3910fd716561f630ddf7ef46f0fab807b715b71 | [log] [tgz] |
---|---|---|
author | Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no> | Fri Jan 08 13:30:02 2021 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Sun Jan 10 18:12:57 2021 -0500 |
tree | cba4d2dd5a6aa3cc6e254fe306c7e824ef33b451 | |
parent | 35adb6e2c4e5c9bbf3bbda92c1c8dcdd429915fa [diff] |
drivers: timer: nrf_rtc_timer: Increase half tick busy wait Due to clock discrepancy, busy waiting for 15us was not covering for half tick in certain cases. Busy wait runs from HF clock source. Increased to 19us to cover it. Anyway, this case is hit very rarely, only when there was aborted, not-cancelled compare value that was about to expire. Because of that, increase shall not impact the performance. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>