Searched refs:phyInstance (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/ |
| D | Phy.c | 220 phyStatus_t MAC_PLME_SapHandler(macToPlmeMessage_t *pMsg, instanceId_t phyInstance) in MAC_PLME_SapHandler() argument 234 if (phyInstance >= CTX_NO) in MAC_PLME_SapHandler() 236 phyInstance = 0; in MAC_PLME_SapHandler() 239 pMsg->ctx_id = phyInstance; in MAC_PLME_SapHandler() 292 phyStatus_t MAC_PD_SapHandler(macToPdDataMessage_t *pMsg, instanceId_t phyInstance) in MAC_PD_SapHandler() argument 306 if (phyInstance >= CTX_NO) in MAC_PD_SapHandler() 308 phyInstance = 0; in MAC_PD_SapHandler() 311 pMsg->ctx_id = phyInstance; in MAC_PD_SapHandler()
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-ieee_802.15.4/ieee_802_15_4/phy/interface/ |
| D | PhyInterface.h | 466 phyStatus_t MAC_PD_SapHandler(macToPdDataMessage_t * pMsg, instanceId_t phyInstance); 477 phyStatus_t MAC_PLME_SapHandler(macToPlmeMessage_t * pMsg, instanceId_t phyInstance); 582 void PHY_EnableCsl(instanceId_t phyInstance, uint32_t cslPeriod); 584 void PHY_SetEfp(instanceId_t phyInstance, bool_t state); 586 void PHY_SetNbt(instanceId_t phyInstance, bool_t state); 592 void PHY_SetCslSampleTime(instanceId_t phyInstance, uint32_t cslSampleTimeUs); 612 void PHY_ConfigureAckIeData(instanceId_t phyInstance, uint8_t * pIeData, uint32_t ieDataParam, uint…
|