nrfxlib API 2.8.99
|
void nrf_802154_cst_writer_anchor_time_set | ( | uint64_t | anchor_time | ) |
#include <nrf_802154/common/include/nrf_802154.h>
Sets the anchor time based on which the next CST window time and the CST phase is calculated.
This function sets an anchor time which is a time of a CST window, based which on the times of future CST windows are calculated. It is assumed that all other CST windows occur at time anchor_time
+ n
* cst_period
where n
is an integer. Note that the anchor time can be both in the past and in the future.
[in] | anchor_time | Anchor time value. |