Searched refs:WrapSize (Results 1 – 10 of 10) sorted by relevance
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_ospi.h | 70 …uint32_t WrapSize; /*!< It indicates the wrap-size corresponding the external dev… member
|
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_ospi.c | 330 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/ |
D | stm32h7xx_hal_ospi.h | 70 …uint32_t WrapSize; /*!< It indicates the wrap-size corresponding the external dev… member
|
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_ospi.h | 72 …uint32_t WrapSize; /*!< It indicates the wrap-size corresponding the external dev… member
|
D | stm32u5xx_hal_xspi.h | 72 …uint32_t WrapSize; /*!< It indicates the wrap-size corresponding the external dev… member
|
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_xspi.c | 343 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/ |
D | stm32h5xx_hal_xspi.h | 71 …uint32_t WrapSize; /*!< It indicates the wrap-size corresponding the external dev… member
|
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_ospi.c | 363 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/ |
D | stm32u5xx_hal_ospi.c | 342 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()
|
D | stm32u5xx_hal_xspi.c | 373 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()
|