Home
last modified time | relevance | path

Searched defs:aChannel (Results 1 – 25 of 37) sorted by relevance

12

/openthread-latest/src/core/utils/
Dpower_calibration.cpp78 Error PowerCalibration::AddCalibratedPower(uint8_t aChannel, in AddCalibratedPower()
117 Error PowerCalibration::SetChannelTargetPower(uint8_t aChannel, int16_t aTargetPower) in SetChannelTargetPower()
133 Error PowerCalibration::GetPowerSettings(uint8_t aChannel, in GetPowerSettings()
202 uint8_t aChannel, in otPlatRadioAddCalibratedPower()
217 otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int16_t aTargetPo… in otPlatRadioSetChannelTargetPower()
223 uint8_t aChannel, in otPlatRadioGetRawPowerSetting()
235 uint8_t aChannel, in otPlatDiagRadioGetPowerSettings()
Dchannel_manager.cpp68 void ChannelManager::RequestChannelChange(uint8_t aChannel) in RequestChannelChange()
85 void ChannelManager::RequestNetworkChannelChange(uint8_t aChannel) in RequestNetworkChannelChange()
113 void ChannelManager::ChangeCslChannel(uint8_t aChannel) in ChangeCslChannel()
/openthread-latest/src/core/mac/
Dchannel_mask.hpp146 void AddChannel(uint8_t aChannel) in AddChannel()
159 void RemoveChannel(uint8_t aChannel) in RemoveChannel()
Dmac_links.hpp201 void SetChannel(uint8_t aChannel) in SetChannel()
474 …bool UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAddress *… in UpdateCsl()
514 … void UpdateWakeupListening(bool aEnable, uint32_t aInterval, uint32_t aDuration, uint8_t aChannel) in UpdateWakeupListening()
531 void Receive(uint8_t aChannel) in Receive()
Dsub_mac_wed.cpp51 …bMac::UpdateWakeupListening(bool aEnable, uint32_t aInterval, uint32_t aDuration, uint8_t aChannel) in UpdateWakeupListening()
Dmac.cpp423 Error Mac::SetPanChannel(uint8_t aChannel) in SetPanChannel()
447 Error Mac::SetTemporaryChannel(uint8_t aChannel) in SetTemporaryChannel()
1169 void Mac::RecordCcaStatus(bool aCcaSuccess, uint8_t aChannel) in RecordCcaStatus()
2455 void Mac::SetCslChannel(uint8_t aChannel) in SetCslChannel()
2566 Error Mac::SetWakeupChannel(uint8_t aChannel) in SetWakeupChannel()
Dsub_mac_callbacks.cpp62 void SubMac::Callbacks::RecordCcaStatus(bool aCcaSuccess, uint8_t aChannel) in RecordCcaStatus()
Dsub_mac_csl_receiver.cpp110 bool SubMac::UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAd… in UpdateCsl()
Dlink_raw.cpp131 Error LinkRaw::SetChannel(uint8_t aChannel) in SetChannel()
/openthread-latest/tests/gtest/
Dfake_platform.hpp82 virtual otError ReceiveAt(uint8_t aChannel, uint32_t aStart, uint32_t aDuration) in ReceiveAt()
91 virtual otError Receive(uint8_t aChannel) in Receive()
/openthread-latest/src/core/radio/
Dmax_power_table.hpp58 …void SetTransmitPower(uint8_t aChannel, int8_t aPower) { mPowerTable[aChannel - Radio::kChannelMin… in SetTransmitPower()
Dradio_platform.cpp323 uint8_t aChannel, in otPlatRadioSetChannelMaxTransmitPower()
350 uint8_t aChannel, in otPlatRadioReceiveAt()
Dtrel_link.cpp97 void Link::Receive(uint8_t aChannel) in Receive()
Dtrel_packet.hpp137 void SetChannel(uint8_t aChannel) { mChannel = aChannel; } in SetChannel()
/openthread-latest/src/core/api/
Dchannel_monitor_api.cpp83 uint16_t otChannelMonitorGetChannelOccupancy(otInstance *aInstance, uint8_t aChannel) in otChannelMonitorGetChannelOccupancy()
Dchannel_manager_api.cpp44 void otChannelManagerRequestChannelChange(otInstance *aInstance, uint8_t aChannel) in otChannelManagerRequestChannelChange()
Dlink_api.cpp59 otError otLinkSetChannel(otInstance *aInstance, uint8_t aChannel) in otLinkSetChannel()
88 otError otLinkSetWakeupChannel(otInstance *aInstance, uint8_t aChannel) in otLinkSetWakeupChannel()
428 otError otLinkSetCslChannel(otInstance *aInstance, uint8_t aChannel) in otLinkSetCslChannel()
/openthread-latest/src/core/thread/
Dmle_tlvs.cpp100 void ChannelTlvValue::SetChannelAndPage(uint16_t aChannel) in SetChannelAndPage()
Dcsl_tx_scheduler.hpp84 void SetCslChannel(uint8_t aChannel) { mCslChannel = aChannel; } in SetCslChannel()
Dmle_tlvs.hpp966 ChannelTlvValue(uint8_t aChannelPage, uint16_t aChannel) in ChannelTlvValue()
977 ChannelTlvValue(uint16_t aChannel) in ChannelTlvValue()
1008 void SetChannel(uint16_t aChannel) { mChannel = BigEndian::HostSwap16(aChannel); } in SetChannel()
/openthread-latest/src/posix/platform/
Dradio.cpp291 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive()
633 void otPlatDiagChannelSet(uint8_t aChannel) in otPlatDiagChannelSet()
721 uint8_t aChannel, in otPlatDiagRadioGetPowerSettings()
966 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxP… in otPlatRadioSetChannelMaxTransmitPower()
974 uint8_t aChannel, in otPlatRadioAddCalibratedPower()
989 otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int16_t aTargetPo… in otPlatRadioSetChannelTargetPower()
1049 otError otPlatRadioReceiveAt(otInstance *aInstance, uint8_t aChannel, uint32_t aStart, uint32_t aDu… in otPlatRadioReceiveAt()
/openthread-latest/src/core/diags/
Dfactory_diags.cpp958 Error Diags::GetPowerSettings(uint8_t aChannel, PowerSettings &aPowerSettings) in GetPowerSettings()
1101 bool Diags::IsChannelValid(uint8_t aChannel) in IsChannelValid()
1311 uint8_t aChannel, in otPlatDiagRadioGetPowerSettings()
/openthread-latest/examples/platforms/simulation/
Ddiag.c71 void otPlatDiagChannelSet(uint8_t aChannel) { OT_UNUSED_VARIABLE(aChannel); } in otPlatDiagChannelSet()
Dradio.c481 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive()
538 static int8_t GetRssi(uint16_t aChannel) in GetRssi()
1177 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxP… in otPlatRadioSetChannelMaxTransmitPower()
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp1706 otError RadioSpinel::Receive(uint8_t aChannel) in Receive()
1737 otError RadioSpinel::ReceiveAt(uint64_t aWhen, uint32_t aDuration, uint8_t aChannel) in ReceiveAt()
2310 otError RadioSpinel::SetChannelMaxTransmitPower(uint8_t aChannel, int8_t aMaxPower) in SetChannelMaxTransmitPower()
2411 otError RadioSpinel::AddCalibratedPower(uint8_t aChannel, in AddCalibratedPower()
2429 otError RadioSpinel::SetChannelTargetPower(uint8_t aChannel, int16_t aTargetPower) in SetChannelTargetPower()

12