Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c396 static struct ieee802154_config custom_configure_match_mock_expected_config; variable
404 zassert_equal(custom_configure_match_mock_expected_config.auto_ack_fpb.mode, in custom_configure_match_mock()
406 zassert_equal(custom_configure_match_mock_expected_config.auto_ack_fpb.enabled, in custom_configure_match_mock()
410 zassert_equal(custom_configure_match_mock_expected_config.ack_fpb.extended, in custom_configure_match_mock()
412 zassert_equal(custom_configure_match_mock_expected_config.ack_fpb.enabled, in custom_configure_match_mock()
414 if (custom_configure_match_mock_expected_config.ack_fpb.addr == NULL) { in custom_configure_match_mock()
417 zassert_mem_equal(custom_configure_match_mock_expected_config.ack_fpb.addr, 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()
441 custom_configure_match_mock_expected_config.ack_fpb.extended = extended; in set_expected_match_values()
[all …]