nRF5 SDK for Thread and Zigbee v3.2.0
Functions
CCA configuration management

Functions

void nrf_802154_cca_cfg_set (const nrf_802154_cca_cfg_t *p_cca_cfg)
 Configure radio CCA mode and threshold. More...
 
void nrf_802154_cca_cfg_get (nrf_802154_cca_cfg_t *p_cca_cfg)
 Get current radio CCA configuration. More...
 

Detailed Description

Function Documentation

void nrf_802154_cca_cfg_get ( nrf_802154_cca_cfg_t p_cca_cfg)

Get current radio CCA configuration.

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

Configure radio CCA mode and threshold.

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

Documentation feedback | Developer Zone | Subscribe | Updated