Searched full:buffering (Results 1 – 25 of 42) sorted by relevance
12
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/boards/shields/lcd_par_s035/ |
D | Kconfig.defconfig | 7 # Enable double buffering
|
/Zephyr-Core-3.7.0/subsys/logging/ |
D | Kconfig.frontends | 22 Number of bytes dedicated for buffering data
|
/Zephyr-Core-3.7.0/boards/shields/rk043fn02h_ct/ |
D | Kconfig.defconfig | 18 # Enable double buffering
|
/Zephyr-Core-3.7.0/boards/shields/rk043fn66hs_ctg/ |
D | Kconfig.defconfig | 18 # Enable double buffering
|
/Zephyr-Core-3.7.0/boards/shields/rk055hdmipi4m/ |
D | Kconfig.defconfig | 27 # Enable double buffering
|
/Zephyr-Core-3.7.0/boards/shields/rk055hdmipi4ma0/ |
D | Kconfig.defconfig | 29 # Enable double buffering
|
/Zephyr-Core-3.7.0/boards/nxp/rd_rw612_bga/ |
D | Kconfig.defconfig | 27 # Enable double buffering and offloaded render thread to improve performance
|
/Zephyr-Core-3.7.0/boards/renesas/da1469x_dk_pro/ |
D | Kconfig.defconfig | 23 # Use double buffering to avoid visual artifacts as long as
|
/Zephyr-Core-3.7.0/dts/bindings/serial/ |
D | infineon,xmc4xxx-uart.yaml | 48 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/ |
D | Kconfig | 40 ISO-AL per channel. Buffering is required to compute the size of the
|
/Zephyr-Core-3.7.0/drivers/usb/common/nrf_usbd_common/ |
D | nrf_usbd_common_errata.h | 26 /* Errata: ISO double buffering not functional. **/
|
/Zephyr-Core-3.7.0/dts/bindings/i2c/ |
D | nordic,nrf-twim.yaml | 60 the zephyr,concat-buf-size one, as both these buffering mechanisms
|
/Zephyr-Core-3.7.0/scripts/pylib/pytest-twister-harness/tests/resources/ |
D | fifo_mock.py | 31 self.file = open(self.filename, self.mode, buffering=0)
|
/Zephyr-Core-3.7.0/include/zephyr/sys/ |
D | printk.h | 25 * Output is send immediately, without any mutual exclusion or buffering.
|
/Zephyr-Core-3.7.0/drivers/dac/ |
D | dac_mcux_gau.c | 49 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/ |
D | dbuf.h | 11 * double buffering.
|
/Zephyr-Core-3.7.0/drivers/net/ |
D | nsos_socket.h | 95 /** Disable TCP buffering (ignored, for compatibility) */
|
/Zephyr-Core-3.7.0/doc/hardware/peripherals/sensor/ |
D | read_and_decode.rst | 40 * Requesting multiple reads to the same device for Ping-Pong (double buffering)
|
/Zephyr-Core-3.7.0/subsys/net/l2/openthread/ |
D | Kconfig | 140 int "List size for IPv6 packet buffering"
|
/Zephyr-Core-3.7.0/subsys/shell/ |
D | Kconfig | 89 It is working like stdio buffering in Linux systems
|
/Zephyr-Core-3.7.0/samples/userspace/prod_consumer/src/ |
D | app_a.c | 72 * when buffering this data. in sample_callback()
|
/Zephyr-Core-3.7.0/include/zephyr/arch/arm64/cortex_r/ |
D | arm_mpu.h | 80 * nE: The response should come from the end slave, not buffering in
|
/Zephyr-Core-3.7.0/drivers/serial/ |
D | uart_bt.c | 172 /** Delay will allow buffering some characters before transmitting in uart_bt_poll_out()
|
12