Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c404 zassert_equal(custom_configure_match_mock_expected_config.auto_ack_fpb.mode, in custom_configure_match_mock()
405 config->auto_ack_fpb.mode, NULL); in custom_configure_match_mock()
406 zassert_equal(custom_configure_match_mock_expected_config.auto_ack_fpb.enabled, in custom_configure_match_mock()
407 config->auto_ack_fpb.enabled, NULL); in custom_configure_match_mock()
436 custom_configure_match_mock_expected_config.auto_ack_fpb.enabled = enabled; in set_expected_match_values()
437 custom_configure_match_mock_expected_config.auto_ack_fpb.mode = in set_expected_match_values()
/Zephyr-latest/include/zephyr/net/
Dieee802154_radio.h1147 } auto_ack_fpb; member
/Zephyr-latest/drivers/ieee802154/
Dieee802154_nrf5.c866 if (config->auto_ack_fpb.enabled) { in nrf5_configure()
867 switch (config->auto_ack_fpb.mode) { in nrf5_configure()
883 nrf_802154_auto_pending_bit_set(config->auto_ack_fpb.enabled); in nrf5_configure()
/Zephyr-latest/modules/openthread/platform/
Dradio.c1099 .auto_ack_fpb.enabled = aEnable, in otPlatRadioEnableSrcMatch()
1100 .auto_ack_fpb.mode = IEEE802154_FPB_ADDR_MATCH_THREAD, in otPlatRadioEnableSrcMatch()