Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_qspi.h71 …uint32_t SampleShifting; /* Specifies the Sample Shift. The data is sampled 1/2 clock cycle de… member
Dstm32l4xx_hal_ospi.h92 uint32_t SampleShifting; /* It allows to delay to 1/2 cycle the data sampling in order member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_qspi.c322 assert_param(IS_QSPI_SSHIFT(hqspi->Init.SampleShifting)); in HAL_QSPI_Init()
385 hqspi->Init.SampleShifting | hqspi->Init.FlashID | hqspi->Init.DualFlash)); in HAL_QSPI_Init()
389 hqspi->Init.SampleShifting)); in HAL_QSPI_Init()
Dstm32l4xx_hal_ospi.c336 assert_param(IS_OSPI_SAMPLE_SHIFTING(hospi->Init.SampleShifting)); in HAL_OSPI_Init()
405 …Instance->TCR, (OCTOSPI_TCR_SSHIFT | OCTOSPI_TCR_DHQC), (hospi->Init.SampleShifting | hospi->Init.… in HAL_OSPI_Init()