Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_ospi.c324 assert_param(IS_OSPI_DUALQUAD_MODE(hospi->Init.DualQuad)); in HAL_OSPI_Init()
402 MODIFY_REG(hospi->Instance->CR, OCTOSPI_CR_DQM, hospi->Init.DualQuad); in HAL_OSPI_Init()
777 if (hospi->Init.DualQuad == HAL_OSPI_DUALQUAD_DISABLE) in HAL_OSPI_Command()
908 if (hospi->Init.DualQuad == HAL_OSPI_DUALQUAD_DISABLE) in HAL_OSPI_Command_IT()
2641 if (hospi->Init.DualQuad == HAL_OSPI_DUALQUAD_DISABLE) in OSPI_ConfigCmd()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ospi.c365 assert_param(IS_OSPI_DUALQUAD_MODE(hospi->Init.DualQuad)); in HAL_OSPI_Init()
445 MODIFY_REG(hospi->Instance->CR, OCTOSPI_CR_DQM, hospi->Init.DualQuad); in HAL_OSPI_Init()
820 if (hospi->Init.DualQuad == HAL_OSPI_DUALQUAD_DISABLE) in HAL_OSPI_Command()
951 if (hospi->Init.DualQuad == HAL_OSPI_DUALQUAD_DISABLE) in HAL_OSPI_Command_IT()
2926 if (hospi->Init.DualQuad == HAL_OSPI_DUALQUAD_DISABLE) in OSPI_ConfigCmd()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_ospi.c334 assert_param(IS_OSPI_DUALQUAD_MODE(hospi->Init.DualQuad)); in HAL_OSPI_Init()
419 MODIFY_REG(hospi->Instance->CR, OCTOSPI_CR_DQM, hospi->Init.DualQuad); in HAL_OSPI_Init()
794 if (hospi->Init.DualQuad == HAL_OSPI_DUALQUAD_DISABLE) in HAL_OSPI_Command()
919 if (hospi->Init.DualQuad == HAL_OSPI_DUALQUAD_DISABLE) in HAL_OSPI_Command_IT()
2938 if (hospi->Init.DualQuad == HAL_OSPI_DUALQUAD_DISABLE) in OSPI_ConfigCmd()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ospi.c336 assert_param(IS_OSPI_DUALQUAD_MODE(hospi->Init.DualQuad)); in HAL_OSPI_Init()
416 MODIFY_REG(hospi->Instance->CR, OCTOSPI_CR_DMM, hospi->Init.DualQuad); in HAL_OSPI_Init()
791 if (hospi->Init.DualQuad == HAL_OSPI_DUALQUAD_DISABLE) in HAL_OSPI_Command()
922 if (hospi->Init.DualQuad == HAL_OSPI_DUALQUAD_DISABLE) in HAL_OSPI_Command_IT()
3054 if (hospi->Init.DualQuad == HAL_OSPI_DUALQUAD_DISABLE) in OSPI_ConfigCmd()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_ospi.h54 …uint32_t DualQuad; /*!< It enables or not the dual-quad mode which allow to acces… member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_ospi.h54 …uint32_t DualQuad; /*!< It enables or not the dual-quad mode which allow to acces… member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_ospi.h56 …uint32_t DualQuad; /*!< It enables or not the dual-quad mode which allow to acces… member
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_ospi.h54 …uint32_t DualQuad; /*!< It enables or not the dual-quad mode which allow to acces… member