Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ieee802154/
Dieee802154_mcxw.c115 msg.msgData.setReq.PibAttribute = gPhyPibPanId_c; in mcxw_set_pan_id()
116 msg.msgData.setReq.PibAttributeValue = (uint64_t)aPanId; in mcxw_set_pan_id()
132 msg.msgData.setReq.PibAttribute = gPhyPibLongAddress_c; in mcxw_set_extended_address()
133 msg.msgData.setReq.PibAttributeValue = *(uint64_t *)ieee_addr; in mcxw_set_extended_address()
149 msg.msgData.setReq.PibAttribute = gPhyPibShortAddress_c; in mcxw_set_short_address()
150 msg.msgData.setReq.PibAttributeValue = (uint64_t)aShortAddress; in mcxw_set_short_address()
196 msg.msgData.setReq.PibAttribute = gPhyPibRxOnWhenIdle; in mcxw_radio_receive()
197 msg.msgData.setReq.PibAttributeValue = (uint64_t)1; in mcxw_radio_receive()
581 msg.msgData.setReq.PibAttribute = gPhyPibPromiscuousMode_c; in mcxw_set_promiscuous()
582 msg.msgData.setReq.PibAttributeValue = (uint64_t)aEnable; in mcxw_set_promiscuous()
[all …]