nrfxlib API 2.8.99
|
void(* nrf_modem_dect_phy_callbacks::init) (const uint64_t *time, int16_t temp, enum nrf_modem_dect_phy_err err, const struct nrf_modem_dect_phy_modem_cfg *cfg) |
DECT PHY initialization callback.
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. | |
[in] | cfg | Modem configuration. |