![]() |
nrfxlib API 3.3.99
|
| int nrf_modem_dect_phy_rx | ( | const struct nrf_modem_dect_phy_rx_params * | params | ) |
#include <nrf_modem/include/nrf_modem_dect_phy.h>
Schedule a reception.
Schedule a reception with given parameters.
This operation is performed asynchronously. Completion of this operation is indicated by the NRF_MODEM_DECT_PHY_EVT_COMPLETED event.
Data received on the physical layer control and data channels is sent to the application in the NRF_MODEM_DECT_PHY_EVT_PCC and NRF_MODEM_DECT_PHY_EVT_PDC events respectively.
| [in] | params | Operation parameters. |
| 0 | Request was sent to modem. |
| -NRF_EPERM | The Modem library is not initialized. |
| -NRF_EFAULT | No event handler is set, or params is NULL. |
| -NRF_ENOMEM | Not enough shared memory for this request. |