nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ nrf_modem_dect_phy_stf_cover_seq_control()

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. The default, applied at each initialization, is enabled.

Note
This API is intended for certification purposes only. It should not be used for normal operation.

This operation is performed asynchronously. Completion of this operation is indicated by the NRF_MODEM_DECT_PHY_EVT_STF_CONFIG event.

Parameters
rx_enableEnable STF cover sequence for reception.
tx_enableEnable STF cover sequence for transmission.
Return values
0Request was sent to modem.
-NRF_EPERMThe Modem library is not initialized.
-NRF_EFAULTNo event handler is set.
-NRF_ENOMEMNot enough shared memory for this request.