Home
last modified time | relevance | path

Searched refs:IS_OSPI_INSTRUCTION_SIZE (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_ospi.h886 #define IS_OSPI_INSTRUCTION_SIZE(SIZE) (((SIZE) == HAL_OSPI_INSTRUCTION_8_BITS) || \ macro
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_ospi.c785 assert_param(IS_OSPI_INSTRUCTION_SIZE(cmd->InstructionSize)); in HAL_OSPI_Command()
916 assert_param(IS_OSPI_INSTRUCTION_SIZE(cmd->InstructionSize)); in HAL_OSPI_Command_IT()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_ospi.h942 #define IS_OSPI_INSTRUCTION_SIZE(SIZE) (((SIZE) == HAL_OSPI_INSTRUCTION_8_BITS) || \ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_ospi.h962 #define IS_OSPI_INSTRUCTION_SIZE(SIZE) (((SIZE) == HAL_OSPI_INSTRUCTION_8_BITS) || \ macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_ospi.h923 #define IS_OSPI_INSTRUCTION_SIZE(SIZE) (((SIZE) == HAL_OSPI_INSTRUCTION_8_BITS) || \ macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ospi.c828 assert_param(IS_OSPI_INSTRUCTION_SIZE(cmd->InstructionSize)); in HAL_OSPI_Command()
959 assert_param(IS_OSPI_INSTRUCTION_SIZE(cmd->InstructionSize)); in HAL_OSPI_Command_IT()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_ospi.c802 assert_param(IS_OSPI_INSTRUCTION_SIZE(cmd->InstructionSize)); in HAL_OSPI_Command()
927 assert_param(IS_OSPI_INSTRUCTION_SIZE(cmd->InstructionSize)); in HAL_OSPI_Command_IT()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ospi.c799 assert_param(IS_OSPI_INSTRUCTION_SIZE(cmd->InstructionSize)); in HAL_OSPI_Command()
930 assert_param(IS_OSPI_INSTRUCTION_SIZE(cmd->InstructionSize)); in HAL_OSPI_Command_IT()