0.01.00
Configuration

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

Functions

void otPlatRadioGetIeeeEui64 (otInstance *aInstance, uint8_t *aIeeeEui64)
 Get the factory-assigned IEEE EUI-64 for this interface. More...
 
void otPlatRadioSetPanId (otInstance *aInstance, uint16_t aPanId)
 Set the PAN ID for address filtering. More...
 
void otPlatRadioSetExtendedAddress (otInstance *aInstance, const otExtAddress *aExtAddress)
 Set the Extended Address for address filtering. More...
 
void otPlatRadioSetShortAddress (otInstance *aInstance, uint16_t aShortAddress)
 Set the Short Address for address filtering. More...
 

Detailed Description

This module includes the platform abstraction for radio configuration.

Function Documentation

§ otPlatRadioGetIeeeEui64()

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 the factory-assigned IEEE EUI-64.

§ otPlatRadioSetExtendedAddress()

void otPlatRadioSetExtendedAddress ( otInstance aInstance,
const otExtAddress aExtAddress 
)

Set the Extended Address for address filtering.

Parameters
[in]aInstanceThe OpenThread instance structure.
[in]aExtAddressA pointer to the IEEE 802.15.4 Extended Address stored in little-endian byte order.

§ otPlatRadioSetPanId()

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.

§ otPlatRadioSetShortAddress()

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.