Home
last modified time | relevance | path

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

12

/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/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-latest/drivers/usb/common/nrf_usbd_common/
Dnrf_usbd_common_errata.h26 /* Errata: ISO double buffering not functional. **/
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/
DKconfig40 ISO-AL per channel. Buffering is required to compute the size of the
/Zephyr-latest/dts/bindings/i2c/
Dnordic,nrf-twim.yaml60 the zephyr,concat-buf-size one, as both these buffering mechanisms
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/resources/
Dfifo_mock.py31 self.file = open(self.filename, self.mode, buffering=0)
/Zephyr-latest/include/zephyr/sys/
Dprintk.h25 * Output is send immediately, without any mutual exclusion or buffering.
/Zephyr-latest/subsys/logging/frontends/
DKconfig22 Number of bytes dedicated for buffering data
/Zephyr-latest/drivers/dac/
Ddac_mcux_gau.c53 LOG_WRN("Note: buffering DAC output to pad disconnects internal output"); in nxp_gau_dac_channel_setup()
/Zephyr-latest/subsys/bluetooth/controller/util/
Ddbuf.h11 * double buffering.
/Zephyr-latest/drivers/net/
Dnsos_socket.h95 /** Disable TCP buffering (ignored, for compatibility) */
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dread_and_decode.rst40 * Requesting multiple reads to the same device for Ping-Pong (double buffering)
/Zephyr-latest/subsys/net/l2/openthread/
DKconfig139 int "List size for IPv6 packet buffering"
/Zephyr-latest/subsys/shell/
DKconfig94 It is working like stdio buffering in Linux systems
/Zephyr-latest/samples/userspace/prod_consumer/src/
Dapp_a.c72 * when buffering this data. in sample_callback()
/Zephyr-latest/include/zephyr/arch/arm64/cortex_r/
Darm_mpu.h80 * nE: The response should come from the end slave, not buffering in

12