pub unsafe extern "C" fn otPlatRadioSetExtendedAddress(
    aInstance: *mut otInstance,
    aExtAddress: *const otExtAddress
)
Expand description

Set the Extended Address for address filtering.

@param[in] aInstance The OpenThread instance structure. @param[in] aExtAddress A pointer to the IEEE 802.15.4 Extended Address stored in little-endian byte order.