Home
last modified time | relevance | path

Searched refs:aPanId (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/ieee802154/
Dieee802154_mcxw.c108 static int mcxw_set_pan_id(const struct device *dev, uint16_t aPanId) in mcxw_set_pan_id() argument
116 msg.msgData.setReq.PibAttributeValue = (uint64_t)aPanId; in mcxw_set_pan_id()
120 mcxw_radio->pan_id = aPanId; in mcxw_set_pan_id()
/Zephyr-latest/modules/openthread/platform/
Dradio.c732 void otPlatRadioSetPanId(otInstance *aInstance, uint16_t aPanId) in otPlatRadioSetPanId() argument
737 (struct ieee802154_filter *) &aPanId); in otPlatRadioSetPanId()