Home
last modified time | relevance | path

Searched refs:RCC_ICSCR_MSIRANGE (Results 1 – 20 of 20) sorted by relevance

/loramac-node-3.7.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dsystem_stm32l0xx.c230 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13U; in SystemCoreClockUpdate()
260 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13U; in SystemCoreClockUpdate()
Dstm32l072xx.h3744 #define RCC_ICSCR_MSIRANGE RCC_ICSCR_MSIRANGE_Msk /*!< Internal Multi … macro
/loramac-node-3.7.0/src/boards/SKiM881AXL/cmsis/
Dsystem_stm32l0xx.c230 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13U; in SystemCoreClockUpdate()
260 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13U; in SystemCoreClockUpdate()
Dstm32l081xx.h3485 #define RCC_ICSCR_MSIRANGE RCC_ICSCR_MSIRANGE_Msk /*!< Internal Multi … macro
/loramac-node-3.7.0/src/boards/NucleoL073/cmsis/
Dsystem_stm32l0xx.c230 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13U; in SystemCoreClockUpdate()
260 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13U; in SystemCoreClockUpdate()
Dstm32l073xx.h3886 #define RCC_ICSCR_MSIRANGE RCC_ICSCR_MSIRANGE_Msk /*!< Internal Multi … macro
/loramac-node-3.7.0/src/boards/NucleoL152/cmsis/
Dsystem_stm32l1xx.c237 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13; in SystemCoreClockUpdate()
267 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13; in SystemCoreClockUpdate()
Dstm32l152xe.h4241 #define RCC_ICSCR_MSIRANGE RCC_ICSCR_MSIRANGE_Msk /*!< Internal Multi … macro
/loramac-node-3.7.0/src/boards/NAMote72/cmsis/
Dsystem_stm32l1xx.c237 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13; in SystemCoreClockUpdate()
267 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13; in SystemCoreClockUpdate()
Dstm32l152xc.h4171 #define RCC_ICSCR_MSIRANGE RCC_ICSCR_MSIRANGE_Msk /*!< Internal Multi … macro
/loramac-node-3.7.0/src/boards/SKiM880B/cmsis/
Dsystem_stm32l1xx.c237 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13; in SystemCoreClockUpdate()
267 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13; in SystemCoreClockUpdate()
Dstm32l151xba.h3778 #define RCC_ICSCR_MSIRANGE RCC_ICSCR_MSIRANGE_Msk /*!< Internal Multi … macro
/loramac-node-3.7.0/src/boards/SKiM980A/cmsis/
Dsystem_stm32l1xx.c237 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13; in SystemCoreClockUpdate()
267 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13; in SystemCoreClockUpdate()
Dstm32l151xba.h3778 #define RCC_ICSCR_MSIRANGE RCC_ICSCR_MSIRANGE_Msk /*!< Internal Multi … macro
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_rcc.c105 #define RCC_ICSCR_MSIRANGE_BITNUMBER POSITION_VAL(RCC_ICSCR_MSIRANGE)
273 …MODIFY_REG(RCC->ICSCR, (RCC_ICSCR_MSIRANGE | RCC_ICSCR_MSITRIM), ((0U << RCC_ICSCR_MSITRIM_BITNUMB… in HAL_RCC_DeInit()
1067 msiclkrange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE ) >> RCC_ICSCR_MSIRANGE_BITNUMBER; in HAL_RCC_GetSysClockFreq()
1167 RCC_OscInitStruct->MSIClockRange = (uint32_t)((RCC->ICSCR & RCC_ICSCR_MSIRANGE)); in HAL_RCC_GetOscConfig()
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_rcc.c304 …MODIFY_REG(RCC->ICSCR, (RCC_ICSCR_MSIRANGE | RCC_ICSCR_MSITRIM), (((uint32_t)0 << RCC_ICSCR_MSITRI… in HAL_RCC_DeInit()
1207 msiclkrange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE ) >> RCC_ICSCR_MSIRANGE_BITNUMBER; in HAL_RCC_GetSysClockFreq()
1310 RCC_OscInitStruct->MSIClockRange = (uint32_t)((RCC->ICSCR & RCC_ICSCR_MSIRANGE)); in HAL_RCC_GetOscConfig()
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_rcc.h66 #define RCC_POSITION_MSIRANGE (uint32_t)POSITION_VAL(RCC_ICSCR_MSIRANGE) /*!< field position in r…
873 MODIFY_REG(RCC->ICSCR, RCC_ICSCR_MSIRANGE, Range); in LL_RCC_MSI_SetRange()
890 return (uint32_t)(READ_BIT(RCC->ICSCR, RCC_ICSCR_MSIRANGE)); in LL_RCC_MSI_GetRange()
Dstm32l1xx_hal_rcc.h1527 RCC_ICSCR_MSIRANGE, (uint32_t)(_MSIRANGEVALUE_)))
1540 #define __HAL_RCC_GET_MSI_RANGE() (uint32_t)(READ_BIT(RCC->ICSCR, RCC_ICSCR_MSIRANGE))
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_rcc.h1233 MODIFY_REG(RCC->ICSCR, RCC_ICSCR_MSIRANGE, Range); in LL_RCC_MSI_SetRange()
1250 return (uint32_t)(READ_BIT(RCC->ICSCR, RCC_ICSCR_MSIRANGE)); in LL_RCC_MSI_GetRange()
Dstm32l0xx_hal_rcc.h1327 RCC_ICSCR_MSIRANGE, (uint32_t)(_MSIRANGEVALUE_)))
1340 #define __HAL_RCC_GET_MSI_RANGE() (uint32_t)(READ_BIT(RCC->ICSCR, RCC_ICSCR_MSIRANGE))