Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_rcc.h1312 #define __HAL_RCC_MSI_RANGE_CONFIG(_MSIRANGEVALUE_) (MODIFY_REG(RCC->ICSCR, \ argument
1313 RCC_ICSCR_MSIRANGE, (uint32_t)(_MSIRANGEVALUE_)))
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_rcc.h1508 #define __HAL_RCC_MSI_RANGE_CONFIG(_MSIRANGEVALUE_) (MODIFY_REG(RCC->ICSCR, \ argument
1509 RCC_ICSCR_MSIRANGE, (uint32_t)(_MSIRANGEVALUE_)))