Home
last modified time | relevance | path

Searched refs:RCC_APB1ENR1_LCDEN (Results 1 – 3 of 3) sorted by relevance

/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_bus.h198 #define LL_APB1_GRP1_PERIPH_LCD RCC_APB1ENR1_LCDEN
Dstm32l4xx_hal_rcc.h1114 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)
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h11219 #define RCC_APB1ENR1_LCDEN RCC_APB1ENR1_LCDEN_Msk macro