Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_qspi.h82 …uint32_t ClockMode; /* Specifies the Clock Mode. It indicates the level that clock takes … member
Dstm32l4xx_hal_ospi.h85 …uint32_t ClockMode; /* It indicates the level of clock when the chip select is rel… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_qspi.c325 assert_param(IS_QSPI_CLOCK_MODE(hqspi->Init.ClockMode)); in HAL_QSPI_Init()
395 hqspi->Init.ChipSelectHighTime | hqspi->Init.ClockMode)); in HAL_QSPI_Init()
Dstm32l4xx_hal_ospi.c333 assert_param(IS_OSPI_CLOCK_MODE (hospi->Init.ClockMode)); in HAL_OSPI_Init()
381 hospi->Init.ClockMode)); in HAL_OSPI_Init()