nRF5 SDK for Thread v0.9.0
Functions
Configuration

This module includes the platform abstraction for radio configuration. More...

Functions

void otPlatRadioGetIeeeEui64 (otInstance *aInstance, uint8_t *aIeeeEui64)
 
void otPlatRadioSetPanId (otInstance *aInstance, uint16_t aPanId)
 
void otPlatRadioSetExtendedAddress (otInstance *aInstance, uint8_t *aExtendedAddress)
 
void otPlatRadioSetShortAddress (otInstance *aInstance, uint16_t aShortAddress)
 

Detailed Description

This module includes the platform abstraction for radio configuration.

Function Documentation

void otPlatRadioGetIeeeEui64 ( otInstance *  aInstance,
uint8_t *  aIeeeEui64 
)

Get the factory-assigned IEEE EUI-64 for this interface.

Parameters
[in]aInstanceThe OpenThread instance structure.
[out]aIeeeEui64A pointer to where the factory-assigned IEEE EUI-64 will be placed.
void otPlatRadioSetExtendedAddress ( otInstance *  aInstance,
uint8_t *  aExtendedAddress 
)

Set the Extended Address for address filtering.

Parameters
[in]aInstanceThe OpenThread instance structure.
[in]aExtendedAddressA pointer to the IEEE 802.15.4 Extended Address.
void otPlatRadioSetPanId ( otInstance *  aInstance,
uint16_t  aPanId 
)

Set the PAN ID for address filtering.

Parameters
[in]aInstanceThe OpenThread instance structure.
[in]aPanIdThe IEEE 802.15.4 PAN ID.
void otPlatRadioSetShortAddress ( otInstance *  aInstance,
uint16_t  aShortAddress 
)

Set the Short Address for address filtering.

Parameters
[in]aInstanceThe OpenThread instance structure.
[in]aShortAddressThe IEEE 802.15.4 Short Address.

Documentation feedback | Developer Zone | Subscribe | Updated