nrfxlib API 0.1.0
|
#define nrf_802154_delay_us | ( | time_in_us | ) | nrfx_coredep_delay_us(time_in_us) |
#include <nrf_802154/driver/src/nrf_802154_utils.h>
Active waiting for given number of microseconds.
It is guaranteed that execution of this macro will take at least time_in_us
number of microseconds.