Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-ieee_802.15.4/ieee_802_15_4/phy/source/SerialDevice/
DPhy.c96 phy_get_rsp = ((macToPlmeMessage_t *)pMsg)->msgData.getReq; in PhyRpmsgRxCallback()
273 pMsg->msgData.getReq.PibAttributeValue = phy_get_rsp.PibAttributeValue; in MAC_PLME_SapHandler()
335 msg.msgData.getReq.PibAttribute = gPhyGetCtxId; in PHY_get_ctx()
336 msg.msgData.getReq.PibAttributeValue = (uint64_t)(-1); in PHY_get_ctx()
340 return (uint8_t)msg.msgData.getReq.PibAttributeValue; in PHY_get_ctx()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-ieee_802.15.4/ieee_802_15_4/phy/interface/
DPhyInterface.h288 plmeGetReq_t getReq; member