Home
last modified time | relevance | path

Searched refs:ChipSelectHighTime (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_ospi.h64 …uint32_t ChipSelectHighTime; /*!< It defines the minimum number of clocks which the chip se… member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_ospi.h66 …uint32_t ChipSelectHighTime; /*!< It defines the minimum number of clocks which the chip se… member
/trusted-firmware-m-latest/platform/ext/target/stm/stm32l562e_dk/src/
Dstm32l562e_discovery_ospi.c268 hospi->Init.ChipSelectHighTime = 2; in MX_OSPI_NOR_Init()
/trusted-firmware-m-latest/platform/ext/target/stm/b_u585i_iot02a/src/
Db_u585i_iot02a_ospi.c296 hospi->Init.ChipSelectHighTime = 2; in MX_OSPI_NOR_Init()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_ospi.c326 assert_param(IS_OSPI_CS_HIGH_TIME (hospi->Init.ChipSelectHighTime)); in HAL_OSPI_Init()
375 ((hospi->Init.ChipSelectHighTime - 1U) << OCTOSPI_DCR1_CSHT_Pos) | in HAL_OSPI_Init()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_ospi.c336 assert_param(IS_OSPI_CS_HIGH_TIME(hospi->Init.ChipSelectHighTime)); in HAL_OSPI_Init()
387 ((hospi->Init.ChipSelectHighTime - 1U) << OCTOSPI_DCR1_CSHT_Pos) | in HAL_OSPI_Init()