Searched refs:buffering (Results 1 – 22 of 22) sorted by relevance
/Zephyr-latest/modules/lvgl/ |
D | Kconfig.input | 18 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/ |
D | fifo_handler.py | 62 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/ |
D | Kconfig.defconfig | 7 # Enable double buffering
|
/Zephyr-latest/boards/shields/rk043fn02h_ct/ |
D | Kconfig.defconfig | 18 # Enable double buffering
|
/Zephyr-latest/boards/shields/rk043fn66hs_ctg/ |
D | Kconfig.defconfig | 18 # Enable double buffering
|
/Zephyr-latest/boards/shields/rk055hdmipi4m/ |
D | Kconfig.defconfig | 27 # Enable double buffering
|
/Zephyr-latest/boards/shields/rk055hdmipi4ma0/ |
D | Kconfig.defconfig | 29 # Enable double buffering
|
/Zephyr-latest/boards/nxp/rd_rw612_bga/ |
D | Kconfig.defconfig | 24 # Enable double buffering and offloaded render thread to improve performance
|
/Zephyr-latest/boards/shields/rtkmipilcdb00000be/ |
D | Kconfig.defconfig | 35 # Enable double buffering
|
/Zephyr-latest/boards/renesas/da1469x_dk_pro/ |
D | Kconfig.defconfig | 23 # Use double buffering to avoid visual artifacts as long as
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/resources/ |
D | fifo_mock.py | 31 self.file = open(self.filename, self.mode, buffering=0)
|
/Zephyr-latest/subsys/logging/frontends/ |
D | Kconfig | 22 Number of bytes dedicated for buffering data
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | read_and_decode.rst | 40 * Requesting multiple reads to the same device for Ping-Pong (double buffering)
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | canopen_program.py | 284 outfile = self.data_sdo.open('wb', buffering=self.download_buffer_size,
|
/Zephyr-latest/subsys/net/l2/openthread/ |
D | Kconfig | 139 int "List size for IPv6 packet buffering"
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.1.rst | 168 write of the frame, allowing display drivers to implement double buffering / tearing enable
|
D | release-notes-3.6.rst | 684 use of double buffering.
|
D | release-notes-3.3.rst | 458 * Implemented ISO-AL SDU buffering and PDU release timeout.
|
/Zephyr-latest/subsys/shell/ |
D | Kconfig | 94 It is working like stdio buffering in Linux systems
|
/Zephyr-latest/subsys/debug/ |
D | Kconfig | 227 any mutual exclusion or buffering.
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | handlers.py | 937 open(fifo_out, "rb", buffering=0) as in_fp,
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | Kconfig | 114 bool "Disable buffering notifications and messages on queue mode"
|