Home
last modified time | relevance | path

Searched refs:ch (Results 1 – 9 of 9) sorted by relevance

/openthread-latest/src/posix/platform/
Dconfiguration.cpp189 for (uint8_t ch = targetPower.GetChannelStart(); ch <= targetPower.GetChannelEnd(); ch++) in UpdateTargetPower() local
191 …SuccessOrExit(error = otPlatRadioSetChannelTargetPower(gInstance, ch, targetPower.GetTargetPower()… in UpdateTargetPower()
229 … for (uint8_t ch = calibratedPower.GetChannelStart(); ch <= calibratedPower.GetChannelEnd(); ch++) in UpdateCalibratedPower() local
231 …SuccessOrExit(error = otPlatRadioAddCalibratedPower(gInstance, ch, calibratedPower.GetActualPower(… in UpdateCalibratedPower()
/openthread-latest/
D.gitattributes5 *.[ch] text
6 *.[ch]pp text
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dcheck-doxy-blocks.pl51 for my $file (<$dirname/*.[ch]>) {
/openthread-latest/src/core/net/
Ddns_types.cpp235 char ch; in AppendMultipleLabels() local
241 ch = aLabels[index]; in AppendMultipleLabels()
243 if ((ch == kNullChar) || (ch == kLabelSeparatorChar)) in AppendMultipleLabels()
256 …((ch == kNullChar) || ((index == 0) && (aLabels[1] == kNullChar))) ? kErrorNone : kErrorInvalidArg… in AppendMultipleLabels()
268 } while (ch != kNullChar); in AppendMultipleLabels()
/openthread-latest/src/cli/
DREADME.md673 ch 11 (0x0cb7) 4.96% busy
674 ch 12 (0x2e2b) 18.03% busy
675 ch 13 (0x2f54) 18.48% busy
676 ch 14 (0x0fef) 6.22% busy
677 ch 15 (0x1536) 8.28% busy
678 ch 16 (0x1746) 9.09% busy
679 ch 17 (0x0b8b) 4.50% busy
680 ch 18 (0x60a7) 37.75% busy
681 ch 19 (0x0810) 3.14% busy
682 ch 20 (0x0c2a) 4.75% busy
[all …]
/openthread-latest/third_party/mbedtls/repo/tests/
DMakefile238 perl -pi -e '$(libtestdriver1_rewrite)' ./libtestdriver1/library/*.[ch]
/openthread-latest/tools/otci/otci/
Dotci.py305 _, J, netname, extpanid, panid, extaddr, ch, dbm, lqi, _ = fields
316 'channel': int(ch),
404 def set_channel(self, ch): argument
406 self.execute_command('channel %d' % ch)
/openthread-latest/tools/harness-thci/
DOpenThread.py2927 def setCSLchannel(self, ch=11): argument
2928 cmd = 'csl channel %u' % ch
/openthread-latest/third_party/mbedtls/repo/
DChangeLog2219 <akemi_homura@kurisa.ch>.