Home
last modified time | relevance | path

Searched full:buffering (Results 1 – 25 of 42) sorted by relevance

12

/Zephyr-Core-3.7.0/modules/lvgl/
DKconfig.input18 Size of the pointer message queue buffering input events.
31 Size of the button message queue buffering input events.
44 Size of the encoder message queue buffering input events.
57 Size of the keypad message queue buffering input events.
/Zephyr-Core-3.7.0/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dfifo_handler.py62 self._fifo_out_file = open(self._fifo_out_path, 'rb', buffering=0)
63 self._fifo_in_file = open(self._fifo_in_path, 'wb', buffering=0)
87 open(self._fifo_out_path, 'wb', buffering=0)
89 open(self._fifo_in_path, 'rb', buffering=0)
/Zephyr-Core-3.7.0/boards/shields/lcd_par_s035/
DKconfig.defconfig7 # Enable double buffering
/Zephyr-Core-3.7.0/subsys/logging/
DKconfig.frontends22 Number of bytes dedicated for buffering data
/Zephyr-Core-3.7.0/boards/shields/rk043fn02h_ct/
DKconfig.defconfig18 # Enable double buffering
/Zephyr-Core-3.7.0/boards/shields/rk043fn66hs_ctg/
DKconfig.defconfig18 # Enable double buffering
/Zephyr-Core-3.7.0/boards/shields/rk055hdmipi4m/
DKconfig.defconfig27 # Enable double buffering
/Zephyr-Core-3.7.0/boards/shields/rk055hdmipi4ma0/
DKconfig.defconfig29 # Enable double buffering
/Zephyr-Core-3.7.0/boards/nxp/rd_rw612_bga/
DKconfig.defconfig27 # Enable double buffering and offloaded render thread to improve performance
/Zephyr-Core-3.7.0/boards/renesas/da1469x_dk_pro/
DKconfig.defconfig23 # Use double buffering to avoid visual artifacts as long as
/Zephyr-Core-3.7.0/dts/bindings/serial/
Dinfineon,xmc4xxx-uart.yaml48 Fifo size used for buffering transmit bytes. A value of 0 implies that
64 Fifo size used for buffering received bytes. A value of 0 implies that
/Zephyr-Core-3.7.0/tests/bluetooth/ctrl_isoal/
DKconfig40 ISO-AL per channel. Buffering is required to compute the size of the
/Zephyr-Core-3.7.0/drivers/usb/common/nrf_usbd_common/
Dnrf_usbd_common_errata.h26 /* Errata: ISO double buffering not functional. **/
/Zephyr-Core-3.7.0/dts/bindings/i2c/
Dnordic,nrf-twim.yaml60 the zephyr,concat-buf-size one, as both these buffering mechanisms
/Zephyr-Core-3.7.0/scripts/pylib/pytest-twister-harness/tests/resources/
Dfifo_mock.py31 self.file = open(self.filename, self.mode, buffering=0)
/Zephyr-Core-3.7.0/include/zephyr/sys/
Dprintk.h25 * Output is send immediately, without any mutual exclusion or buffering.
/Zephyr-Core-3.7.0/drivers/dac/
Ddac_mcux_gau.c49 LOG_WRN("Note: buffering DAC output to pad disconnects internal output"); in nxp_gau_dac_channel_setup()
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/util/
Ddbuf.h11 * double buffering.
/Zephyr-Core-3.7.0/drivers/net/
Dnsos_socket.h95 /** Disable TCP buffering (ignored, for compatibility) */
/Zephyr-Core-3.7.0/doc/hardware/peripherals/sensor/
Dread_and_decode.rst40 * Requesting multiple reads to the same device for Ping-Pong (double buffering)
/Zephyr-Core-3.7.0/subsys/net/l2/openthread/
DKconfig140 int "List size for IPv6 packet buffering"
/Zephyr-Core-3.7.0/subsys/shell/
DKconfig89 It is working like stdio buffering in Linux systems
/Zephyr-Core-3.7.0/samples/userspace/prod_consumer/src/
Dapp_a.c72 * when buffering this data. in sample_callback()
/Zephyr-Core-3.7.0/include/zephyr/arch/arm64/cortex_r/
Darm_mpu.h80 * nE: The response should come from the end slave, not buffering in
/Zephyr-Core-3.7.0/drivers/serial/
Duart_bt.c172 /** Delay will allow buffering some characters before transmitting in uart_bt_poll_out()

12