Searched refs:custom_configure_rx_slot_mock_config (Results 1 – 1 of 1) sorted by relevance
933 static struct ieee802154_config custom_configure_rx_slot_mock_config; variable940 custom_configure_rx_slot_mock_config.rx_slot.channel = config->rx_slot.channel; in custom_configure_csl_rx_slot()941 custom_configure_rx_slot_mock_config.rx_slot.start = config->rx_slot.start; in custom_configure_csl_rx_slot()942 custom_configure_rx_slot_mock_config.rx_slot.duration = config->rx_slot.duration; in custom_configure_csl_rx_slot()958 zassert_equal(channel, custom_configure_rx_slot_mock_config.rx_slot.channel); in ZTEST()959 zassert_equal(start * NSEC_PER_USEC, custom_configure_rx_slot_mock_config.rx_slot.start); in ZTEST()961 custom_configure_rx_slot_mock_config.rx_slot.duration); in ZTEST()