Searched defs:aChannel (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/modules/openthread/platform/ |
D | radio_spinel.cpp | 176 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive() 390 void otPlatDiagChannelSet(uint8_t aChannel) in otPlatDiagChannelSet() 477 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, in otPlatRadioSetChannelMaxTransmitPower() 507 otError otPlatRadioReceiveAt(otInstance *aInstance, uint8_t aChannel, uint32_t aStart, in otPlatRadioReceiveAt()
|
D | radio.c | 125 static int8_t get_transmit_power_for_channel(uint8_t aChannel) in get_transmit_power_for_channel() 792 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive() 807 otError otPlatRadioReceiveAt(otInstance *aInstance, uint8_t aChannel, in otPlatRadioReceiveAt() 1618 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, in otPlatRadioSetChannelMaxTransmitPower()
|
D | diag.c | 105 void otPlatDiagChannelSet(uint8_t aChannel) in otPlatDiagChannelSet()
|