Searched refs:aShortAddress (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/modules/openthread/platform/ |
D | radio_spinel.cpp | 224 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()
|
D | radio.c | 742 void otPlatRadioSetShortAddress(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioSetShortAddress() argument 747 (struct ieee802154_filter *) &aShortAddress); in otPlatRadioSetShortAddress() 1108 const uint16_t aShortAddress) in otPlatRadioAddSrcMatchShortEntry() argument 1119 sys_put_le16(aShortAddress, short_address); in otPlatRadioAddSrcMatchShortEntry() 1149 const uint16_t aShortAddress) in otPlatRadioClearSrcMatchShortEntry() argument 1160 sys_put_le16(aShortAddress, short_address); in otPlatRadioClearSrcMatchShortEntry() 1596 const otShortAddress aShortAddress, in otPlatRadioConfigureEnhAckProbing() argument 1600 .ack_ie.short_addr = aShortAddress, in otPlatRadioConfigureEnhAckProbing()
|