Searched refs:auto_ack_fpb (Results 1 – 4 of 4) sorted by relevance
404 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()
1130 } auto_ack_fpb; member
839 if (config->auto_ack_fpb.enabled) { in nrf5_configure()840 switch (config->auto_ack_fpb.mode) { in nrf5_configure()856 nrf_802154_auto_pending_bit_set(config->auto_ack_fpb.enabled); in nrf5_configure()
1054 .auto_ack_fpb.enabled = aEnable, in otPlatRadioEnableSrcMatch()1055 .auto_ack_fpb.mode = IEEE802154_FPB_ADDR_MATCH_THREAD, in otPlatRadioEnableSrcMatch()