Home
last modified time | relevance | path

Searched refs:speed (Results 1 – 12 of 12) sorted by relevance

/openthread-latest/src/posix/platform/
Dhdlc_interface.cpp466 speed_t speed; in OpenFile() local
513 speed = B9600; in OpenFile()
516 speed = B19200; in OpenFile()
519 speed = B38400; in OpenFile()
522 speed = B57600; in OpenFile()
525 speed = B115200; in OpenFile()
529 speed = B230400; in OpenFile()
534 speed = B460800; in OpenFile()
539 speed = B500000; in OpenFile()
544 speed = B576000; in OpenFile()
[all …]
DREADME_RCP_CAPS_DIAG.md120 Check the speed of Spinel interface.
Drcp_caps_diag.cpp728 uint32_t speed; in ProcessSpinelSpeed() local
760 speed = static_cast<uint32_t>((sumLength * kBitsPerByte * kUsPerSec) / sumTime); in ProcessSpinelSpeed()
761 snprintf(output, sizeof(output), "%lu bps", ToUlong(speed)); in ProcessSpinelSpeed()
/openthread-latest/third_party/jlink/
DREADME.md18 well as sending input to the application at a very high speed without affecting
/openthread-latest/tools/spi-hdlc-adapter/
DREADME.md20 - `--spi-speed[=hertz]`: Specify the SPI speed in hertz. Default value is `1000000` (1MHz).
/openthread-latest/tests/toranj/
DREADME_CLI.md148 $ Node1.__init__() cmd: `../../../examples/apps/cli/ot-cli-ftd --time-speed=1 1`
169 …nj` test cases run in real-time (though it is possible to run with a time speed-up factor) while t…
/openthread-latest/src/posix/
DREADME.md128 JLinkExe -device NRF52840_XXAA -if SWD -speed 4000 -autoconnect 1
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/
DREADME.md15 Most cryptographic implementations care more about speed than footprint, and
16 some might even risk weakening security for more speed. p256-m was written
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_bignum.function1029 /* Now test again with the speed-up parameter supplied as an output. */
1037 /* Now test again with the speed-up parameter supplied in calculated form. */
/openthread-latest/doc/
DDoxyfile.in430 # the optimal cache size from a speed point of view.
2140 # speed.
/openthread-latest/third_party/mbedtls/repo/
DChangeLog255 have changed their speed/memory compromise as part of a proactive security
257 preserves the current speed, at the expense of increasing memory
4569 speed and RAM (heap only for now) usage.
5847 * Added reset function for HMAC context as speed-up
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md1406 …gh because the driver presumably handles it more efficiently (in terms of speed and code size) tha…