Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/ack_generator/
Dnrf_802154_ack_data.h122 void nrf_802154_ack_data_src_addr_matching_method_set(nrf_802154_src_addr_match_t match_method);
Dnrf_802154_ack_data.c724 void nrf_802154_ack_data_src_addr_matching_method_set(nrf_802154_src_addr_match_t match_method) in nrf_802154_ack_data_src_addr_matching_method_set() argument
726 switch (match_method) in nrf_802154_ack_data_src_addr_matching_method_set()
731 m_src_matching_method = match_method; in nrf_802154_ack_data_src_addr_matching_method_set()
/hal_nordic-latest/drivers/nrf_802154/serialization/src/
Dnrf_802154_spinel_dec_net.c727 nrf_802154_src_addr_match_t match_method; in spinel_decode_prop_nrf_802154_src_addr_matching_method_set() local
733 &match_method); in spinel_decode_prop_nrf_802154_src_addr_matching_method_set()
740 switch (match_method) in spinel_decode_prop_nrf_802154_src_addr_matching_method_set()
752 nrf_802154_src_addr_matching_method_set(match_method); in spinel_decode_prop_nrf_802154_src_addr_matching_method_set()
Dnrf_802154_spinel_app.c769 void nrf_802154_src_addr_matching_method_set(nrf_802154_src_addr_match_t match_method) in nrf_802154_src_addr_matching_method_set() argument
776 NRF_802154_SPINEL_LOG_VAR("%u", match_method); in nrf_802154_src_addr_matching_method_set()
783 match_method); in nrf_802154_src_addr_matching_method_set()
/hal_nordic-latest/drivers/nrf_802154/common/include/
Dnrf_802154.h816 void nrf_802154_src_addr_matching_method_set(nrf_802154_src_addr_match_t match_method);
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154.c705 void nrf_802154_src_addr_matching_method_set(nrf_802154_src_addr_match_t match_method) in nrf_802154_src_addr_matching_method_set() argument
707 nrf_802154_ack_data_src_addr_matching_method_set(match_method); in nrf_802154_src_addr_matching_method_set()