Home
last modified time | relevance | path

Searched refs:FreeRunningClock (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_ospi.h83 uint32_t FreeRunningClock; /* It enables or not the free running clock. member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_ospi.c332 assert_param(IS_OSPI_FREE_RUN_CLK (hospi->Init.FreeRunningClock)); in HAL_OSPI_Init()
380 … ((hospi->Init.ChipSelectHighTime - 1U) << OCTOSPI_DCR1_CSHT_Pos) | hospi->Init.FreeRunningClock | in HAL_OSPI_Init()