/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_rcc.h | 1572 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_LTDCEN); \ 1574 … tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_LTDCEN); \ 1627 #define __HAL_RCC_LTDC_CLK_DISABLE() CLEAR_BIT(RCC->APB2ENR, RCC_APB2ENR_LTDCEN) 2136 #define __HAL_RCC_LTDC_IS_CLK_ENABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_LTDCEN) != 0U) 2181 #define __HAL_RCC_LTDC_IS_CLK_DISABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_LTDCEN) == 0U)
|
D | stm32l4xx_ll_bus.h | 271 #define LL_APB2_GRP1_PERIPH_LTDC RCC_APB2ENR_LTDCEN
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_rcc_ex.h | 1360 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_LTDCEN);\ 1362 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_LTDCEN);\ 1432 #define __HAL_RCC_LTDC_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_LTDCEN)) 1687 #define __HAL_RCC_LTDC_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_LTDCEN)) != RESET) 1728 #define __HAL_RCC_LTDC_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_LTDCEN)) == RESET)
|
D | stm32f7xx_ll_bus.h | 223 #define LL_APB2_GRP1_PERIPH_LTDC RCC_APB2ENR_LTDCEN
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rcc.h | 1804 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_LTDCEN); \ 1806 … tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_LTDCEN); \ 1850 #define __HAL_RCC_LTDC_CLK_DISABLE() CLEAR_BIT(RCC->APB2ENR, RCC_APB2ENR_LTDCEN) 2492 #define __HAL_RCC_LTDC_IS_CLK_ENABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_LTDCEN) != 0U) 2528 #define __HAL_RCC_LTDC_IS_CLK_DISABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_LTDCEN) == 0U)
|
D | stm32u5xx_ll_bus.h | 282 #define LL_APB2_GRP1_PERIPH_LTDC RCC_APB2ENR_LTDCEN
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_bus.h | 324 #define LL_APB2_GRP1_PERIPH_LTDC RCC_APB2ENR_LTDCEN
|
D | stm32f4xx_hal_rcc_ex.h | 1600 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_LTDCEN);\ 1602 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_LTDCEN);\ 1606 #define __HAL_RCC_LTDC_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_LTDCEN)) 1652 #define __HAL_RCC_LTDC_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_LTDCEN)) != RESET) 1653 #define __HAL_RCC_LTDC_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_LTDCEN)) == RESET)
|
/hal_stm32-latest/stm32cube/stm32f7xx/soc/ |
D | stm32f750xx.h | 11251 #define RCC_APB2ENR_LTDCEN RCC_APB2ENR_LTDCEN_Msk macro
|
D | stm32f756xx.h | 11251 #define RCC_APB2ENR_LTDCEN RCC_APB2ENR_LTDCEN_Msk macro
|
D | stm32f746xx.h | 10964 #define RCC_APB2ENR_LTDCEN RCC_APB2ENR_LTDCEN_Msk macro
|
D | stm32f777xx.h | 11828 #define RCC_APB2ENR_LTDCEN RCC_APB2ENR_LTDCEN_Msk macro
|
D | stm32f767xx.h | 11541 #define RCC_APB2ENR_LTDCEN RCC_APB2ENR_LTDCEN_Msk macro
|
D | stm32f779xx.h | 11914 #define RCC_APB2ENR_LTDCEN RCC_APB2ENR_LTDCEN_Msk macro
|
D | stm32f769xx.h | 11627 #define RCC_APB2ENR_LTDCEN RCC_APB2ENR_LTDCEN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | stm32f429xx.h | 11216 #define RCC_APB2ENR_LTDCEN RCC_APB2ENR_LTDCEN_Msk macro
|
D | stm32f439xx.h | 11504 #define RCC_APB2ENR_LTDCEN RCC_APB2ENR_LTDCEN_Msk macro
|
D | stm32f469xx.h | 14229 #define RCC_APB2ENR_LTDCEN RCC_APB2ENR_LTDCEN_Msk macro
|
D | stm32f479xx.h | 14520 #define RCC_APB2ENR_LTDCEN RCC_APB2ENR_LTDCEN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32l4xx/soc/ |
D | stm32l4r7xx.h | 13051 #define RCC_APB2ENR_LTDCEN RCC_APB2ENR_LTDCEN_Msk macro
|
D | stm32l4s7xx.h | 13392 #define RCC_APB2ENR_LTDCEN RCC_APB2ENR_LTDCEN_Msk macro
|
D | stm32l4p5xx.h | 13358 #define RCC_APB2ENR_LTDCEN RCC_APB2ENR_LTDCEN_Msk macro
|
D | stm32l4q5xx.h | 13863 #define RCC_APB2ENR_LTDCEN RCC_APB2ENR_LTDCEN_Msk macro
|
D | stm32l4r9xx.h | 16173 #define RCC_APB2ENR_LTDCEN RCC_APB2ENR_LTDCEN_Msk macro
|
D | stm32l4s9xx.h | 16514 #define RCC_APB2ENR_LTDCEN RCC_APB2ENR_LTDCEN_Msk macro
|