nRF5 SDK for Thread and Zigbee v4.0.0
Functions
CCA configuration management

Functions

void nrf_802154_cca_cfg_set (const nrf_802154_cca_cfg_t *p_cca_cfg)
 Configures the radio CCA mode and threshold. More...
 
void nrf_802154_cca_cfg_get (nrf_802154_cca_cfg_t *p_cca_cfg)
 Gets the current radio CCA configuration. More...
 

Detailed Description

Function Documentation

void nrf_802154_cca_cfg_get ( nrf_802154_cca_cfg_t p_cca_cfg)

Gets the current radio CCA configuration.

Parameters
[out]p_cca_cfgPointer to the structure for the current CCA configuration.
void nrf_802154_cca_cfg_set ( const nrf_802154_cca_cfg_t p_cca_cfg)

Configures the radio CCA mode and threshold.

Parameters
[in]p_cca_cfgPointer to the CCA configuration structure. Only fields relevant to the selected mode are updated.

Documentation feedback | Developer Zone | Subscribe | Updated