Searched full:flow (Results 1 – 25 of 339) sorted by relevance
12345678910>>...14
/Zephyr-latest/dts/bindings/bluetooth/ |
D | nxp,bt-hci-uart.yaml | 26 hw-flow-control: 28 description: Set to enable RTS/CTS flow control for HCI. 39 Flow control setting for primary speed. 50 Flow control setting for secondary speed.
|
/Zephyr-latest/dts/bindings/serial/ |
D | renesas,smartbond-uart.yaml | 38 hw-flow-control-supported: 40 description: Set to indicate RTS/CTS flow control is supported. 56 The device driver does not use DTR for hardware flow control.
|
D | uart-controller.yaml | 14 hw-flow-control: 16 description: Set to enable RTS/CTS flow control at boot time
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.ns16550 | 53 bool "UART 16750 (64-bytes FIFO and auto flow control)" 56 flow control if UART controller is 16750. 59 bool "UART 16950 (128-bytes FIFO and auto flow control)" 61 This enables support for 128-bytes FIFO and automatic hardware flow control.
|
/Zephyr-latest/subsys/net/ip/ |
D | 6lo_private.h | 25 * TF (Traffic class and Flow label) 26 * 00: ECN + DSCP + 4-bit Pad + Flow Label (4 bytes) 27 * 01: ECN + 2-bit Pad + Flow Label (3 bytes), DSCP is elided. 28 * 10: ECN + DSCP (1 byte), Flow Label is elided. 29 * 11: Traffic Class and Flow Label are elided.
|
D | 6lo.c | 254 /* Helper routine to compress Traffic class and Flow label */ 256 * |Version| Traffic Class | Flow Label | 258 * version: 4 bits, Traffic Class: 8 bits, Flow label: 20 bits 276 if (((ipv6->tcflow & 0x0F) == 0U) && (ipv6->flow == 0U)) { in compress_tfl() 278 NET_DBG("Traffic class and Flow label elided"); in compress_tfl() 280 /* Traffic class and Flow label elided */ in compress_tfl() 283 NET_DBG("Flow label elided"); in compress_tfl() 285 /* Flow label elided */ in compress_tfl() 293 NET_DBG("ECN + 2-bit Pad + Flow Label, DSCP is elided"); in compress_tfl() 295 /* ECN + 2-bit Pad + Flow Label, DSCP is elided.*/ in compress_tfl() [all …]
|
/Zephyr-latest/doc/connectivity/canbus/ |
D | isotp.rst | 22 Additionally, it adds a flow control mechanism to influence the sender's 28 single-frames (SF). They don't need to fragment and do not have any flow-control. 33 The receiving peer sends back a flow-control-frame (FC) to either deny,
|
/Zephyr-latest/tests/net/6lo/src/ |
D | main.c | 555 .ipv6.flow = 0x00, 577 .ipv6.flow = 0x3412, 599 .ipv6.flow = 0x3412, 621 .ipv6.flow = 0x00, 643 .ipv6.flow = 0x4567, 665 .ipv6.flow = 0x0, 687 .ipv6.flow = 0x0, 704 .ipv6.flow = 0x0, 724 .ipv6.flow = 0x00, 744 .ipv6.flow = 0x00, [all …]
|
/Zephyr-latest/drivers/disk/ |
D | Kconfig.sdmmc | 48 bool "STM32 SDMMC Hardware Flow control" 56 Enable SDMMC Hardware Flow Control to avoid FIFO underrun (TX mode) and
|
/Zephyr-latest/boards/panasonic/pan1781_evb/ |
D | pan1781_evb-pinctrl.dtsi | 8 /* flow control cannot be used together with i2c0, 21 /* flow control cannot be used together with i2c0,
|
/Zephyr-latest/boards/shields/x_nucleo_bnrg2a1/ |
D | Kconfig.defconfig | 11 # Disable Flow control
|
/Zephyr-latest/tests/bluetooth/shell/boards/ |
D | cyw920829m2evk_02.overlay | 4 hw-flow-control;
|
/Zephyr-latest/boards/shields/x_nucleo_idb05a1/ |
D | Kconfig.defconfig | 10 # Disable Flow control
|
/Zephyr-latest/samples/bluetooth/hci_uart/boards/ |
D | 96b_nitrogen.overlay | 6 hw-flow-control;
|
D | nrf51_blenano.overlay | 7 hw-flow-control;
|
D | nrf51dk_nrf51822.overlay | 7 hw-flow-control;
|
D | nrf51dongle_nrf51822.overlay | 7 hw-flow-control;
|
D | nrf52840dk_nrf52840.overlay | 7 hw-flow-control;
|
D | nrf5340dk_nrf5340_cpuapp.overlay | 7 hw-flow-control;
|
D | nrf5340dk_nrf5340_cpunet.overlay | 7 hw-flow-control;
|
D | nrf52_blenano2.overlay | 7 hw-flow-control;
|
D | nrf52dk_nrf52832.overlay | 7 hw-flow-control;
|
D | nrf5340pdk_nrf5340_cpuapp.overlay | 7 hw-flow-control;
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig.l2cap | 55 bool "L2CAP Enhanced Credit Based Flow Control support" 59 Enhanced Credit Based Flow Control support on dynamic L2CAP Channels.
|
/Zephyr-latest/boards/shields/x_nucleo_wb05kn1/ |
D | Kconfig.defconfig | 15 # Disable Flow control
|
12345678910>>...14