Home
last modified time | relevance | path

Searched refs:WrapSize (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_ospi.h70 …uint32_t WrapSize; /*!< It indicates the wrap-size corresponding the external dev… member
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_ospi.c330 assert_param(IS_OSPI_WRAP_SIZE (hospi->Init.WrapSize)); in HAL_OSPI_Init()
381 MODIFY_REG(hospi->Instance->DCR2, OCTOSPI_DCR2_WRAPSIZE, hospi->Init.WrapSize); in HAL_OSPI_Init()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_ospi.h70 …uint32_t WrapSize; /*!< It indicates the wrap-size corresponding the external dev… member
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_ospi.h72 …uint32_t WrapSize; /*!< It indicates the wrap-size corresponding the external dev… member
Dstm32u5xx_hal_xspi.h72 …uint32_t WrapSize; /*!< It indicates the wrap-size corresponding the external dev… member
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_xspi.c343 assert_param(IS_XSPI_WRAP_SIZE(hxspi->Init.WrapSize)); in HAL_XSPI_Init()
400 MODIFY_REG(hxspi->Instance->DCR2, XSPI_DCR2_WRAPSIZE, hxspi->Init.WrapSize); in HAL_XSPI_Init()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_xspi.h71 …uint32_t WrapSize; /*!< It indicates the wrap-size corresponding the external dev… member
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ospi.c363 assert_param(IS_OSPI_WRAP_SIZE (hospi->Init.WrapSize)); in HAL_OSPI_Init()
415 MODIFY_REG(hospi->Instance->DCR2, OCTOSPI_DCR2_WRAPSIZE, hospi->Init.WrapSize); in HAL_OSPI_Init()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ospi.c342 assert_param(IS_OSPI_WRAP_SIZE(hospi->Init.WrapSize)); in HAL_OSPI_Init()
394 MODIFY_REG(hospi->Instance->DCR2, OCTOSPI_DCR2_WRAPSIZE, hospi->Init.WrapSize); in HAL_OSPI_Init()
Dstm32u5xx_hal_xspi.c373 assert_param(IS_XSPI_WRAP_SIZE(hxspi->Init.WrapSize)); in HAL_XSPI_Init()
443 MODIFY_REG(hxspi->Instance->DCR2, XSPI_DCR2_WRAPSIZE, hxspi->Init.WrapSize); in HAL_XSPI_Init()