Searched refs:parallel (Results 1 – 25 of 82) sorted by relevance
1234
/Zephyr-latest/boards/shields/lcd_par_s035/doc/ |
D | index.rst | 11 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/ |
D | mipi_dbi.rst | 11 * Type A: Motorola 6800 parallel bus 13 * Type B: Intel 8080 parallel bus
|
/Zephyr-latest/tests/bsim/ |
D | run_parallel.sh | 76 if [ `command -v parallel` ]; then 78 parallel '
|
/Zephyr-latest/boards/shields/rk043fn02h_ct/doc/ |
D | index.rst | 16 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/ |
D | index.rst | 16 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/ |
D | mimxrt1050_evk.dtsi | 43 * 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/ |
D | index.rst | 10 (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/ |
D | Kconfig.shell | 17 Number of monkey instances that can exist in parallel
|
D | Kconfig | 159 bool "Use OSAL enabling parallel rendering" 162 Use the Zephyr LVGL OSAL to enable parallel rendering
|
/Zephyr-latest/boards/nxp/mimxrt1060_evk/ |
D | mimxrt1060_evk.dtsi | 43 * 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/ |
D | mimxrt1040_evk.dts | 45 * 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/ |
D | Kconfig.si32 | 18 can handle in parallel.
|
D | Kconfig.mcux_dcp | 21 can handle in parallel.
|
D | Kconfig.stm32 | 21 can handle in parallel.
|
D | Kconfig | 42 can handle in parallel. 75 can handle in parallel.
|
/Zephyr-latest/boards/nxp/mimxrt1064_evk/ |
D | mimxrt1064_evk.dts | 47 * 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/ |
D | index.rst | 10 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/ |
D | README.rst | 4 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/ |
D | coverage.py | 248 parallel = ["--parallel", "0"] 251 parallel = [] 253 parallel = ["--parallel", str(self.jobs)] 256 parallel = [] 261 ] + parallel + args
|
/Zephyr-latest/samples/drivers/lcd_hd44780/ |
D | README.rst | 9 Display text strings on parallel interfacing HD44780 based
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | Kconfig | 22 0, 25, 50, 75, and 100. These iterations are run in parallel.
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.barrier | 28 When running several SMP applications in parallel instances of Qemu,
|
/Zephyr-latest/samples/arch/smp/pi/ |
D | README.rst | 10 when compute-intensive tasks can be run in parallel, with
|
/Zephyr-latest/tests/benchmarks/posix/threads/ |
D | README.rst | 31 - CONFIG_MP_MAX_NUM_CPUS - Number of CPUs to use in parallel.
|
/Zephyr-latest/doc/services/storage/stream/ |
D | stream_flash.rst | 16 limitations which does not allow flash writes to be performed in parallel with
|
1234