Searched refs:aChannel (Results 1 – 4 of 4) sorted by relevance
| /modules/openthread/platform/ |
| A D | radio_spinel.cpp | 176 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive() argument 179 return psRadioSpinel->Receive(aChannel); in otPlatRadioReceive() 396 void otPlatDiagChannelSet(uint8_t aChannel) in otPlatDiagChannelSet() argument 400 snprintf(cmd, sizeof(cmd), "channel %d", aChannel); in otPlatDiagChannelSet() 483 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, in otPlatRadioSetChannelMaxTransmitPower() argument 487 return psRadioSpinel->SetChannelMaxTransmitPower(aChannel, aMaxPower); in otPlatRadioSetChannelMaxTransmitPower() 513 otError otPlatRadioReceiveAt(otInstance *aInstance, uint8_t aChannel, uint32_t aStart, in otPlatRadioReceiveAt() argument 517 OT_UNUSED_VARIABLE(aChannel); in otPlatRadioReceiveAt()
|
| A D | radio.c | 125 static int8_t get_transmit_power_for_channel(uint8_t aChannel) in get_transmit_power_for_channel() argument 130 if (aChannel >= OT_RADIO_2P4GHZ_OQPSK_CHANNEL_MIN && in get_transmit_power_for_channel() 131 aChannel <= OT_RADIO_2P4GHZ_OQPSK_CHANNEL_MAX) { in get_transmit_power_for_channel() 723 void platformRadioChannelSet(uint8_t aChannel) in platformRadioChannelSet() argument 725 channel = aChannel; in platformRadioChannelSet() 807 channel = aChannel; in otPlatRadioReceive() 809 radio_api->set_channel(radio_dev, aChannel); in otPlatRadioReceive() 826 .rx_slot.channel = aChannel, in otPlatRadioReceiveAt() 1636 if (aChannel < OT_RADIO_2P4GHZ_OQPSK_CHANNEL_MIN || in otPlatRadioSetChannelMaxTransmitPower() 1637 aChannel > OT_RADIO_2P4GHZ_OQPSK_CHANNEL_MAX) { in otPlatRadioSetChannelMaxTransmitPower() [all …]
|
| A D | platform-zephyr.h | 81 void platformRadioChannelSet(uint8_t aChannel);
|
| A D | diag.c | 115 void otPlatDiagChannelSet(uint8_t aChannel) in otPlatDiagChannelSet() argument 117 sChannel = aChannel; in otPlatDiagChannelSet() 118 platformRadioChannelSet(aChannel); in otPlatDiagChannelSet()
|
Completed in 18 milliseconds