![]() |
EVE 1.0
|
Directories |
Files | |
file | app_timer.h [code] |
file | critreg.c [code] |
Fast version of nRF soft-device-friendly critical regions. Original Nordic critical region implementation masks user interrupts in NVIC, which is a perfectly fine, but quite slow method. This implementation uses other approach: it disables application interrupts via BASEPRI register, which is much faster. High-priority softdevice interrupts are not affected. | |