nrfxlib API 2.8.99
|
void(* nrf_modem_dect_phy_callbacks::rx_stop) (const uint64_t *time, enum nrf_modem_dect_phy_err err, uint32_t handle) |
Callback for nrf_modem_dect_phy_rx_stop.
When an RX operation is stopped, the operation complete callback will be called once the operation has fully stopped. That is, it is possible that the operation hasn't been fully stopped at the time this callback is called.
The err
parameter indicates the result of the operation. It can be one of the following values:
[in] | time | Modem time, in modem time units. |
err | Operation result. | |
handle | Operation handle. |