Searched refs:RCC_APB1LENR_CRSEN (Results 1 – 2 of 2) sorted by relevance
1424 SET_BIT(RCC->APB1LENR, RCC_APB1LENR_CRSEN); \1426 … tmpreg = READ_BIT(RCC->APB1LENR, RCC_APB1LENR_CRSEN); \1615 #define __HAL_RCC_CRS_CLK_DISABLE() CLEAR_BIT(RCC->APB1LENR, RCC_APB1LENR_CRSEN)2413 #define __HAL_RCC_CRS_IS_CLK_ENABLED() (READ_BIT(RCC->APB1LENR, RCC_APB1LENR_CRSEN) != 0U)2523 #define __HAL_RCC_CRS_IS_CLK_DISABLED() (READ_BIT(RCC->APB1LENR, RCC_APB1LENR_CRSEN) == 0U)
16670 #define RCC_APB1LENR_CRSEN RCC_APB1LENR_CRSEN_Msk macro