Home
last modified time | relevance | path

Searched refs:buffering (Results 1 – 22 of 22) sorted by relevance

/Zephyr-latest/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-latest/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-latest/boards/shields/lcd_par_s035/
DKconfig.defconfig7 # Enable double buffering
/Zephyr-latest/boards/shields/rk043fn02h_ct/
DKconfig.defconfig18 # Enable double buffering
/Zephyr-latest/boards/shields/rk043fn66hs_ctg/
DKconfig.defconfig18 # Enable double buffering
/Zephyr-latest/boards/shields/rk055hdmipi4m/
DKconfig.defconfig27 # Enable double buffering
/Zephyr-latest/boards/shields/rk055hdmipi4ma0/
DKconfig.defconfig29 # Enable double buffering
/Zephyr-latest/boards/nxp/rd_rw612_bga/
DKconfig.defconfig24 # Enable double buffering and offloaded render thread to improve performance
/Zephyr-latest/boards/shields/rtkmipilcdb00000be/
DKconfig.defconfig35 # Enable double buffering
/Zephyr-latest/boards/renesas/da1469x_dk_pro/
DKconfig.defconfig23 # Use double buffering to avoid visual artifacts as long as
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/resources/
Dfifo_mock.py31 self.file = open(self.filename, self.mode, buffering=0)
/Zephyr-latest/subsys/logging/frontends/
DKconfig22 Number of bytes dedicated for buffering data
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dread_and_decode.rst40 * Requesting multiple reads to the same device for Ping-Pong (double buffering)
/Zephyr-latest/scripts/west_commands/runners/
Dcanopen_program.py284 outfile = self.data_sdo.open('wb', buffering=self.download_buffer_size,
/Zephyr-latest/subsys/net/l2/openthread/
DKconfig139 int "List size for IPv6 packet buffering"
/Zephyr-latest/doc/releases/
Drelease-notes-4.1.rst168 write of the frame, allowing display drivers to implement double buffering / tearing enable
Drelease-notes-3.6.rst684 use of double buffering.
Drelease-notes-3.3.rst458 * Implemented ISO-AL SDU buffering and PDU release timeout.
/Zephyr-latest/subsys/shell/
DKconfig94 It is working like stdio buffering in Linux systems
/Zephyr-latest/subsys/debug/
DKconfig227 any mutual exclusion or buffering.
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhandlers.py937 open(fifo_out, "rb", buffering=0) as in_fp,
/Zephyr-latest/subsys/net/lib/lwm2m/
DKconfig114 bool "Disable buffering notifications and messages on queue mode"