Home
last modified time | relevance | path

Searched refs:RCC_APB1LENR_CRSEN (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc.h1416 SET_BIT(RCC->APB1LENR, RCC_APB1LENR_CRSEN); \
1418 … tmpreg = READ_BIT(RCC->APB1LENR, RCC_APB1LENR_CRSEN); \
1596 #define __HAL_RCC_CRS_CLK_DISABLE() CLEAR_BIT(RCC->APB1LENR, RCC_APB1LENR_CRSEN)
2397 #define __HAL_RCC_CRS_IS_CLK_ENABLED() (READ_BIT(RCC->APB1LENR, RCC_APB1LENR_CRSEN) != 0U)
2503 #define __HAL_RCC_CRS_IS_CLK_DISABLED() (READ_BIT(RCC->APB1LENR, RCC_APB1LENR_CRSEN) == 0U)
Dstm32h5xx_ll_bus.h248 #define LL_APB1_GRP1_PERIPH_CRS RCC_APB1LENR_CRSEN
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h8999 #define RCC_APB1LENR_CRSEN RCC_APB1LENR_CRSEN_Msk macro
Dstm32h523xx.h13340 #define RCC_APB1LENR_CRSEN RCC_APB1LENR_CRSEN_Msk macro
Dstm32h562xx.h14110 #define RCC_APB1LENR_CRSEN RCC_APB1LENR_CRSEN_Msk macro
Dstm32h533xx.h13877 #define RCC_APB1LENR_CRSEN RCC_APB1LENR_CRSEN_Msk macro
Dstm32h573xx.h16737 #define RCC_APB1LENR_CRSEN RCC_APB1LENR_CRSEN_Msk macro
Dstm32h563xx.h16200 #define RCC_APB1LENR_CRSEN RCC_APB1LENR_CRSEN_Msk macro