Searched refs:RCC_APB2ENR_DFSDM2EN (Results 1 – 4 of 4) sorted by relevance
333 #define LL_APB2_GRP1_PERIPH_DFSDM2 RCC_APB2ENR_DFSDM2EN
5321 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)
10187 #define RCC_APB2ENR_DFSDM2EN RCC_APB2ENR_DFSDM2EN_Msk macro
10145 #define RCC_APB2ENR_DFSDM2EN RCC_APB2ENR_DFSDM2EN_Msk macro