STM32L486xx HAL User Manual
Defines
QSPI Alternate Bytes Size
QSPI Exported Constants

Defines

#define QSPI_ALTERNATE_BYTES_8_BITS   0x00000000U
#define QSPI_ALTERNATE_BYTES_16_BITS   ((uint32_t)QUADSPI_CCR_ABSIZE_0)
#define QSPI_ALTERNATE_BYTES_24_BITS   ((uint32_t)QUADSPI_CCR_ABSIZE_1)
#define QSPI_ALTERNATE_BYTES_32_BITS   ((uint32_t)QUADSPI_CCR_ABSIZE)

Define Documentation

#define QSPI_ALTERNATE_BYTES_16_BITS   ((uint32_t)QUADSPI_CCR_ABSIZE_0)

16-bit alternate bytes

Definition at line 329 of file stm32l4xx_hal_qspi.h.

#define QSPI_ALTERNATE_BYTES_24_BITS   ((uint32_t)QUADSPI_CCR_ABSIZE_1)

24-bit alternate bytes

Definition at line 330 of file stm32l4xx_hal_qspi.h.

#define QSPI_ALTERNATE_BYTES_32_BITS   ((uint32_t)QUADSPI_CCR_ABSIZE)

32-bit alternate bytes

Definition at line 331 of file stm32l4xx_hal_qspi.h.

#define QSPI_ALTERNATE_BYTES_8_BITS   0x00000000U

8-bit alternate bytes

Definition at line 328 of file stm32l4xx_hal_qspi.h.