Home
last modified time | relevance | path

Searched refs:flow (Results 51 – 75 of 193) sorted by relevance

12345678

/Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/boards/
Dnrf9160dk_nrf9160.overlay31 hw-flow-control;
Dnrf54l09pdk_nrf54l09_cpuapp.overlay34 hw-flow-control;
Dnrf54l15dk_nrf54l15_cpuapp.overlay34 hw-flow-control;
Dnrf54l20pdk_nrf54l20_cpuapp.overlay34 hw-flow-control;
Dnrf52840dk_nrf52840.overlay60 hw-flow-control;
/Zephyr-latest/subsys/net/ip/
D6lo.c276 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/
Dnrf54l15dk_nrf54l15_cpuflpr.overlay45 /delete-property/ hw-flow-control;
Dnrf54l15dk_nrf54l15_cpuflpr_icbmsg.overlay47 /delete-property/ hw-flow-control;
/Zephyr-latest/samples/bluetooth/hci_uart/boards/
Dnrf5340_audio_dk_nrf5340_cpuapp_nrf21540_ek.overlay29 hw-flow-control;
Dnrf52833dk_nrf52833_df.overlay11 hw-flow-control;
Dnrf5340dk_nrf5340_cpunet_df.overlay11 hw-flow-control;
Dnrf54l15dk_nrf54l15_cpuapp_df.overlay11 hw-flow-control;
Dpanb511evb_nrf54l15_cpuapp_df.overlay11 hw-flow-control;
/Zephyr-latest/boards/particle/argon/dts/
Dmesh_feather_uart1_rtscts.dtsi7 /* Add hardware flow control to UART1 on Feather-based mesh boards
/Zephyr-latest/boards/particle/boron/dts/
Dmesh_feather_uart1_rtscts.dtsi7 /* Add hardware flow control to UART1 on Feather-based mesh boards
/Zephyr-latest/boards/particle/xenon/dts/
Dmesh_feather_uart1_rtscts.dtsi7 /* Add hardware flow control to UART1 on Feather-based mesh boards
/Zephyr-latest/boards/shields/wnc_m14a2a/boards/
Dfrdm_k64f.overlay13 hw-flow-control;
Dnrf52840dk_nrf52840.overlay34 hw-flow-control;
/Zephyr-latest/subsys/bluetooth/common/
DKconfig67 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/
Dphyboard_polis_mimx8mm6_m4.dts86 hw-flow-control;
97 hw-flow-control;
/Zephyr-latest/boards/shields/sparkfun_carrier_asset_tracker/
Dsparkfun_carrier_asset_tracker.overlay16 hw-flow-control;
/Zephyr-latest/samples/bluetooth/hci_uart_async/
Dapp.overlay11 hw-flow-control;
/Zephyr-latest/doc/services/pm/
Dpower_domain.rst23 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/
Dindex.rst26 file that supports the HCI interface over UART, with hardware flow control
35 .. figure:: da14531-hci-hw-flow-binary.webp
/Zephyr-latest/drivers/serial/
DKconfig.altera19 bool "ALTERA UART flow control workaround"

12345678