Searched refs:aChannel (Results 1 – 2 of 2) sorted by relevance
109 static int8_t get_transmit_power_for_channel(uint8_t aChannel) in get_transmit_power_for_channel() argument114 if (aChannel >= OT_RADIO_2P4GHZ_OQPSK_CHANNEL_MIN && in get_transmit_power_for_channel()115 aChannel <= OT_RADIO_2P4GHZ_OQPSK_CHANNEL_MAX) { in get_transmit_power_for_channel()117 max_tx_power_table[aChannel - OT_RADIO_2P4GHZ_OQPSK_CHANNEL_MIN]; in get_transmit_power_for_channel()715 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive() argument719 channel = aChannel; in otPlatRadioReceive()721 radio_api->set_channel(radio_dev, aChannel); in otPlatRadioReceive()730 otError otPlatRadioReceiveAt(otInstance *aInstance, uint8_t aChannel, in otPlatRadioReceiveAt() argument738 .rx_slot.channel = aChannel, in otPlatRadioReceiveAt()1408 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, in otPlatRadioSetChannelMaxTransmitPower() argument[all …]
50 void otPlatDiagChannelSet(uint8_t aChannel) in otPlatDiagChannelSet() argument52 ARG_UNUSED(aChannel); in otPlatDiagChannelSet()