Home
last modified time | relevance | path

Searched defs: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()
242 otError otPlatRadioClearSrcMatchShortEntry(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioClearSrcMatchShortEntry()
498 const otShortAddress aShortAddress, in otPlatRadioConfigureEnhAckProbing()
Dradio.c749 void otPlatRadioSetShortAddress(otInstance *aInstance, uint16_t aShortAddress) in otPlatRadioSetShortAddress()
1124 const uint16_t aShortAddress) in otPlatRadioAddSrcMatchShortEntry()
1165 const uint16_t aShortAddress) in otPlatRadioClearSrcMatchShortEntry()
1612 const otShortAddress 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()