Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rcc.h1229 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)
Dstm32g0xx_ll_bus.h124 #define LL_APB1_GRP1_PERIPH_FDCAN RCC_APBENR1_FDCANEN
/hal_stm32-latest/stm32cube/stm32g0xx/soc/
Dstm32g0c1xx.h6826 #define RCC_APBENR1_FDCANEN RCC_APBENR1_FDCANEN_Msk macro
Dstm32g0b1xx.h6578 #define RCC_APBENR1_FDCANEN RCC_APBENR1_FDCANEN_Msk macro