nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ nrf_802154_delayed_trx_nearest_drx_time_to_midpoint_get()

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.

Parameters
[out]p_drx_time_to_midpointPointer to a 32-bit variable where the time to the midpoint of the nearest DRX will be stored.
Return values
trueA pending DRX was scheduled and p_drx_time_to_start contains a valid value.
falseA pending DRX was not scheduled and p_drx_time_to_start was not modified.