Home
last modified time | relevance | path

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

12

/openthread-3.5.0/src/core/utils/
Dpower_calibration.cpp80 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()
198 uint8_t aChannel, in otPlatRadioAddCalibratedPower()
213 otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int16_t aTargetPo… in otPlatRadioSetChannelTargetPower()
219 uint8_t aChannel, in otPlatRadioGetRawPowerSetting()
231 uint8_t aChannel, in otPlatDiagRadioGetPowerSettings()
Dchannel_manager.cpp67 void ChannelManager::RequestChannelChange(uint8_t aChannel) in RequestChannelChange()
/openthread-3.5.0/src/core/mac/
Dchannel_mask.hpp159 void AddChannel(uint8_t aChannel) in AddChannel()
173 void RemoveChannel(uint8_t aChannel) in RemoveChannel()
Dmac_links.hpp213 void SetChannel(uint8_t aChannel) in SetChannel()
473 …bool UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAddress *… in UpdateCsl()
511 void Receive(uint8_t aChannel) in Receive()
Dsub_mac_callbacks.cpp68 void SubMac::Callbacks::RecordCcaStatus(bool aCcaSuccess, uint8_t aChannel) in RecordCcaStatus()
Dmac.cpp420 Error Mac::SetPanChannel(uint8_t aChannel) in SetPanChannel()
444 Error Mac::SetTemporaryChannel(uint8_t aChannel) in SetTemporaryChannel()
1125 void Mac::RecordCcaStatus(bool aCcaSuccess, uint8_t aChannel) in RecordCcaStatus()
2284 void Mac::SetCslChannel(uint8_t aChannel) in SetCslChannel()
Dlink_raw.cpp137 Error LinkRaw::SetChannel(uint8_t aChannel) in SetChannel()
Dsub_mac.cpp228 Error SubMac::Receive(uint8_t aChannel) in Receive()
1114 bool SubMac::UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAd… in UpdateCsl()
/openthread-3.5.0/src/core/radio/
Dmax_power_table.hpp61 …void SetTransmitPower(uint8_t aChannel, int8_t aPower) { mPowerTable[aChannel - Radio::kChannelMin… in SetTransmitPower()
Dradio_platform.cpp283 OT_TOOL_WEAK otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel,… in otPlatRadioSetChannelMaxTransmitPower()
308 OT_TOOL_WEAK otError otPlatRadioReceiveAt(otInstance *aInstance, uint8_t aChannel, uint32_t aStart,… in otPlatRadioReceiveAt()
Dtrel_link.cpp101 void Link::Receive(uint8_t aChannel) in Receive()
Dtrel_packet.hpp149 void SetChannel(uint8_t aChannel) { mChannel = aChannel; } in SetChannel()
Dradio.hpp834 inline Error Radio::Receive(uint8_t aChannel) in Receive()
848 inline Error Radio::ReceiveAt(uint8_t aChannel, uint32_t aStart, uint32_t aDuration) in ReceiveAt()
/openthread-3.5.0/src/core/api/
Dchannel_monitor_api.cpp83 uint16_t otChannelMonitorGetChannelOccupancy(otInstance *aInstance, uint8_t aChannel) in otChannelMonitorGetChannelOccupancy()
Dchannel_manager_api.cpp46 void otChannelManagerRequestChannelChange(otInstance *aInstance, uint8_t aChannel) in otChannelManagerRequestChannelChange()
Dlink_api.cpp64 otError otLinkSetChannel(otInstance *aInstance, uint8_t aChannel) in otLinkSetChannel()
400 otError otLinkSetCslChannel(otInstance *aInstance, uint8_t aChannel) in otLinkSetCslChannel()
Dlink_raw_api.cpp250 otError otLinkSetChannel(otInstance *aInstance, uint8_t aChannel) in otLinkSetChannel()
/openthread-3.5.0/src/posix/platform/
Dradio.cpp270 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive()
552 void otPlatDiagChannelSet(uint8_t aChannel) in otPlatDiagChannelSet()
632 uint8_t aChannel, in otPlatDiagRadioGetPowerSettings()
835 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxP… in otPlatRadioSetChannelMaxTransmitPower()
843 uint8_t aChannel, in otPlatRadioAddCalibratedPower()
858 otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int16_t aTargetPo… in otPlatRadioSetChannelTargetPower()
898 otError otPlatRadioReceiveAt(otInstance *aInstance, uint8_t aChannel, uint32_t aStart, uint32_t aDu… in otPlatRadioReceiveAt()
/openthread-3.5.0/src/core/thread/
Dcsl_tx_scheduler.hpp86 void SetCslChannel(uint8_t aChannel) { mCslChannel = aChannel; } in SetCslChannel()
/openthread-3.5.0/examples/platforms/simulation/
Ddiag.c65 void otPlatDiagChannelSet(uint8_t aChannel) { OT_UNUSED_VARIABLE(aChannel); } in otPlatDiagChannelSet()
Dradio.c565 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive()
622 static int8_t GetRssi(uint16_t aChannel) in GetRssi()
1386 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxP… in otPlatRadioSetChannelMaxTransmitPower()
/openthread-3.5.0/src/core/meshcop/
Dmeshcop_tlvs.cpp183 void ChannelTlv::SetChannel(uint16_t aChannel) in SetChannel()
/openthread-3.5.0/src/core/diags/
Dfactory_diags.cpp599 Error Diags::GetPowerSettings(uint8_t aChannel, PowerSettings &aPowerSettings) in GetPowerSettings()
974 uint8_t aChannel, in otPlatDiagRadioGetPowerSettings()
/openthread-3.5.0/tests/fuzz/
Dfuzzer_platform.cpp296 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive()
495 void otPlatDiagChannelSet(uint8_t aChannel) { OT_UNUSED_VARIABLE(aChannel); } in otPlatDiagChannelSet()
/openthread-3.5.0/src/lib/spinel/
Dradio_spinel_impl.hpp1797 template <typename InterfaceType> otError RadioSpinel<InterfaceType>::Receive(uint8_t aChannel) in Receive()
2212 otError RadioSpinel<InterfaceType>::SetChannelMaxTransmitPower(uint8_t aChannel, int8_t aMaxPower) in SetChannelMaxTransmitPower()
2315 otError RadioSpinel<InterfaceType>::AddCalibratedPower(uint8_t aChannel, in AddCalibratedPower()
2337 otError RadioSpinel<InterfaceType>::SetChannelTargetPower(uint8_t aChannel, int16_t aTargetPower) in SetChannelTargetPower()

12