Searched refs:auto_ack_fpb (Results 1 – 4 of 4) sorted by relevance
380 zassert_equal(custom_configure_match_mock_expected_config.auto_ack_fpb.mode, in custom_configure_match_mock()381 config->auto_ack_fpb.mode, NULL); in custom_configure_match_mock()382 zassert_equal(custom_configure_match_mock_expected_config.auto_ack_fpb.enabled, in custom_configure_match_mock()383 config->auto_ack_fpb.enabled, NULL); in custom_configure_match_mock()412 custom_configure_match_mock_expected_config.auto_ack_fpb.enabled = enabled; in set_expected_match_values()413 custom_configure_match_mock_expected_config.auto_ack_fpb.mode = in set_expected_match_values()
239 } auto_ack_fpb; member
843 if (config->auto_ack_fpb.enabled) { in nrf5_configure()844 switch (config->auto_ack_fpb.mode) { in nrf5_configure()860 nrf_802154_auto_pending_bit_set(config->auto_ack_fpb.enabled); in nrf5_configure()
903 .auto_ack_fpb.enabled = aEnable, in otPlatRadioEnableSrcMatch()904 .auto_ack_fpb.mode = IEEE802154_FPB_ADDR_MATCH_THREAD, in otPlatRadioEnableSrcMatch()