/Zephyr-latest/samples/drivers/adc/adc_dt/boards/ |
D | lpcxpresso55s36.overlay | 22 * be connected to various voltages to observe the change in reading.
|
/Zephyr-latest/samples/boards/st/power_mgmt/stm32wb_ble/ |
D | README.rst | 21 Using a power measurement tool, user can observe the platform reaching STOP2 mode
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_observation.h | 52 int lwm2m_engine_observation_handler(struct lwm2m_message *msg, int observe, uint16_t accept,
|
D | Kconfig | 90 bool "Use path matching as fallback for cancel-observe" 93 implementations to implement cancel-observe by specifying the resource 94 path rather than the token of the original observe request. Without 95 this option, cancel-observe may not work properly when connecting to 325 added to the observe notification list.
|
D | lwm2m_observation.c | 1386 int lwm2m_engine_observation_handler(struct lwm2m_message *msg, int observe, uint16_t accept, in lwm2m_engine_observation_handler() argument 1391 if (observe == 0) { in lwm2m_engine_observation_handler() 1409 } else if (observe == 1) { in lwm2m_engine_observation_handler()
|
D | lwm2m_message_handling.c | 2314 int observe = -1; /* default to -1, 0 = ENABLE, 1 = DISABLE */ in handle_request() local 2443 observe = coap_get_option_int(msg->in.in_cpkt, COAP_OPTION_OBSERVE); in handle_request() 2450 observe = coap_get_option_int(msg->in.in_cpkt, COAP_OPTION_OBSERVE); in handle_request() 2521 if (observe >= 0) { in handle_request() 2531 r = lwm2m_engine_observation_handler(msg, observe, accept, in handle_request() 2540 r = lwm2m_engine_observation_handler(msg, observe, accept, in handle_request()
|
/Zephyr-latest/samples/net/sockets/packet/ |
D | README.rst | 21 packet every 5 seconds. You can use Wireshark to observe these
|
/Zephyr-latest/samples/modules/thrift/hello/ |
D | README.rst | 153 You should observe the following in the original ``hello/server`` terminal: 172 You should observe the following in the original ``hello/server`` terminal. 210 You should observe the following in the original ``hello_server`` terminal:
|
/Zephyr-latest/samples/boards/st/power_mgmt/adc/ |
D | README.rst | 42 On STM32WB, we can observe a power consumption of about 25µA with both kconfig
|
/Zephyr-latest/tests/benchmarks/posix/threads/ |
D | README.rst | 26 To observe periodic statistics on a per-thread basis in addition to the summary of statistics
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ |
D | test_lwm2m.py | 527 leshan.observe(endpoint, '3/0/7') 549 leshan.observe(endpoint, '3/0/7') 550 leshan.observe(endpoint, '3/0/8') 568 leshan.observe(endpoint, '3/0/7') 569 leshan.observe(endpoint, '3/0/8')
|
D | leshan.py | 392 def observe(self, endpoint: str, path: str): member in Leshan
|
/Zephyr-latest/boards/intel/ish/doc/ |
D | index.rst | 77 - Reboot, then observe Zephyr log output via ISH UART0.
|
/Zephyr-latest/samples/sysbuild/hello_world/ |
D | README.rst | 53 After programming the sample to your board, you should observe a hello world
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | ota.rst | 29 configured to observe your available firmware revisions on the Golioth Cloud.
|
/Zephyr-latest/samples/boards/nordic/nrf53_sync_rtc/ |
D | README.rst | 17 from shared memory and local system tick updated by the offset. User can observe
|
/Zephyr-latest/samples/drivers/soc_flash_nrf/ |
D | README.rst | 16 Within the sample, user may observe how read/write/erase operations
|
/Zephyr-latest/boards/ezurio/bl654_usb/doc/ |
D | bl654_usb.rst | 146 When this command exits, observe the blue LED on the board blinking.
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | coap_server.rst | 133 The CoAP server provides logic for parsing observe requests and stores these using the runtime data
|
/Zephyr-latest/boards/telink/tlsr9518adk80d/doc/ |
D | index.rst | 179 Flash the board, reset and observe the following messages on the selected
|
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/ |
D | README.rst | 273 The device can be reset remotely to observe (use the console output) how MCUboot swaps the images,
|
/Zephyr-latest/tests/net/lib/coap/src/ |
D | main.c | 971 int observe = 0; in ZTEST() local 981 r = coap_append_option_int(&req, COAP_OPTION_OBSERVE, observe); in ZTEST()
|
/Zephyr-latest/boards/nordic/nrf52840dongle/doc/ |
D | index.rst | 165 When this command exits, observe the green LED on the board blinking,
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.0.rst | 633 observe APIs. 659 * Added observe callback for observe and notification events.
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/ |
D | implementation.rst | 186 To maintain consistency between all connectivity implementations, observe the following guidelines …
|