Searched refs:RCC_APBENR1_FDCANEN (Results 1 – 4 of 4) sorted by relevance
1229 SET_BIT(RCC->APBENR1, RCC_APBENR1_FDCANEN); \1231 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_FDCANEN); \1426 #define __HAL_RCC_FDCAN_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_FDCANEN)1545 #define __HAL_RCC_FDCAN_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_FDCANEN) != 0U)1609 #define __HAL_RCC_FDCAN_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_FDCANEN) == 0U)
124 #define LL_APB1_GRP1_PERIPH_FDCAN RCC_APBENR1_FDCANEN
6826 #define RCC_APBENR1_FDCANEN RCC_APBENR1_FDCANEN_Msk macro
6578 #define RCC_APBENR1_FDCANEN RCC_APBENR1_FDCANEN_Msk macro