Lines Matching refs:channel
623 const uint8_t channel = 12; in ZTEST() local
638 zassert_equal(otPlatRadioReceive(ot, channel), OT_ERROR_INVALID_STATE, in ZTEST()
650 zassert_equal(otPlatRadioReceive(ot, channel), OT_ERROR_NONE, "Failed to receive."); in ZTEST()
651 zassert_equal(platformRadioChannelGet(ot), channel, "Channel number not remembered."); in ZTEST()
658 zassert_equal(channel, set_channel_mock_fake.arg1_val); in ZTEST()
766 const uint8_t channel = 21; in ZTEST() local
782 zassert_equal(otPlatRadioReceive(ot, channel), OT_ERROR_NONE, "Failed to receive."); in ZTEST()
784 zassert_equal(channel, set_channel_mock_fake.arg1_val); in ZTEST()
799 otPlatRadioReceiveDone_expected_aframe.mChannel = channel; in ZTEST()
815 const uint8_t channel = 21; in ZTEST() local
827 zassert_equal(otPlatRadioReceive(ot, channel), OT_ERROR_NONE, "Failed to receive."); in ZTEST()
829 zassert_equal(channel, set_channel_mock_fake.arg1_val); in ZTEST()
940 custom_configure_rx_slot_mock_config.rx_slot.channel = config->rx_slot.channel; in custom_configure_csl_rx_slot()
949 uint8_t channel = 11U; in ZTEST() local
955 res = otPlatRadioReceiveAt(NULL, channel, start, duration); in ZTEST()
958 zassert_equal(channel, custom_configure_rx_slot_mock_config.rx_slot.channel); in ZTEST()