/openthread-latest/src/core/utils/ |
D | power_calibration.cpp | 80 Error PowerCalibration::AddCalibratedPower(uint8_t aChannel, in AddCalibratedPower() 119 Error PowerCalibration::SetChannelTargetPower(uint8_t aChannel, int16_t aTargetPower) in SetChannelTargetPower() 135 Error PowerCalibration::GetPowerSettings(uint8_t aChannel, in GetPowerSettings() 204 uint8_t aChannel, in otPlatRadioAddCalibratedPower() 219 otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int16_t aTargetPo… in otPlatRadioSetChannelTargetPower() 225 uint8_t aChannel, in otPlatRadioGetRawPowerSetting() 237 uint8_t aChannel, in otPlatDiagRadioGetPowerSettings()
|
D | channel_manager.cpp | 76 void ChannelManager::RequestChannelChange(uint8_t aChannel) in RequestChannelChange() 93 void ChannelManager::RequestNetworkChannelChange(uint8_t aChannel) in RequestNetworkChannelChange() 121 void ChannelManager::ChangeCslChannel(uint8_t aChannel) in ChangeCslChannel()
|
/openthread-latest/src/core/mac/ |
D | channel_mask.hpp | 159 void AddChannel(uint8_t aChannel) in AddChannel() 173 void RemoveChannel(uint8_t aChannel) in RemoveChannel()
|
D | mac_links.hpp | 214 void SetChannel(uint8_t aChannel) in SetChannel() 474 …bool UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAddress *… in UpdateCsl() 512 void Receive(uint8_t aChannel) in Receive()
|
D | sub_mac_callbacks.cpp | 68 void SubMac::Callbacks::RecordCcaStatus(bool aCcaSuccess, uint8_t aChannel) in RecordCcaStatus()
|
D | sub_mac_csl_receiver.cpp | 113 bool SubMac::UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAd… in UpdateCsl()
|
D | mac.cpp | 424 Error Mac::SetPanChannel(uint8_t aChannel) in SetPanChannel() 448 Error Mac::SetTemporaryChannel(uint8_t aChannel) in SetTemporaryChannel() 1129 void Mac::RecordCcaStatus(bool aCcaSuccess, uint8_t aChannel) in RecordCcaStatus() 2324 void Mac::SetCslChannel(uint8_t aChannel) in SetCslChannel()
|
D | link_raw.cpp | 137 Error LinkRaw::SetChannel(uint8_t aChannel) in SetChannel()
|
/openthread-latest/src/core/radio/ |
D | max_power_table.hpp | 61 …void SetTransmitPower(uint8_t aChannel, int8_t aPower) { mPowerTable[aChannel - Radio::kChannelMin… in SetTransmitPower()
|
D | radio_platform.cpp | 310 OT_TOOL_WEAK otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel,… in otPlatRadioSetChannelMaxTransmitPower() 335 OT_TOOL_WEAK otError otPlatRadioReceiveAt(otInstance *aInstance, uint8_t aChannel, uint32_t aStart,… in otPlatRadioReceiveAt()
|
D | trel_link.cpp | 101 void Link::Receive(uint8_t aChannel) in Receive()
|
D | trel_packet.hpp | 149 void SetChannel(uint8_t aChannel) { mChannel = aChannel; } in SetChannel()
|
D | radio.hpp | 951 inline Error Radio::Receive(uint8_t aChannel) in Receive() 965 inline Error Radio::ReceiveAt(uint8_t aChannel, uint32_t aStart, uint32_t aDuration) in ReceiveAt()
|
/openthread-latest/src/core/api/ |
D | channel_monitor_api.cpp | 83 uint16_t otChannelMonitorGetChannelOccupancy(otInstance *aInstance, uint8_t aChannel) in otChannelMonitorGetChannelOccupancy()
|
D | channel_manager_api.cpp | 48 void otChannelManagerRequestChannelChange(otInstance *aInstance, uint8_t aChannel) in otChannelManagerRequestChannelChange()
|
D | link_api.cpp | 64 otError otLinkSetChannel(otInstance *aInstance, uint8_t aChannel) in otLinkSetChannel() 405 otError otLinkSetCslChannel(otInstance *aInstance, uint8_t aChannel) in otLinkSetCslChannel()
|
D | link_raw_api.cpp | 250 otError otLinkSetChannel(otInstance *aInstance, uint8_t aChannel) in otLinkSetChannel()
|
/openthread-latest/src/core/thread/ |
D | mle_tlvs.cpp | 100 void ChannelTlvValue::SetChannelAndPage(uint16_t aChannel) in SetChannelAndPage()
|
D | csl_tx_scheduler.hpp | 86 void SetCslChannel(uint8_t aChannel) { mCslChannel = aChannel; } in SetCslChannel()
|
D | mle_tlvs.hpp | 1059 ChannelTlvValue(uint8_t aChannelPage, uint16_t aChannel) in ChannelTlvValue() 1071 ChannelTlvValue(uint16_t aChannel) in ChannelTlvValue() 1106 void SetChannel(uint16_t aChannel) { mChannel = BigEndian::HostSwap16(aChannel); } in SetChannel()
|
/openthread-latest/src/posix/platform/ |
D | radio.cpp | 284 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive() 626 void otPlatDiagChannelSet(uint8_t aChannel) in otPlatDiagChannelSet() 714 uint8_t aChannel, in otPlatDiagRadioGetPowerSettings() 959 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxP… in otPlatRadioSetChannelMaxTransmitPower() 967 uint8_t aChannel, in otPlatRadioAddCalibratedPower() 982 otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int16_t aTargetPo… in otPlatRadioSetChannelTargetPower() 1042 otError otPlatRadioReceiveAt(otInstance *aInstance, uint8_t aChannel, uint32_t aStart, uint32_t aDu… in otPlatRadioReceiveAt()
|
/openthread-latest/examples/platforms/simulation/ |
D | diag.c | 72 void otPlatDiagChannelSet(uint8_t aChannel) { OT_UNUSED_VARIABLE(aChannel); } in otPlatDiagChannelSet()
|
D | radio.c | 494 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive() 551 static int8_t GetRssi(uint16_t aChannel) in GetRssi() 1270 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxP… in otPlatRadioSetChannelMaxTransmitPower()
|
/openthread-latest/src/core/diags/ |
D | factory_diags.cpp | 677 Error Diags::GetPowerSettings(uint8_t aChannel, PowerSettings &aPowerSettings) in GetPowerSettings() 1058 uint8_t aChannel, in otPlatDiagRadioGetPowerSettings()
|
/openthread-latest/src/lib/spinel/ |
D | radio_spinel.cpp | 1679 otError RadioSpinel::Receive(uint8_t aChannel) in Receive() 2267 otError RadioSpinel::SetChannelMaxTransmitPower(uint8_t aChannel, int8_t aMaxPower) in SetChannelMaxTransmitPower() 2368 otError RadioSpinel::AddCalibratedPower(uint8_t aChannel, in AddCalibratedPower() 2386 otError RadioSpinel::SetChannelTargetPower(uint8_t aChannel, int16_t aTargetPower) in SetChannelTargetPower()
|