Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dradio_spinel.cpp224 otError otPlatRadioAddSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioAddSrcMatchShortEntry() argument
227 return psRadioSpinel->AddSrcMatchShortEntry(aShortAddress); in otPlatRadioAddSrcMatchShortEntry()
242 otError otPlatRadioClearSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioClearSrcMatchShortEntry() argument
245 return psRadioSpinel->ClearSrcMatchShortEntry(aShortAddress); in otPlatRadioClearSrcMatchShortEntry()
498 const otShortAddress aShortAddress, in otPlatRadioConfigureEnhAckProbing() argument
503 return psRadioSpinel->ConfigureEnhAckProbing(aLinkMetrics, aShortAddress, *aExtAddress); in otPlatRadioConfigureEnhAckProbing()
Dradio.c749 void otPlatRadioSetShortAddress(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioSetShortAddress() argument
754 (struct ieee802154_filter *) &aShortAddress); in otPlatRadioSetShortAddress()
1124 const uint16_t aShortAddress) in otPlatRadioAddSrcMatchShortEntry() argument
1135 sys_put_le16(aShortAddress, short_address); in otPlatRadioAddSrcMatchShortEntry()
1165 const uint16_t aShortAddress) in otPlatRadioClearSrcMatchShortEntry() argument
1176 sys_put_le16(aShortAddress, short_address); in otPlatRadioClearSrcMatchShortEntry()
1612 const otShortAddress aShortAddress, in otPlatRadioConfigureEnhAckProbing() argument
1616 .ack_ie.short_addr = aShortAddress, in otPlatRadioConfigureEnhAckProbing()
/Zephyr-latest/drivers/ieee802154/
Dieee802154_mcxw.c142 static int mcxw_set_short_address(const struct device *dev, uint16_t aShortAddress) in mcxw_set_short_address() argument
150 msg.msgData.setReq.PibAttributeValue = (uint64_t)aShortAddress; in mcxw_set_short_address()