nrfxlib API 2.8.99
|
int nrf_modem_dect_phy_stf_cover_seq_control | ( | bool | rx_enable, |
bool | tx_enable ) |
#include <nrf_modem/include/nrf_modem_dect_phy.h>
STF cover sequence control.
Enable or disable STF cover sequence.
This operation is asynchronous. The result of the operation is sent to the nrf_modem_dect_phy_callbacks::stf_cover_seq_control callback.
rx_enable | Enable STF cover sequence for reception. |
tx_enable | Enable STF cover sequence for transmission. |
0 | Request was sent to modem. |
-NRF_EPERM | The Modem library is not initialized. |
-NRF_EFAULT | Callback configuration is invalid. |
-NRF_ENOMEM | Not enough shared memory for this request. |