Home
last modified time | relevance | path

Searched refs:monitor (Results 1 – 25 of 150) sorted by relevance

123456

/Zephyr-latest/drivers/sensor/nxp/nxp_tempmon/
DKconfig1 # NXP temperature monitor (TEMPMON)
7 bool "NXP temperature monitor (TEMPMON)"
11 Enable driver for the NXP temperature monitor (TEMPMON).
/Zephyr-latest/doc/services/debugging/
Ddebugmon.rst23 requires an implementation of debug monitor interrupt that will be executed
29 * :kconfig:option:`CONFIG_SEGGER_DEBUGMON`: enables SEGGER debug monitor interrupt. Can be
36 When monitor mode debugging is enabled, entering a breakpoint will not halt the
46 required to debug in the monitor mode using regular GDB commands.
47 Steps to configure SEGGER debug monitor:
58 4. Enable monitor mode debugging in GDB using command: ``monitor exec SetMonModeDebug=1``.
65 In order to provide a custom debug monitor interrupt, override ``z_arm_debug_monitor``
/Zephyr-latest/samples/userspace/prod_consumer/
DREADME.rst40 - App A monitor thread in user mode waits for data in the message queue.
62 I:monitor thread got data payload #0
64 I:monitor thread got data payload #1
66 I:monitor thread got data payload #2
68 I:monitor thread got data payload #3
70 I:monitor thread got data payload #4
74 I:monitor thread got data payload #5
78 I:monitor thread got data payload #6
82 I:monitor thread got data payload #7
86 I:monitor thread got data payload #8
[all …]
/Zephyr-latest/samples/subsys/debug/debugmon/
DREADME.rst9 The Debug Monitor sample shows a basic configuration of debug monitor feature.
14 #. Configure registers to enable degugging in debug monitor mode
40 After flashing the board enters a breakpoint and executes debug monitor exception code.
41 The LED starts to blink, indicating that even though the processor spins in debug monitor
/Zephyr-latest/samples/boards/espressif/spiram_test/
DREADME.rst39 To check output of this sample, run ``west espressif monitor`` or any other serial
41 This example uses ``west espressif monitor``, which automatically detects the serial
46 $ west espressif monitor
/Zephyr-latest/boards/kincony/kincony_kc868_a32/doc/
Dindex.rst60 Open the serial monitor using the following command:
64 west espressif monitor
67 message in the monitor:
/Zephyr-latest/boards/adi/max78000evkit/doc/
Dindex.rst121 | | | | 1-2 | | | Enables power monitor event trigger 1 …
123 | | | | Open | | | Disables power monitor event trigger 1 …
128 | | | | 1-2 | | | Enables power monitor event trigger 2 …
130 | | | | Open | | | Disables power monitor event trigger 2 …
191 | | | | 1-2 | | | Bypasses power monitor shunt …
205 | | | | 1-2 | | | Bypasses power monitor shunt …
212 | | | | 1-2 | | | Bypasses power monitor shunt …
219 | | | | 1-2 | | | Bypasses power monitor shunt …
247 | | | | 1-2 | | | DUT 3V3 total current monitor point …
/Zephyr-latest/drivers/power_domain/
DKconfig59 bool "GPIO monitor for sensing power on rail"
69 int "GPIO monitor power domain init priority"
72 GPIO monitor power domain initialization priority.
/Zephyr-latest/samples/boards/espressif/xt_wdt/
DREADME.rst44 To check output of this sample, run ``west espressif monitor`` or any other serial
46 This example uses ``west espressif monitor``, which automatically detects the serial
51 $ west espressif monitor
/Zephyr-latest/boards/atmarktechno/degu_evk/
Ddegu_evk_defconfig16 # Required to enable 3V3 power rail and Vin1 monitor
/Zephyr-latest/boards/m5stack/m5stack_atoms3/doc/
Dindex.rst70 You can also open the serial monitor using the following command:
74 west espressif monitor
77 message in the monitor:
/Zephyr-latest/boards/m5stack/m5stack_atoms3_lite/doc/
Dindex.rst68 You can also open the serial monitor using the following command:
72 west espressif monitor
75 message in the monitor:
/Zephyr-latest/boards/m5stack/m5stack_atom_lite/doc/
Dindex.rst68 You can also open the serial monitor using the following command:
72 west espressif monitor
75 message in the monitor:
/Zephyr-latest/tests/boards/nrf/mram_latency/src/
Dmain.c20 static struct onoff_monitor monitor; variable
156 monitor.callback = monitor_cb; in setup()
157 rv = onoff_monitor_register(&mram_latency_mgr, &monitor); in setup()
/Zephyr-latest/drivers/comparator/
DKconfig.silabs_acmp12 monitor the power supply.
/Zephyr-latest/tests/drivers/build_all/power_domain/
Dapp.overlay27 compatible = "power-domain-gpio-monitor";
/Zephyr-latest/samples/boards/espressif/flash_memory_mapped/
DREADME.rst36 To check the output of this sample, run ``west espressif monitor`` or any other serial
38 This example uses ``west espressif monitor``, which automatically detects the serial
43 $ west espressif monitor
/Zephyr-latest/boards/silabs/radio_boards/siwx917_rb4338a/
Dboard.cmake11 # Once started, it should be possible to reset the device with "monitor reset"
/Zephyr-latest/samples/bluetooth/central_hr/
DREADME.rst5 Connect to a Bluetooth LE heart-rate monitor and read heart-rate measurements.
/Zephyr-latest/boards/01space/esp32c3_042_oled/doc/
Dindex.rst119 the espressif monitor utility to connect to the console.
123 $ west espressif monitor -p /dev/ttyACM0
126 message in the monitor:
/Zephyr-latest/doc/connectivity/networking/api/
Dethernet_mgmt.rst27 The user application can monitor these events if it needs to act
/Zephyr-latest/boards/franzininho/esp32s2_franzininho/doc/
Dindex.rst152 Open the serial monitor using the following command:
156 west espressif monitor
159 message in the monitor:
/Zephyr-latest/samples/boards/espressif/flash_encryption/
DREADME.rst78 To check the output of this sample, run ``west espressif monitor`` or any other serial
80 This example uses ``west espressif monitor``, which automatically detects the serial
85 $ west espressif monitor
/Zephyr-latest/subsys/net/lib/lwm2m/
DKconfig.ucifi14 The uCIFI battery object provides attributes to monitor battery
31 The uCIFI LPWAN object provides attributes to monitor and maintain
/Zephyr-latest/samples/boards/espressif/light_sleep/
DREADME.rst69 check DTR/RTS configuration in the serial monitor. This is not necessary for
70 IDF monitor, but for other tools it might be necessary to set DTR and RTS line

123456