Home
last modified time | relevance | path

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

12

/openthread-latest/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()
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()
Dchannel_manager.cpp76 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/
Dchannel_mask.hpp159 void AddChannel(uint8_t aChannel) in AddChannel()
173 void RemoveChannel(uint8_t aChannel) in RemoveChannel()
Dmac_links.hpp214 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()
Dsub_mac_callbacks.cpp68 void SubMac::Callbacks::RecordCcaStatus(bool aCcaSuccess, uint8_t aChannel) in RecordCcaStatus()
Dsub_mac_csl_receiver.cpp113 bool SubMac::UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAd… in UpdateCsl()
Dmac.cpp424 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()
Dlink_raw.cpp137 Error LinkRaw::SetChannel(uint8_t aChannel) in SetChannel()
/openthread-latest/src/core/radio/
Dmax_power_table.hpp61 …void SetTransmitPower(uint8_t aChannel, int8_t aPower) { mPowerTable[aChannel - Radio::kChannelMin… in SetTransmitPower()
Dradio_platform.cpp310 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()
Dtrel_link.cpp101 void Link::Receive(uint8_t aChannel) in Receive()
Dtrel_packet.hpp149 void SetChannel(uint8_t aChannel) { mChannel = aChannel; } in SetChannel()
Dradio.hpp951 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/
Dchannel_monitor_api.cpp83 uint16_t otChannelMonitorGetChannelOccupancy(otInstance *aInstance, uint8_t aChannel) in otChannelMonitorGetChannelOccupancy()
Dchannel_manager_api.cpp48 void otChannelManagerRequestChannelChange(otInstance *aInstance, uint8_t aChannel) in otChannelManagerRequestChannelChange()
Dlink_api.cpp64 otError otLinkSetChannel(otInstance *aInstance, uint8_t aChannel) in otLinkSetChannel()
405 otError otLinkSetCslChannel(otInstance *aInstance, uint8_t aChannel) in otLinkSetCslChannel()
Dlink_raw_api.cpp250 otError otLinkSetChannel(otInstance *aInstance, uint8_t aChannel) in otLinkSetChannel()
/openthread-latest/src/core/thread/
Dmle_tlvs.cpp100 void ChannelTlvValue::SetChannelAndPage(uint16_t aChannel) in SetChannelAndPage()
Dcsl_tx_scheduler.hpp86 void SetCslChannel(uint8_t aChannel) { mCslChannel = aChannel; } in SetCslChannel()
Dmle_tlvs.hpp1059 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/
Dradio.cpp284 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/
Ddiag.c72 void otPlatDiagChannelSet(uint8_t aChannel) { OT_UNUSED_VARIABLE(aChannel); } in otPlatDiagChannelSet()
Dradio.c494 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/
Dfactory_diags.cpp677 Error Diags::GetPowerSettings(uint8_t aChannel, PowerSettings &aPowerSettings) in GetPowerSettings()
1058 uint8_t aChannel, in otPlatDiagRadioGetPowerSettings()
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp1679 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()

12