Home
last modified time | relevance | path

Searched refs:SampleShifting (Results 1 – 25 of 30) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_qspi.c306 assert_param(IS_QSPI_SSHIFT(hqspi->Init.SampleShifting)); in HAL_QSPI_Init()
366 hqspi->Init.SampleShifting | hqspi->Init.FlashID | hqspi->Init.DualFlash)); in HAL_QSPI_Init()
370 hqspi->Init.SampleShifting)); in HAL_QSPI_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_xspi.c345 assert_param(IS_XSPI_SAMPLE_SHIFTING(hxspi->Init.SampleShifting)); in HAL_XSPI_Init()
425 (hxspi->Init.SampleShifting | hxspi->Init.DelayHoldQuarterCycle)); in HAL_XSPI_Init()
3088 else if (hxspi->Init.SampleShifting == HAL_XSPI_SAMPLE_SHIFT_HALFCYCLE) in XSPI_ConfigCmd()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_xspi.c361 assert_param(IS_XSPI_SAMPLE_SHIFTING(hxspi->Init.SampleShifting)); in HAL_XSPI_Init()
449 (hxspi->Init.SampleShifting | hxspi->Init.DelayHoldQuarterCycle)); in HAL_XSPI_Init()
3294 else if (hxspi->Init.SampleShifting == HAL_XSPI_SAMPLE_SHIFT_HALFCYCLE) in XSPI_ConfigCmd()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_xspi.c360 assert_param(IS_XSPI_SAMPLE_SHIFTING(hxspi->Init.SampleShifting)); in HAL_XSPI_Init()
447 (hxspi->Init.SampleShifting | hxspi->Init.DelayHoldQuarterCycle)); in HAL_XSPI_Init()
3241 else if(hxspi->Init.SampleShifting == HAL_XSPI_SAMPLE_SHIFT_HALFCYCLE) in XSPI_ConfigCmd()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_xspi.c375 assert_param(IS_XSPI_SAMPLE_SHIFTING(hxspi->Init.SampleShifting)); in HAL_XSPI_Init()
487 (hxspi->Init.SampleShifting | hxspi->Init.DelayHoldQuarterCycle)); in HAL_XSPI_Init()
3699 else if (hxspi->Init.SampleShifting == HAL_XSPI_SAMPLE_SHIFT_HALFCYCLE) in XSPI_ConfigCmd()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_qspi.h54 …uint32_t SampleShifting; /* Specifies the Sample Shift. The data is sampled 1/2 clock cycle de… member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_qspi.h57 …uint32_t SampleShifting; /* Specifies the Sample Shift. The data is sampled 1/2 clock cycle de… member
Dstm32h7xx_hal_ospi.h75 …uint32_t SampleShifting; /*!< It allows to delay to 1/2 cycle the data sampling in order member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_qspi.h54 …uint32_t SampleShifting; /* Specifies the Sample Shift. The data is sampled 1/2 clock cycle de… member
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_qspi.h55 …uint32_t SampleShifting; /* Specifies the Sample Shift. The data is sampled 1/2 clock cycle de… member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_qspi.h54 …uint32_t SampleShifting; /* Specifies the Sample Shift. The data is sampled 1/2 clock cycle de… member
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_qspi.h54 …uint32_t SampleShifting; /* Specifies the Sample Shift. The data is sampled 1/2 clock cycle de… member
Dstm32l4xx_hal_ospi.h73 …uint32_t SampleShifting; /*!< It allows to delay to 1/2 cycle the data sampling in order member
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_qspi.h54 …uint32_t SampleShifting; /* Specifies the Sample Shift. The data is sampled 1/2 clock cycle de… member
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_qspi.c305 assert_param(IS_QSPI_SSHIFT(hqspi->Init.SampleShifting)); in HAL_QSPI_Init()
356 hqspi->Init.SampleShifting)); in HAL_QSPI_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_qspi.c321 assert_param(IS_QSPI_SSHIFT(hqspi->Init.SampleShifting)); in HAL_QSPI_Init()
374 hqspi->Init.SampleShifting | hqspi->Init.FlashID | hqspi->Init.DualFlash)); in HAL_QSPI_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_qspi.c307 assert_param(IS_QSPI_SSHIFT(hqspi->Init.SampleShifting)); in HAL_QSPI_Init()
364 hqspi->Init.SampleShifting | hqspi->Init.FlashID | hqspi->Init.DualFlash)); in HAL_QSPI_Init()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_qspi.c307 assert_param(IS_QSPI_SSHIFT(hqspi->Init.SampleShifting)); in HAL_QSPI_Init()
364 hqspi->Init.SampleShifting | hqspi->Init.FlashID | hqspi->Init.DualFlash)); in HAL_QSPI_Init()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_qspi.c327 assert_param(IS_QSPI_SSHIFT(hqspi->Init.SampleShifting)); in HAL_QSPI_Init()
387 hqspi->Init.SampleShifting | hqspi->Init.FlashID | hqspi->Init.DualFlash)); in HAL_QSPI_Init()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_qspi.c306 assert_param(IS_QSPI_SSHIFT(hqspi->Init.SampleShifting)); in HAL_QSPI_Init()
363 hqspi->Init.SampleShifting | hqspi->Init.FlashID | hqspi->Init.DualFlash)); in HAL_QSPI_Init()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_ospi.h75 …uint32_t SampleShifting; /*!< It allows to delay to 1/2 cycle the data sampling in order member
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_ospi.c332 assert_param(IS_OSPI_SAMPLE_SHIFTING(hospi->Init.SampleShifting)); in HAL_OSPI_Init()
406 (hospi->Init.SampleShifting | hospi->Init.DelayHoldQuarterCycle)); in HAL_OSPI_Init()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_ospi.h77 …uint32_t SampleShifting; /*!< It allows to delay to 1/2 cycle the data sampling in order member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_xspi.h76 …uint32_t SampleShifting; /*!< It allows to delay to 1/2 cycle the data sampling in order member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_xspi.h74 …uint32_t SampleShifting; /*!< It allows to delay to 1/2 cycle the data sampling in order member

12