nuttx/include/nuttx/spi
Sammy Tran c9caf2c5dc stm32h5/qspi: add QSPIMEM_QUADDATA flag for 1-1-4 transfers
Add QSPIMEM_QUADDATA to the QSPI memory flags. This flag selects quad
data width while keeping the address phase on a single line (1-1-4),
which QSPIMEM_QUADIO cannot express (it forces quad on both address and
data phases). Update stm32_qspi_memory() to honour the new flag by
setting CCR_DMODE_QUAD without touching the address mode.

Signed-off-by: Sammy Tran <sammytran@geotab.com>
2026-06-21 09:43:29 -03:00
..
ice40.h include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
qspi.h stm32h5/qspi: add QSPIMEM_QUADDATA flag for 1-1-4 transfers 2026-06-21 09:43:29 -03:00
qspi_flash.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00
slave.h drivers/rpmsg_port_spi_slave: add getrecvbuf callback for zero-copy receive 2026-01-26 21:17:27 +08:00
spi.h drivers/spi: Add SPIDEV_MAG_ENCODER() definition 2026-05-03 07:56:38 -03:00
spi_bitbang.c style: Fix "is is" typo across the codebase. 2026-03-24 09:39:26 +08:00
spi_bitbang.h include/nuttx/spi/spi_bitbang: Fix incompatible pointer type issue 2025-09-19 10:15:27 +08:00
spi_flash.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00
spi_transfer.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00