Home
last modified time | relevance | path

Searched refs:parallel (Results 1 – 25 of 82) sorted by relevance

1234

/Zephyr-latest/boards/shields/lcd_par_s035/doc/
Dindex.rst11 through either SPI or parallel (8/16bit) 8080/6800.
18 This shield can only be used with FRDM-X evaluation kits with a parallel LCD
19 connector or a PMOD connector. Currently only the parallel LCD connector is
/Zephyr-latest/doc/hardware/peripherals/
Dmipi_dbi.rst11 * Type A: Motorola 6800 parallel bus
13 * Type B: Intel 8080 parallel bus
/Zephyr-latest/tests/bsim/
Drun_parallel.sh76 if [ `command -v parallel` ]; then
78 parallel '
/Zephyr-latest/boards/shields/rk043fn02h_ct/doc/
Dindex.rst16 This display uses a 40 pin parallel FPC interface plus 6 pin I2C interface,
17 available on many NXP EVKs. Note that this parallel FPC interface is not
85 for the 40+6 pin parallel/I2C FPC interface
/Zephyr-latest/boards/shields/rk043fn66hs_ctg/doc/
Dindex.rst16 This display uses a 40 pin parallel FPC interface plus 6 pin I2C interface,
17 available on many NXP EVKs. Note that this parallel FPC interface is not
85 for the 40+6 pin parallel/I2C FPC interface
/Zephyr-latest/boards/nxp/mimxrt1050_evk/
Dmimxrt1050_evk.dtsi43 * This node describes the GPIO pins of the parallel FPC interface,
45 * several parallel LCD displays (available as zephyr shields)
47 nxp_parallel_lcd_connector: parallel-connector {
48 compatible = "nxp,parallel-lcd-connector";
58 * several parallel LCD displays (available as zephyr shields)
/Zephyr-latest/boards/shields/dvp_fpc24_mt9m114/doc/
Dindex.rst10 (Digital Video Port), aka parallel interface. These camera modules are compatible and provided
73 connector with DVP (parallel) interface, such as the i.MX RT1050, RT1060, RT1064 EVKs.
/Zephyr-latest/modules/lvgl/
DKconfig.shell17 Number of monkey instances that can exist in parallel
DKconfig159 bool "Use OSAL enabling parallel rendering"
162 Use the Zephyr LVGL OSAL to enable parallel rendering
/Zephyr-latest/boards/nxp/mimxrt1060_evk/
Dmimxrt1060_evk.dtsi43 * This node describes the GPIO pins of the parallel FPC interface,
45 * several parallel LCD displays (available as zephyr shields)
47 nxp_parallel_lcd_connector: parallel-connector {
48 compatible = "nxp,parallel-lcd-connector";
58 * several parallel LCD displays (available as zephyr shields)
/Zephyr-latest/boards/nxp/mimxrt1040_evk/
Dmimxrt1040_evk.dts45 * This node describes the GPIO pins of the parallel FPC interface,
47 * several parallel LCD displays (available as zephyr shields)
49 nxp_parallel_lcd_connector: parallel-connector {
50 compatible = "nxp,parallel-lcd-connector";
60 * several parallel LCD displays (available as zephyr shields)
/Zephyr-latest/drivers/crypto/
DKconfig.si3218 can handle in parallel.
DKconfig.mcux_dcp21 can handle in parallel.
DKconfig.stm3221 can handle in parallel.
DKconfig42 can handle in parallel.
75 can handle in parallel.
/Zephyr-latest/boards/nxp/mimxrt1064_evk/
Dmimxrt1064_evk.dts47 * This node describes the GPIO pins of the parallel FPC interface,
49 * several parallel LCD displays (available as zephyr shields)
51 nxp_parallel_lcd_connector: parallel-connector {
52 compatible = "nxp,parallel-lcd-connector";
62 * several parallel LCD displays (available as zephyr shields)
/Zephyr-latest/boards/shields/nxp_btb44_ov5640/doc/
Dindex.rst10 a MIPI CSI or DVP (parallel) interface. These camera modules are made specifically for and
114 connector with MIPI CSI or DVP (parallel) interface where the pinouts are defined
/Zephyr-latest/samples/arch/smp/pktqueue/
DREADME.rst4 Use SMP to process multiple packet headers in parallel.
55 number of parallel executed pairs of queues(``QUEUE_NUM``),
79 Each of 2 parallel queues is processed by 3 threads on 2 cores and contain 5000 packet headers.
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dcoverage.py248 parallel = ["--parallel", "0"]
251 parallel = []
253 parallel = ["--parallel", str(self.jobs)]
256 parallel = []
261 ] + parallel + args
/Zephyr-latest/samples/drivers/lcd_hd44780/
DREADME.rst9 Display text strings on parallel interfacing HD44780 based
/Zephyr-latest/tests/drivers/build_all/sensor/
DKconfig22 0, 25, 50, 75, and 100. These iterations are run in parallel.
/Zephyr-latest/lib/posix/options/
DKconfig.barrier28 When running several SMP applications in parallel instances of Qemu,
/Zephyr-latest/samples/arch/smp/pi/
DREADME.rst10 when compute-intensive tasks can be run in parallel, with
/Zephyr-latest/tests/benchmarks/posix/threads/
DREADME.rst31 - CONFIG_MP_MAX_NUM_CPUS - Number of CPUs to use in parallel.
/Zephyr-latest/doc/services/storage/stream/
Dstream_flash.rst16 limitations which does not allow flash writes to be performed in parallel with

1234