Home
last modified time | relevance | path

Searched refs:ClockMode (Results 1 – 25 of 26) sorted by relevance

12

/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_qspi.h65 …uint32_t ClockMode; /* Specifies the Clock Mode. It indicates the level that clock takes … member
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_qspi.h66 …uint32_t ClockMode; /* Specifies the Clock Mode. It indicates the level that clock takes … member
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_qspi.h65 …uint32_t ClockMode; /* Specifies the Clock Mode. It indicates the level that clock takes … member
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_qspi.h65 …uint32_t ClockMode; /* Specifies the Clock Mode. It indicates the level that clock takes … member
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_qspi.h65 …uint32_t ClockMode; /* Specifies the Clock Mode. It indicates the level that clock takes … member
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_qspi.h65 …uint32_t ClockMode; /* Specifies the Clock Mode. It indicates the level that clock takes … member
Dstm32h7xx_hal_ospi.h68 …uint32_t ClockMode; /*!< It indicates the level of clock when the chip select is r… member
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_qspi.h65 …uint32_t ClockMode; /* Specifies the Clock Mode. It indicates the level that clock takes … member
Dstm32l4xx_hal_ospi.h68 …uint32_t ClockMode; /*!< It indicates the level of clock when the chip select is r… member
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_qspi.c308 assert_param(IS_QSPI_CLOCK_MODE(hqspi->Init.ClockMode)); in HAL_QSPI_Init()
361 hqspi->Init.ChipSelectHighTime | hqspi->Init.ClockMode)); in HAL_QSPI_Init()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_qspi.c324 assert_param(IS_QSPI_CLOCK_MODE(hqspi->Init.ClockMode)); in HAL_QSPI_Init()
379 hqspi->Init.ChipSelectHighTime | hqspi->Init.ClockMode)); in HAL_QSPI_Init()
Dstm32h7xx_hal_ospi.c362 assert_param(IS_OSPI_CLOCK_MODE (hospi->Init.ClockMode)); in HAL_OSPI_Init()
412 hospi->Init.DelayBlockBypass | hospi->Init.ClockMode)); in HAL_OSPI_Init()
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_qspi.c310 assert_param(IS_QSPI_CLOCK_MODE(hqspi->Init.ClockMode)); in HAL_QSPI_Init()
369 hqspi->Init.ChipSelectHighTime | hqspi->Init.ClockMode)); in HAL_QSPI_Init()
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_qspi.c330 assert_param(IS_QSPI_CLOCK_MODE(hqspi->Init.ClockMode)); in HAL_QSPI_Init()
392 hqspi->Init.ChipSelectHighTime | hqspi->Init.ClockMode)); in HAL_QSPI_Init()
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_qspi.c309 assert_param(IS_QSPI_CLOCK_MODE(hqspi->Init.ClockMode)); in HAL_QSPI_Init()
368 hqspi->Init.ChipSelectHighTime | hqspi->Init.ClockMode)); in HAL_QSPI_Init()
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_qspi.c310 assert_param(IS_QSPI_CLOCK_MODE(hqspi->Init.ClockMode)); in HAL_QSPI_Init()
369 hqspi->Init.ChipSelectHighTime | hqspi->Init.ClockMode)); in HAL_QSPI_Init()
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_qspi.c309 assert_param(IS_QSPI_CLOCK_MODE(hqspi->Init.ClockMode)); in HAL_QSPI_Init()
376 hqspi->Init.ChipSelectHighTime | hqspi->Init.ClockMode)); in HAL_QSPI_Init()
Dstm32l4xx_hal_ospi.c339 assert_param(IS_OSPI_CLOCK_MODE (hospi->Init.ClockMode)); in HAL_OSPI_Init()
390 hospi->Init.DelayBlockBypass | hospi->Init.ClockMode)); in HAL_OSPI_Init()
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_ospi.h68 …uint32_t ClockMode; /*!< It indicates the level of clock when the chip select is r… member
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_ospi.c329 assert_param(IS_OSPI_CLOCK_MODE (hospi->Init.ClockMode)); in HAL_OSPI_Init()
378 hospi->Init.DelayBlockBypass | hospi->Init.ClockMode)); in HAL_OSPI_Init()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_ospi.h70 …uint32_t ClockMode; /*!< It indicates the level of clock when the chip select is r… member
Dstm32u5xx_hal_xspi.h70 …uint32_t ClockMode; /*!< It indicates the level of clock when the chip select is r… member
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_xspi.c342 assert_param(IS_XSPI_CLOCK_MODE(hxspi->Init.ClockMode)); in HAL_XSPI_Init()
391 … ((hxspi->Init.ChipSelectHighTimeCycle - 1U) << XSPI_DCR1_CSHT_Pos) | hxspi->Init.ClockMode)); in HAL_XSPI_Init()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_xspi.h69 …uint32_t ClockMode; /*!< It indicates the level of clock when the chip select is r… member
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ospi.c341 assert_param(IS_OSPI_CLOCK_MODE(hospi->Init.ClockMode)); in HAL_OSPI_Init()
391 hospi->Init.DelayBlockBypass | hospi->Init.ClockMode)); in HAL_OSPI_Init()

12