Home
last modified time | relevance | path

Searched refs:RCC_APB2ENR_DFSDM2EN (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_bus.h333 #define LL_APB2_GRP1_PERIPH_DFSDM2 RCC_APB2ENR_DFSDM2EN
Dstm32f4xx_hal_rcc_ex.h5321 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_DFSDM2EN);\
5323 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_DFSDM2EN);\
5343 #define __HAL_RCC_DFSDM2_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_DFSDM2EN))
5371 #define __HAL_RCC_DFSDM2_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_DFSDM2EN)) != RESET)
5389 #define __HAL_RCC_DFSDM2_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_DFSDM2EN)) == RESET)
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f423xx.h10187 #define RCC_APB2ENR_DFSDM2EN RCC_APB2ENR_DFSDM2EN_Msk macro
Dstm32f413xx.h10145 #define RCC_APB2ENR_DFSDM2EN RCC_APB2ENR_DFSDM2EN_Msk macro