nrfxlib API 2.8.99
|
bool nrf_802154_delayed_trx_nearest_drx_time_to_midpoint_get | ( | uint32_t * | p_drx_time_to_midpoint | ) |
#include <nrf_802154/driver/src/mac_features/nrf_802154_delayed_trx.h>
Gets the time in microseconds to the midpoint of the nearest scheduled DRX window.
[out] | p_drx_time_to_midpoint | Pointer to a 32-bit variable where the time to the midpoint of the nearest DRX will be stored. |
true | A pending DRX was scheduled and p_drx_time_to_start contains a valid value. |
false | A pending DRX was not scheduled and p_drx_time_to_start was not modified. |