Home
last modified time | relevance | path

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

/hal_nordic-3.4.0/drivers/nrf_802154/driver/src/
Dnrf_802154_pib.h167 const uint8_t * nrf_802154_pib_short_address_get(void);
Dnrf_802154_pib.c286 const uint8_t * nrf_802154_pib_short_address_get(void) in nrf_802154_pib_short_address_get() function
/hal_nordic-3.4.0/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_filter.c342 if ((0 == memcmp(p_dst_addr, nrf_802154_pib_short_address_get(), SHORT_ADDRESS_SIZE)) || in dst_short_addr_check()