nrfxlib API 2.8.99
|
void(* nrf_modem_dect_phy_callbacks::op_complete) (const uint64_t *time, int16_t temperature, enum nrf_modem_dect_phy_err err, uint32_t handle) |
Callback to indicate the completion of RX, TX and RSSI measurement operations.
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. |
temp | Temperature in degrees Celsius. | |
err | Operation result. | |
handle | Operation handle. |