Home
last modified time | relevance | path

Searched refs:print (Results 1 – 25 of 141) sorted by relevance

123456

/Zephyr-latest/samples/basic/minimal/
DKconfig6 bool "Do print from the main thread which can be checked"
/Zephyr-latest/tests/kernel/fatal/message_capture/
DREADME4 the system can capture the print information.
/Zephyr-latest/cmake/compiler/icx/
Dtarget.cmake25 COMMAND ${CMAKE_C_COMPILER} --print-file-name=${file_name}
51 COMMAND ${CMAKE_C_COMPILER} ${TOOLCHAIN_C_FLAGS} --print-libgcc-file-name
/Zephyr-latest/samples/net/stats/
DKconfig9 int "How often to print statistics (in seconds)"
/Zephyr-latest/subsys/net/l2/ieee802154/
DKconfig31 prompt "Which packet do you want to print-out?"
38 This will print-out both received and transmitted packets.
43 This will print-out received packets only.
48 This will print-out transmitted packets only.
/Zephyr-latest/samples/subsys/display/cfb_shell/
DREADME.rst38 print :<col: pos> <row: pos> <text>
77 **get_fonts**: print the index, height and width in pixels of the static
108 **print**: pass the initial column and row positions and the text in
117 uart:~$ cfb print 60 5 ZEPHYR
/Zephyr-latest/tests/lib/cbprintf_fp/
DKconfig5 prompt "Select print formatter"
/Zephyr-latest/samples/modules/canopennode/
DREADME.rst243 print("Device name: '{}'".format(name.raw))
279 print("Initial heartbeat time: {} ms".format(heartbeat.raw))
280 print("Power-on counter: {}".format(reboots.raw))
282 print("Updated heartbeat time: {} ms".format(heartbeat.raw))
287 print("heartbeat time after reset: {} ms".format(heartbeat.raw))
288 print("Power-on counter: {}".format(reboots.raw))
292 print("Updated heartbeat time: {} ms".format(heartbeat.raw))
298 print("heartbeat time after store and reset: {} ms".format(heartbeat.raw))
299 print("Power-on counter: {}".format(reboots.raw))
305 print("heartbeat time after restore and reset: {} ms".format(heartbeat.raw))
[all …]
/Zephyr-latest/samples/bluetooth/iso_broadcast/
DKconfig16 Only print the packet report once in a given interval of ISO packets.
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.zsh15 'list[print information about projects]'
21 'topdir[print the top level directory of the workspace]'
64 '(: * -)'{-V,--version}'[print version]'
131 '--stats[print performance stats]'
148 '--manifest-path-from-yaml[print performance stats]'
161 '--path[print the path to the top level manifest file]'
244 …'(-n --just-print --dry-run --recon)'{-n,--just-print,--dry-run,--recon}"[just print build command…
271 '(-H --context)'{-H,--context}'[print runner-specific options]'
/Zephyr-latest/cmake/toolchain/llvm/
Dclang_libgcc.cfg4 # when using --print-libgcc-file-name. Or else it may
/Zephyr-latest/samples/sensor/co2_polling/
DREADME.rst15 This sample reads the CO2 sensor and print the values continuously.
/Zephyr-latest/scripts/coccinelle/
Dfind_dev_usage.cocci6 // of a void*, it will print an ERROR for loosing the const qualifier.
8 // as a HAL, it will print a WARNING in order to check if the const qualifier
/Zephyr-latest/samples/basic/threads/
DREADME.rst5 Spawn multiple threads that blink LEDs and print information to the console.
24 The third thread uses :c:func:`printk` to print the information added to the
/Zephyr-latest/samples/subsys/input/input_dump/
DREADME.rst28 After starting, the sample will print any input event in the console.
/Zephyr-latest/drivers/interrupt_controller/
DKconfig.esp32c321 print to the serial console.
DKconfig.esp3223 print to the serial console.
/Zephyr-latest/samples/bluetooth/iso_receive/
DKconfig13 Only print the packet report once in a given interval of ISO packets.
/Zephyr-latest/samples/sensor/accel_trig/
DREADME.rst10 By default it uses a data ready trigger to read the accelerometer data and print it to the console.
13 read the accelerometer data and print it to the console.
/Zephyr-latest/cmake/compiler/xcc/
Dtarget.cmake34 COMMAND ${CMAKE_C_COMPILER} --print-file-name=${file_name}
45 COMMAND ${CMAKE_C_COMPILER} ${TOOLCHAIN_C_FLAGS} --print-libgcc-file-name
/Zephyr-latest/cmake/compiler/gcc/
Dtarget.cmake54 COMMAND ${CMAKE_C_COMPILER} --print-file-name=${file_name}
92 COMMAND ${CMAKE_C_COMPILER} ${TOOLCHAIN_C_FLAGS} --print-multi-directory
102 COMMAND ${CMAKE_C_COMPILER} ${TOOLCHAIN_C_FLAGS} --print-libgcc-file-name
/Zephyr-latest/cmake/toolchain/iar/
DKconfig26 this option uses a buffer to print a line
/Zephyr-latest/samples/net/promiscuous_mode/
DREADME.rst5 Enable promiscuous mode on all interfaces and print information about incoming packets.
/Zephyr-latest/samples/bluetooth/observer/
DREADME.rst5 Scan for Bluetooth devices nearby and print their information.
/Zephyr-latest/drivers/watchdog/
DKconfig.it8xxx228 then we will reduce interval of warning timer to 30ms to print

123456