Searched refs:aShortAddress (Results 1 – 2 of 2) sorted by relevance
| /modules/openthread/platform/ |
| A 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() 504 const otShortAddress aShortAddress, in otPlatRadioConfigureEnhAckProbing() argument 509 return psRadioSpinel->ConfigureEnhAckProbing(aLinkMetrics, aShortAddress, *aExtAddress); in otPlatRadioConfigureEnhAckProbing()
|
| A D | radio.c | 746 void otPlatRadioSetShortAddress(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioSetShortAddress() argument 751 (struct ieee802154_filter *) &aShortAddress); in otPlatRadioSetShortAddress() 1121 const uint16_t aShortAddress) in otPlatRadioAddSrcMatchShortEntry() argument 1132 sys_put_le16(aShortAddress, short_address); in otPlatRadioAddSrcMatchShortEntry() 1162 const uint16_t aShortAddress) in otPlatRadioClearSrcMatchShortEntry() argument 1173 sys_put_le16(aShortAddress, short_address); in otPlatRadioClearSrcMatchShortEntry() 1609 const otShortAddress aShortAddress, in otPlatRadioConfigureEnhAckProbing() argument 1613 .ack_ie.short_addr = aShortAddress, in otPlatRadioConfigureEnhAckProbing()
|
Completed in 11 milliseconds