Searched refs:flow (Results 51 – 75 of 193) sorted by relevance
12345678
/Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/boards/ |
D | nrf9160dk_nrf9160.overlay | 31 hw-flow-control;
|
D | nrf54l09pdk_nrf54l09_cpuapp.overlay | 34 hw-flow-control;
|
D | nrf54l15dk_nrf54l15_cpuapp.overlay | 34 hw-flow-control;
|
D | nrf54l20pdk_nrf54l20_cpuapp.overlay | 34 hw-flow-control;
|
D | nrf52840dk_nrf52840.overlay | 60 hw-flow-control;
|
/Zephyr-latest/subsys/net/ip/ |
D | 6lo.c | 276 if (((ipv6->tcflow & 0x0F) == 0U) && (ipv6->flow == 0U)) { in compress_tfl() 298 inline_ptr -= sizeof(ipv6->flow); in compress_tfl() 299 memmove(inline_ptr, &ipv6->flow, sizeof(ipv6->flow)); in compress_tfl() 309 inline_ptr -= sizeof(ipv6->flow); in compress_tfl() 310 memmove(inline_ptr, &ipv6->flow, sizeof(ipv6->flow)); in compress_tfl() 855 memmove(&ipv6->flow, cursor, sizeof(ipv6->flow)); in uncompress_tfl() 856 cursor += sizeof(ipv6->flow); in uncompress_tfl() 865 memmove(&ipv6->flow, cursor, sizeof(ipv6->flow)); in uncompress_tfl() 866 cursor += sizeof(ipv6->flow); in uncompress_tfl() 878 ipv6->flow = 0U; in uncompress_tfl() [all …]
|
/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/remote/boards/ |
D | nrf54l15dk_nrf54l15_cpuflpr.overlay | 45 /delete-property/ hw-flow-control;
|
D | nrf54l15dk_nrf54l15_cpuflpr_icbmsg.overlay | 47 /delete-property/ hw-flow-control;
|
/Zephyr-latest/samples/bluetooth/hci_uart/boards/ |
D | nrf5340_audio_dk_nrf5340_cpuapp_nrf21540_ek.overlay | 29 hw-flow-control;
|
D | nrf52833dk_nrf52833_df.overlay | 11 hw-flow-control;
|
D | nrf5340dk_nrf5340_cpunet_df.overlay | 11 hw-flow-control;
|
D | nrf54l15dk_nrf54l15_cpuapp_df.overlay | 11 hw-flow-control;
|
D | panb511evb_nrf54l15_cpuapp_df.overlay | 11 hw-flow-control;
|
/Zephyr-latest/boards/particle/argon/dts/ |
D | mesh_feather_uart1_rtscts.dtsi | 7 /* Add hardware flow control to UART1 on Feather-based mesh boards
|
/Zephyr-latest/boards/particle/boron/dts/ |
D | mesh_feather_uart1_rtscts.dtsi | 7 /* Add hardware flow control to UART1 on Feather-based mesh boards
|
/Zephyr-latest/boards/particle/xenon/dts/ |
D | mesh_feather_uart1_rtscts.dtsi | 7 /* Add hardware flow control to UART1 on Feather-based mesh boards
|
/Zephyr-latest/boards/shields/wnc_m14a2a/boards/ |
D | frdm_k64f.overlay | 13 hw-flow-control;
|
D | nrf52840dk_nrf52840.overlay | 34 hw-flow-control;
|
/Zephyr-latest/subsys/bluetooth/common/ |
D | Kconfig | 67 Controller to Host flow control not strictly necessary. 69 In a Host only build with Controller to Host flow control enabled 73 If Controller to Host flow control is not enabled then the Controller 107 therefore Controller to Host flow control is not needed. 109 In a Host only build with Controller to Host flow control enabled 113 When Controller to Host flow control is not enabled the Controller 198 # for Host only builds, or when Controller-to-Host ACL data flow control 214 not enabling Controller to Host data flow control (BT_HCI_ACL_FLOW_CONTROL), Read Remote 218 Normal HCI commands follow the HCI command flow control using Num_HCI_Command_Packets 221 The Host Number of Completed Packets command does not follow normal flow control of HCI [all …]
|
/Zephyr-latest/boards/phytec/phyboard_polis/ |
D | phyboard_polis_mimx8mm6_m4.dts | 86 hw-flow-control; 97 hw-flow-control;
|
/Zephyr-latest/boards/shields/sparkfun_carrier_asset_tracker/ |
D | sparkfun_carrier_asset_tracker.overlay | 16 hw-flow-control;
|
/Zephyr-latest/samples/bluetooth/hci_uart_async/ |
D | app.overlay | 11 hw-flow-control;
|
/Zephyr-latest/doc/services/pm/ |
D | power_domain.rst | 23 work flow is illustrated in the diagram below. 25 .. _pm-domain-work-flow: 28 :caption: Power domain work flow 79 :ref:`pm-domain-work-flow` as example, the following code defines a
|
/Zephyr-latest/boards/shields/renesas_us159_da14531evz/doc/ |
D | index.rst | 26 file that supports the HCI interface over UART, with hardware flow control 35 .. figure:: da14531-hci-hw-flow-binary.webp
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.altera | 19 bool "ALTERA UART flow control workaround"
|
12345678