Searched refs:RCC_ICSCR_MSIRANGE (Results 1 – 20 of 20) sorted by relevance
/loramac-node-3.7.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | system_stm32l0xx.c | 230 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13U; in SystemCoreClockUpdate() 260 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13U; in SystemCoreClockUpdate()
|
D | stm32l072xx.h | 3744 #define RCC_ICSCR_MSIRANGE RCC_ICSCR_MSIRANGE_Msk /*!< Internal Multi … macro
|
/loramac-node-3.7.0/src/boards/SKiM881AXL/cmsis/ |
D | system_stm32l0xx.c | 230 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13U; in SystemCoreClockUpdate() 260 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13U; in SystemCoreClockUpdate()
|
D | stm32l081xx.h | 3485 #define RCC_ICSCR_MSIRANGE RCC_ICSCR_MSIRANGE_Msk /*!< Internal Multi … macro
|
/loramac-node-3.7.0/src/boards/NucleoL073/cmsis/ |
D | system_stm32l0xx.c | 230 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13U; in SystemCoreClockUpdate() 260 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13U; in SystemCoreClockUpdate()
|
D | stm32l073xx.h | 3886 #define RCC_ICSCR_MSIRANGE RCC_ICSCR_MSIRANGE_Msk /*!< Internal Multi … macro
|
/loramac-node-3.7.0/src/boards/NucleoL152/cmsis/ |
D | system_stm32l1xx.c | 237 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13; in SystemCoreClockUpdate() 267 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13; in SystemCoreClockUpdate()
|
D | stm32l152xe.h | 4241 #define RCC_ICSCR_MSIRANGE RCC_ICSCR_MSIRANGE_Msk /*!< Internal Multi … macro
|
/loramac-node-3.7.0/src/boards/NAMote72/cmsis/ |
D | system_stm32l1xx.c | 237 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13; in SystemCoreClockUpdate() 267 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13; in SystemCoreClockUpdate()
|
D | stm32l152xc.h | 4171 #define RCC_ICSCR_MSIRANGE RCC_ICSCR_MSIRANGE_Msk /*!< Internal Multi … macro
|
/loramac-node-3.7.0/src/boards/SKiM880B/cmsis/ |
D | system_stm32l1xx.c | 237 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13; in SystemCoreClockUpdate() 267 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13; in SystemCoreClockUpdate()
|
D | stm32l151xba.h | 3778 #define RCC_ICSCR_MSIRANGE RCC_ICSCR_MSIRANGE_Msk /*!< Internal Multi … macro
|
/loramac-node-3.7.0/src/boards/SKiM980A/cmsis/ |
D | system_stm32l1xx.c | 237 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13; in SystemCoreClockUpdate() 267 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13; in SystemCoreClockUpdate()
|
D | stm32l151xba.h | 3778 #define RCC_ICSCR_MSIRANGE RCC_ICSCR_MSIRANGE_Msk /*!< Internal Multi … macro
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_hal_rcc.c | 105 #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/ |
D | stm32l0xx_hal_rcc.c | 304 …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/ |
D | stm32l1xx_ll_rcc.h | 66 #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()
|
D | stm32l1xx_hal_rcc.h | 1527 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/ |
D | stm32l0xx_ll_rcc.h | 1233 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()
|
D | stm32l0xx_hal_rcc.h | 1327 RCC_ICSCR_MSIRANGE, (uint32_t)(_MSIRANGEVALUE_))) 1340 #define __HAL_RCC_GET_MSI_RANGE() (uint32_t)(READ_BIT(RCC->ICSCR, RCC_ICSCR_MSIRANGE))
|