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

◆ rx_stop

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:

Parameters
[in]timeModem time, in modem time units.
errOperation result.
handleOperation handle.