Searched full:capturing (Results 1 – 25 of 43) sorted by relevance
12
/Zephyr-latest/include/zephyr/net/ |
D | capture.h | 4 * Definitions for capturing network packets. 39 /** Cleanup the setup. This will also disable capturing. After this 44 /** Enable / start capturing data */ 47 /** Disable / stop capturing data */ 50 /** Is capturing enabled (returns true) or disabled (returns false). 61 * @brief Setup network packet capturing support. 79 * @brief Cleanup network packet capturing support. 81 * @details This should be called after the capturing is done and resources 104 * @brief Enable network packet capturing support. 162 * @brief Disable network packet capturing support.
|
D | dummy.h | 45 * receiving capturing packets and post processing them).
|
/Zephyr-latest/tests/subsys/rtio/rtio_i2c/ |
D | prj.conf | 21 # Language features for capturing lambdas
|
/Zephyr-latest/drivers/coredump/ |
D | Kconfig | 7 Enable support for a pseudo-device to help capturing
|
/Zephyr-latest/subsys/net/lib/capture/ |
D | Kconfig | 28 This tells how many net_pkt to allocate for capturing 38 This tells how many net_buf to allocate for capturing
|
D | cooked.c | 150 /* Feed the packet to capture system after verifying that we are capturing in interface_recv() 174 * capturing. in interface_recv() 401 * the virtual interface that does the actual capturing of the packet. in net_capture_data()
|
/Zephyr-latest/tests/drivers/pwm/pwm_loopback/dts/bindings/ |
D | test-pwm-loopback.yaml | 18 PWM pins that will be used for generating and capturing a pulse-width
|
/Zephyr-latest/dts/bindings/coredump/ |
D | zephyr,coredump.yaml | 8 description: Pseudo-device to help capturing desired data into core dumps
|
/Zephyr-latest/samples/net/capture/ |
D | README.rst | 15 same connection as what we are capturing packets or it can be a separate 16 bearer. For example if you are capturing network traffic for interface 1, 152 yet enabled capturing, the interface is not yet set. 162 Next enable network packet capturing for interface 2.
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | capture.rst | 21 If capturing is enabled and configured, the system will automatically capture 44 * The network packet capturing infrastructure is then setup so that the ``cooked``
|
/Zephyr-latest/subsys/net/lib/http/ |
D | Kconfig | 122 bool "Allow capturing HTTP headers for application use" 128 int "Size of buffer for capturing HTTP headers for application use"
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | README.md | 10 model, and capturing your own training data. 157 Press the `RST` button to start capturing a new gesture, then press Button 14
|
/Zephyr-latest/samples/net/capture/src/ |
D | main.c | 105 "Capturing not enabled, cannot send data.\n"); in cmd_sample_send() 279 "capturing desired network interface."); in init_app() 335 LOG_INF("Capturing %s on interface %d", in main()
|
/Zephyr-latest/doc/develop/api/ |
D | design_guidelines.rst | 74 :kconfig:option:`capturing a timestamp <CONFIG_CAN_RX_TIMESTAMP>` or
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio_nrf5_ppi_resources.h | 110 * Note: in nRF52X this PPI channel is forked for both capturing and clearing
|
/Zephyr-latest/drivers/net/ |
D | Kconfig | 76 packet capturing in core network stack to send the captured packets
|
/Zephyr-latest/include/zephyr/drivers/timer/ |
D | nrf_grtc_timer.h | 173 * @retval -EBUSY if capturing has not been triggered.
|
/Zephyr-latest/subsys/logging/backends/ |
D | log_backend_uart.c | 159 * log parser directly. This is useful when capturing in log_backend_uart_init()
|
/Zephyr-latest/boards/shields/weact_ov2640_cam_module/doc/ |
D | index.rst | 11 integrates the OV2640 camera module, which is capable of capturing images
|
/Zephyr-latest/include/zephyr/drivers/ |
D | pwm.h | 813 * @retval -EIO IO error while capturing. 844 * @retval -EIO IO error while capturing. 899 * @retval -EIO IO error while capturing.
|
D | video.h | 510 * Enqueue an empty (capturing) or filled (output) video buffer in the driver’s 536 * Dequeue a filled (capturing) or displayed (output) buffer from the driver’s
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | device_adapter.py | 63 internal reader thread capturing an output from a device.
|
/Zephyr-latest/doc/connectivity/networking/ |
D | network_monitoring.rst | 55 The actual interface will depend on how the capturing is configured.
|
/Zephyr-latest/include/zephyr/sys/ |
D | timeutil.h | 113 * Capturing the same instant in two time scales provides a
|
/Zephyr-latest/doc/services/logging/ |
D | cs_stm.rst | 138 …Use the ``nrfutil trace stm`` command to start capturing logs from the device, specifying the data…
|
12