walnux/include/nuttx/spi
Andrey Zabolotnyi 73b655f3b2
stm32h7_qspi: support for custom clock (not just HCLK) and support for DUAL/QUAD commands (#582)
* stm32h7_qspi: Board.h now may define the BOARD_QSPI_CLK macro to select one of
RCC_D1CCIPR_QSPISEL_{HCLK,PLL1,PLL2,PER} clocks to use with QUADSPI peripherial.
Defaults to HCLK for backward compatibility.
New macros in qspi.h: QSPICMD_IDUAL and QSPICMD_IQUAD for selecting the bit
width for instruction code (1,2 or 4 bits) of a qspi_cmdinfo_s, and
QSPIMEM_IDUAL and QSPIMEM_IQUAD for selecting the bit width of a qspi_meminfo_s.

* NX style fixes
2020-03-19 05:59:18 -07:00
..
qspi.h stm32h7_qspi: support for custom clock (not just HCLK) and support for DUAL/QUAD commands (#582) 2020-03-19 05:59:18 -07:00
slave.h include/: Remove dangling space at the end of lines. 2017-06-28 13:30:08 -06:00
spi.h spi: change spi_send() interface to support of 32-bit word transfer 2020-03-09 08:03:35 -06:00
spi_bitbang.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
spi_bitbang.h Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
spi_transfer.h add main includes 2017-04-28 18:15:29 +02:00