Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/modules/openthread/platform/
Dradio.c109 static int8_t get_transmit_power_for_channel(uint8_t aChannel) in get_transmit_power_for_channel() argument
114 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() argument
719 channel = aChannel; in otPlatRadioReceive()
721 radio_api->set_channel(radio_dev, aChannel); in otPlatRadioReceive()
730 otError otPlatRadioReceiveAt(otInstance *aInstance, uint8_t aChannel, in otPlatRadioReceiveAt() argument
738 .rx_slot.channel = aChannel, in otPlatRadioReceiveAt()
1408 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, in otPlatRadioSetChannelMaxTransmitPower() argument
[all …]
Ddiag.c50 void otPlatDiagChannelSet(uint8_t aChannel) in otPlatDiagChannelSet() argument
52 ARG_UNUSED(aChannel); in otPlatDiagChannelSet()