![]() |
nrfxlib API 3.3.99
|
| nrf_802154_tx_error_t nrf_802154_tx_timestamp_provider_tx_setup | ( | nrf_802154_transmit_params_t * | p_params | ) |
TX setup hook for the tx timestamp provider module.
Checks transmission parameters and if required, latches a frame payload address where the transmission timestamp shall be written once the transmission starts.
If the transmission parameters do not request transmit timestamp encoding, this hook exits without performing any actions.
| [in] | p_params | Pointer to the transmission parameters. |
| NRF_802154_TX_ERROR_NONE | The procedure was successful. |
| NRF_802154_TX_ERROR_TIMESTAMP_ENCODING_ERROR | The timestamp cannot be inserted into the frame. |