Lines Matching refs:aChannel
291 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive() argument
297 SuccessOrExit(error = GetRadioSpinel().Receive(aChannel)); in otPlatRadioReceive()
633 void otPlatDiagChannelSet(uint8_t aChannel) in otPlatDiagChannelSet() argument
637 snprintf(cmd, sizeof(cmd), "channel %d", aChannel); in otPlatDiagChannelSet()
721 uint8_t aChannel, in otPlatDiagRadioGetPowerSettings() argument
744 snprintf(cmd, sizeof(cmd), "powersettings %d", aChannel); in otPlatDiagRadioGetPowerSettings()
966 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxP… in otPlatRadioSetChannelMaxTransmitPower() argument
969 return GetRadioSpinel().SetChannelMaxTransmitPower(aChannel, aMaxPower); in otPlatRadioSetChannelMaxTransmitPower()
974 uint8_t aChannel, in otPlatRadioAddCalibratedPower() argument
980 …return GetRadioSpinel().AddCalibratedPower(aChannel, aActualPower, aRawPowerSetting, aRawPowerSett… in otPlatRadioAddCalibratedPower()
989 otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int16_t aTargetPo… in otPlatRadioSetChannelTargetPower() argument
992 return GetRadioSpinel().SetChannelTargetPower(aChannel, aTargetPower); in otPlatRadioSetChannelTargetPower()
1049 otError otPlatRadioReceiveAt(otInstance *aInstance, uint8_t aChannel, uint32_t aStart, uint32_t aDu… in otPlatRadioReceiveAt() argument
1052 OT_UNUSED_VARIABLE(aChannel); in otPlatRadioReceiveAt()