Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/modules/openthread/platform/
Dradio.c665 void otPlatRadioSetShortAddress(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioSetShortAddress() argument
670 (struct ieee802154_filter *) &aShortAddress); in otPlatRadioSetShortAddress()
984 const uint16_t aShortAddress) in otPlatRadioAddSrcMatchShortEntry() argument
995 sys_put_le16(aShortAddress, short_address); in otPlatRadioAddSrcMatchShortEntry()
1025 const uint16_t aShortAddress) in otPlatRadioClearSrcMatchShortEntry() argument
1036 sys_put_le16(aShortAddress, short_address); in otPlatRadioClearSrcMatchShortEntry()
1384 const otShortAddress aShortAddress, in otPlatRadioConfigureEnhAckProbing() argument
1391 .ack_ie.short_addr = aShortAddress, in otPlatRadioConfigureEnhAckProbing()