Searched refs:RCC_APB2ENR_FWEN (Results 1 – 3 of 3) sorted by relevance
1406 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_FWEN); \1408 … tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_FWEN); \1975 #define __HAL_RCC_FIREWALL_IS_CLK_ENABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_FWEN) != RESET)
11282 #define RCC_APB2ENR_FWEN RCC_APB2ENR_FWEN_Msk macro