Home
last modified time | relevance | path

Searched refs:CLKSource (Results 1 – 6 of 6) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_cortex.c295 void HAL_SYSTICK_CLKSourceConfig(uint32_t CLKSource) in HAL_SYSTICK_CLKSourceConfig() argument
298 assert_param(IS_SYSTICK_CLK_SOURCE(CLKSource)); in HAL_SYSTICK_CLKSourceConfig()
299 if (CLKSource == SYSTICK_CLKSOURCE_HCLK) in HAL_SYSTICK_CLKSourceConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_cortex.c478 void HAL_SYSTICK_CLKSourceConfig(uint32_t CLKSource) in HAL_SYSTICK_CLKSourceConfig() argument
481 assert_param(IS_SYSTICK_CLK_SOURCE(CLKSource)); in HAL_SYSTICK_CLKSourceConfig()
482 if (CLKSource == SYSTICK_CLKSOURCE_HCLK) in HAL_SYSTICK_CLKSourceConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_cortex.c401 void HAL_SYSTICK_CLKSourceConfig(uint32_t CLKSource) in HAL_SYSTICK_CLKSourceConfig() argument
404 assert_param(IS_SYSTICK_CLK_SOURCE(CLKSource)); in HAL_SYSTICK_CLKSourceConfig()
405 if (CLKSource == SYSTICK_CLKSOURCE_HCLK) in HAL_SYSTICK_CLKSourceConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_cortex.h312 void HAL_SYSTICK_CLKSourceConfig(uint32_t CLKSource);
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_cortex.h427 void HAL_SYSTICK_CLKSourceConfig(uint32_t CLKSource);
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_cortex.h305 void HAL_SYSTICK_CLKSourceConfig(uint32_t CLKSource);