Home
last modified time | relevance | path

Searched refs:RCC_APB2ENR_DSIEN (Results 1 – 12 of 12) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc.h1582 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_DSIEN); \
1584 … tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_DSIEN); \
1631 #define __HAL_RCC_DSI_CLK_DISABLE() CLEAR_BIT(RCC->APB2ENR, RCC_APB2ENR_DSIEN)
2140 #define __HAL_RCC_DSI_IS_CLK_ENABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_DSIEN) != 0U)
2185 #define __HAL_RCC_DSI_IS_CLK_DISABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_DSIEN) == 0U)
Dstm32l4xx_ll_bus.h274 #define LL_APB2_GRP1_PERIPH_DSI RCC_APB2ENR_DSIEN
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc_ex.h1370 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_DSIEN);\
1372 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_DSIEN);\
1435 #define __HAL_RCC_DSI_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_DSIEN))
1690 #define __HAL_RCC_DSI_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_DSIEN)) != RESET)
1731 #define __HAL_RCC_DSI_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_DSIEN)) == RESET)
Dstm32f7xx_ll_bus.h226 #define LL_APB2_GRP1_PERIPH_DSI RCC_APB2ENR_DSIEN
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_bus.h327 #define LL_APB2_GRP1_PERIPH_DSI RCC_APB2ENR_DSIEN
Dstm32f4xx_hal_rcc_ex.h1612 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_DSIEN);\
1614 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_DSIEN);\
1618 #define __HAL_RCC_DSI_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_DSIEN))
1657 #define __HAL_RCC_DSI_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_DSIEN)) != RESET)
1658 #define __HAL_RCC_DSI_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_DSIEN)) == RESET)
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f469xx.h14232 #define RCC_APB2ENR_DSIEN RCC_APB2ENR_DSIEN_Msk macro
Dstm32f479xx.h14523 #define RCC_APB2ENR_DSIEN RCC_APB2ENR_DSIEN_Msk macro
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f779xx.h11917 #define RCC_APB2ENR_DSIEN RCC_APB2ENR_DSIEN_Msk macro
Dstm32f769xx.h11630 #define RCC_APB2ENR_DSIEN RCC_APB2ENR_DSIEN_Msk macro
/hal_stm32-latest/stm32cube/stm32l4xx/soc/
Dstm32l4r9xx.h16176 #define RCC_APB2ENR_DSIEN RCC_APB2ENR_DSIEN_Msk macro
Dstm32l4s9xx.h16517 #define RCC_APB2ENR_DSIEN RCC_APB2ENR_DSIEN_Msk macro