Home
last modified time | relevance | path

Searched refs:MaxTran (Results 1 – 12 of 12) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_ospi.h86 …uint32_t MaxTran; /*!< It enables the communication regulation feature. The chip… member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_ospi.h88 …uint32_t MaxTran; /*!< It enables the communication regulation feature. The chip… member
Dstm32u5xx_hal_xspi.h88 …uint32_t MaxTran; /*!< It enables the communication regulation feature. The chip… member
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_ospi.h85 …uint32_t MaxTran; /*!< It enables the communication regulation feature. The chip… member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_xspi.h82 …uint32_t MaxTran; /*!< It enables the communication regulation feature. The chip… member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ospi.c377 assert_param(IS_OSPI_MAXTRAN(hospi->Init.MaxTran)); in HAL_OSPI_Init()
427 (hospi->Init.MaxTran << OCTOSPI_DCR3_MAXTRAN_Pos)); in HAL_OSPI_Init()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_ospi.c346 assert_param(IS_OSPI_MAXTRAN(hospi->Init.MaxTran)); in HAL_OSPI_Init()
395 (hospi->Init.MaxTran << OCTOSPI_DCR3_MAXTRAN_Pos)); in HAL_OSPI_Init()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_xspi.h82 …uint32_t MaxTran; /*!< It enables the communication regulation feature. The chip… member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ospi.c348 assert_param(IS_OSPI_MAXTRAN(hospi->Init.MaxTran)); in HAL_OSPI_Init()
398 (hospi->Init.MaxTran << OCTOSPI_DCR3_MAXTRAN_Pos)); in HAL_OSPI_Init()
Dstm32u5xx_hal_xspi.c394 assert_param(IS_XSPI_MAXTRAN(hxspi->Init.MaxTran)); in HAL_XSPI_Init()
452 (hxspi->Init.MaxTran << OCTOSPI_DCR3_MAXTRAN_Pos)); in HAL_XSPI_Init()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_xspi.c365 assert_param(IS_XSPI_MAXTRAN(hxspi->Init.MaxTran)); in HAL_XSPI_Init()
416 (hxspi->Init.MaxTran << XSPI_DCR3_MAXTRAN_Pos)); in HAL_XSPI_Init()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_xspi.c364 assert_param(IS_XSPI_MAXTRAN(hxspi->Init.MaxTran)); in HAL_XSPI_Init()
414 (hxspi->Init.MaxTran << XSPI_DCR3_MAXTRAN_Pos)); in HAL_XSPI_Init()