Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_pib.c302 void nrf_802154_pib_short_address_set(const uint8_t * p_short_address) in nrf_802154_pib_short_address_set() argument
304 memcpy(m_data.short_addr, p_short_address, SHORT_ADDRESS_SIZE); in nrf_802154_pib_short_address_set()
Dnrf_802154_pib.h191 void nrf_802154_pib_short_address_set(const uint8_t * p_short_address);
Dnrf_802154.c185 void nrf_802154_short_address_set(const uint8_t * p_short_address) in nrf_802154_short_address_set() argument
187 nrf_802154_pib_short_address_set(p_short_address); in nrf_802154_short_address_set()
/hal_nordic-latest/drivers/nrf_802154/common/include/
Dnrf_802154.h349 void nrf_802154_short_address_set(const uint8_t * p_short_address);
/hal_nordic-latest/drivers/nrf_802154/serialization/src/
Dnrf_802154_spinel_dec_net.c278 const void * p_short_address; in spinel_decode_prop_nrf_802154_short_address_set() local
285 &p_short_address, in spinel_decode_prop_nrf_802154_short_address_set()
298 nrf_802154_short_address_set((uint8_t *)p_short_address); in spinel_decode_prop_nrf_802154_short_address_set()
Dnrf_802154_spinel_app.c602 void nrf_802154_short_address_set(const uint8_t * p_short_address) in nrf_802154_short_address_set() argument
609 NRF_802154_SPINEL_LOG_BUFF(p_short_address, SHORT_ADDRESS_SIZE); in nrf_802154_short_address_set()
616 p_short_address, in nrf_802154_short_address_set()