Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rcc_ex.c2308 void HAL_RCCEx_StandbyMSIRangeConfig(uint32_t MSIRange) in HAL_RCCEx_StandbyMSIRangeConfig() argument
2310 assert_param(IS_RCC_MSI_STANDBY_CLOCK_RANGE(MSIRange)); in HAL_RCCEx_StandbyMSIRangeConfig()
2312 __HAL_RCC_MSI_STANDBY_RANGE_CONFIG(MSIRange); in HAL_RCCEx_StandbyMSIRangeConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rcc_ex.h2406 void HAL_RCCEx_StandbyMSIRangeConfig(uint32_t MSIRange);