nRF5 SDK for Thread and Zigbee v3.2.0
Functions
Setting addresses and PAN ID of the device

Functions

void nrf_802154_pan_id_set (const uint8_t *p_pan_id)
 Set the PAN ID used by the device. More...
 
void nrf_802154_extended_address_set (const uint8_t *p_extended_address)
 Set the extended address of the device. More...
 
void nrf_802154_short_address_set (const uint8_t *p_short_address)
 Set the short address of the device. More...
 

Detailed Description

Function Documentation

void nrf_802154_extended_address_set ( const uint8_t *  p_extended_address)

Set the extended address of the device.

Parameters
[in]p_extended_addressPointer to the extended address (8 bytes, little-endian).

This function makes a copy of the address.

void nrf_802154_pan_id_set ( const uint8_t *  p_pan_id)

Set the PAN ID used by the device.

Parameters
[in]p_pan_idPointer to the PAN ID (2 bytes, little-endian).

This function makes a copy of the PAN ID.

void nrf_802154_short_address_set ( const uint8_t *  p_short_address)

Set the short address of the device.

Parameters
[in]p_short_addressPointer to the short address (2 bytes, little-endian).

This function makes a copy of the address.


Documentation feedback | Developer Zone | Subscribe | Updated