Searched refs:RCC_APBENR1_LCDEN (Results 1 – 4 of 4) sorted by relevance
897 SET_BIT(RCC->APBENR1, RCC_APBENR1_LCDEN); \899 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_LCDEN); \1084 #define __HAL_RCC_LCD_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_LCDEN)1293 #define __HAL_RCC_LCD_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_LCDEN) != 0U)1355 #define __HAL_RCC_LCD_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_LCDEN) == 0U)
107 #define LL_APB1_GRP1_PERIPH_LCD RCC_APBENR1_LCDEN
6197 #define RCC_APBENR1_LCDEN RCC_APBENR1_LCDEN_Msk macro
5933 #define RCC_APBENR1_LCDEN RCC_APBENR1_LCDEN_Msk macro