Home
last modified time | relevance | path

Searched refs:ADDR_SIZE (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_qspi.h635 #define IS_QSPI_ADDRESS_SIZE(ADDR_SIZE) (((ADDR_SIZE) == QSPI_ADDRESS_8_BITS) || \ argument
636 ((ADDR_SIZE) == QSPI_ADDRESS_16_BITS) || \
637 ((ADDR_SIZE) == QSPI_ADDRESS_24_BITS) || \
638 ((ADDR_SIZE) == QSPI_ADDRESS_32_BITS))
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_qspi.h673 #define IS_QSPI_ADDRESS_SIZE(ADDR_SIZE) (((ADDR_SIZE) == QSPI_ADDRESS_8_BITS) || \ argument
674 ((ADDR_SIZE) == QSPI_ADDRESS_16_BITS) || \
675 ((ADDR_SIZE) == QSPI_ADDRESS_24_BITS) || \
676 ((ADDR_SIZE) == QSPI_ADDRESS_32_BITS))
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_qspi.h676 #define IS_QSPI_ADDRESS_SIZE(ADDR_SIZE) (((ADDR_SIZE) == QSPI_ADDRESS_8_BITS) || \ argument
677 ((ADDR_SIZE) == QSPI_ADDRESS_16_BITS) || \
678 ((ADDR_SIZE) == QSPI_ADDRESS_24_BITS) || \
679 ((ADDR_SIZE) == QSPI_ADDRESS_32_BITS))
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_qspi.h677 #define IS_QSPI_ADDRESS_SIZE(ADDR_SIZE) (((ADDR_SIZE) == QSPI_ADDRESS_8_BITS) || \ argument
678 ((ADDR_SIZE) == QSPI_ADDRESS_16_BITS) || \
679 ((ADDR_SIZE) == QSPI_ADDRESS_24_BITS) || \
680 ((ADDR_SIZE) == QSPI_ADDRESS_32_BITS))
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_qspi.h676 #define IS_QSPI_ADDRESS_SIZE(ADDR_SIZE) (((ADDR_SIZE) == QSPI_ADDRESS_8_BITS) || \ argument
677 ((ADDR_SIZE) == QSPI_ADDRESS_16_BITS) || \
678 ((ADDR_SIZE) == QSPI_ADDRESS_24_BITS) || \
679 ((ADDR_SIZE) == QSPI_ADDRESS_32_BITS))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_qspi.h687 #define IS_QSPI_ADDRESS_SIZE(ADDR_SIZE) (((ADDR_SIZE) == QSPI_ADDRESS_8_BITS) || \ argument
688 ((ADDR_SIZE) == QSPI_ADDRESS_16_BITS) || \
689 ((ADDR_SIZE) == QSPI_ADDRESS_24_BITS) || \
690 ((ADDR_SIZE) == QSPI_ADDRESS_32_BITS))
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_qspi.h676 #define IS_QSPI_ADDRESS_SIZE(ADDR_SIZE) (((ADDR_SIZE) == QSPI_ADDRESS_8_BITS) || \ argument
677 ((ADDR_SIZE) == QSPI_ADDRESS_16_BITS) || \
678 ((ADDR_SIZE) == QSPI_ADDRESS_24_BITS) || \
679 ((ADDR_SIZE) == QSPI_ADDRESS_32_BITS))