Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dradio.c125 static int8_t get_transmit_power_for_channel(uint8_t aChannel) in get_transmit_power_for_channel() function
404 radio_api->set_txpower(radio_dev, get_transmit_power_for_channel(sTransmitFrame.mChannel)); in transmit_message()
799 radio_api->set_txpower(radio_dev, get_transmit_power_for_channel(channel)); in otPlatRadioReceive()
835 radio_api->set_txpower(radio_dev, get_transmit_power_for_channel(channel)); in platformRadioTransmitCarrier()
863 radio_api->set_txpower(radio_dev, get_transmit_power_for_channel(channel)); in platformRadioTransmitModulatedCarrier()
1631 radio_api->set_txpower(radio_dev, get_transmit_power_for_channel(aChannel)); in otPlatRadioSetChannelMaxTransmitPower()