Searched refs:RCC_APB1ENR1_LCDEN (Results 1 – 3 of 3) sorted by relevance
198 #define LL_APB1_GRP1_PERIPH_LCD RCC_APB1ENR1_LCDEN
1114 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_LCDEN); \1116 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_LCDEN); \1355 #define __HAL_RCC_LCD_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_LCDEN);1851 #define __HAL_RCC_LCD_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_LCDEN) != 0U)1950 #define __HAL_RCC_LCD_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_LCDEN) == 0U)
11219 #define RCC_APB1ENR1_LCDEN RCC_APB1ENR1_LCDEN_Msk macro