/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_rcc_ex.h | 1386 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_CAN2EN);\ 1388 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_CAN2EN);\ 1461 #define __HAL_RCC_CAN2_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_CAN2EN)) 1490 #define __HAL_RCC_CAN2_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CAN2EN)) != RESET) 1509 #define __HAL_RCC_CAN2_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CAN2EN)) == RESET) 2415 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_CAN2EN);\ 2417 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_CAN2EN);\ 2476 #define __HAL_RCC_CAN2_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_CAN2EN)) 2503 #define __HAL_RCC_CAN2_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CAN2EN)) != RESET) 2520 #define __HAL_RCC_CAN2_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CAN2EN)) == RESET) [all …]
|
D | stm32f4xx_ll_bus.h | 248 #define LL_APB1_GRP1_PERIPH_CAN2 RCC_APB1ENR_CAN2EN
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_rcc_ex.h | 1020 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_CAN2EN);\ 1022 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_CAN2EN);\ 1026 #define __HAL_RCC_CAN2_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_CAN2EN)) 1136 #define __HAL_RCC_CAN2_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CAN2EN)) != RESET) 1137 #define __HAL_RCC_CAN2_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CAN2EN)) == RESET)
|
D | stm32f1xx_ll_bus.h | 110 #define LL_APB1_GRP1_PERIPH_CAN2 RCC_APB1ENR_CAN2EN
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_rcc.h | 796 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_CAN2EN);\ 798 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_CAN2EN);\ 837 #define __HAL_RCC_CAN2_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_CAN2EN)) 871 #define __HAL_RCC_CAN2_IS_CLK_ENABLED() ((RCC->APB1ENR &(RCC_APB1ENR_CAN2EN))!= RESET) 895 #define __HAL_RCC_CAN2_IS_CLK_DISABLED() ((RCC->APB1ENR &(RCC_APB1ENR_CAN2EN))== RESET)
|
D | stm32f2xx_ll_bus.h | 150 #define LL_APB1_GRP1_PERIPH_CAN2 RCC_APB1ENR_CAN2EN
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_rcc_ex.h | 1145 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_CAN2EN);\ 1147 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_CAN2EN);\ 1197 #define __HAL_RCC_CAN2_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_CAN2EN)) 1640 #define __HAL_RCC_CAN2_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CAN2EN)) != RESET) 1645 #define __HAL_RCC_CAN2_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CAN2EN)) == RESET)
|
D | stm32f7xx_ll_bus.h | 176 #define LL_APB1_GRP1_PERIPH_CAN2 RCC_APB1ENR_CAN2EN
|
/hal_stm32-latest/stm32cube/stm32f2xx/soc/ |
D | stm32f215xx.h | 9559 #define RCC_APB1ENR_CAN2EN RCC_APB1ENR_CAN2EN_Msk macro
|
D | stm32f205xx.h | 9310 #define RCC_APB1ENR_CAN2EN RCC_APB1ENR_CAN2EN_Msk macro
|
D | stm32f207xx.h | 9630 #define RCC_APB1ENR_CAN2EN RCC_APB1ENR_CAN2EN_Msk macro
|
D | stm32f217xx.h | 9879 #define RCC_APB1ENR_CAN2EN RCC_APB1ENR_CAN2EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | stm32f405xx.h | 9716 #define RCC_APB1ENR_CAN2EN RCC_APB1ENR_CAN2EN_Msk macro
|
D | stm32f412cx.h | 8817 #define RCC_APB1ENR_CAN2EN RCC_APB1ENR_CAN2EN_Msk macro
|
D | stm32f415xx.h | 9995 #define RCC_APB1ENR_CAN2EN RCC_APB1ENR_CAN2EN_Msk macro
|
D | stm32f423xx.h | 10113 #define RCC_APB1ENR_CAN2EN RCC_APB1ENR_CAN2EN_Msk macro
|
D | stm32f407xx.h | 10037 #define RCC_APB1ENR_CAN2EN RCC_APB1ENR_CAN2EN_Msk macro
|
D | stm32f412zx.h | 9795 #define RCC_APB1ENR_CAN2EN RCC_APB1ENR_CAN2EN_Msk macro
|
D | stm32f412rx.h | 9771 #define RCC_APB1ENR_CAN2EN RCC_APB1ENR_CAN2EN_Msk macro
|
D | stm32f412vx.h | 9779 #define RCC_APB1ENR_CAN2EN RCC_APB1ENR_CAN2EN_Msk macro
|
D | stm32f413xx.h | 10071 #define RCC_APB1ENR_CAN2EN RCC_APB1ENR_CAN2EN_Msk macro
|
D | stm32f427xx.h | 10801 #define RCC_APB1ENR_CAN2EN RCC_APB1ENR_CAN2EN_Msk macro
|
D | stm32f446xx.h | 10659 #define RCC_APB1ENR_CAN2EN RCC_APB1ENR_CAN2EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32f1xx/soc/ |
D | stm32f105xc.h | 1788 #define RCC_APB1ENR_CAN2EN RCC_APB1ENR_CAN2EN_Msk /*!< CAN2 clock enab… macro
|
D | stm32f107xc.h | 1877 #define RCC_APB1ENR_CAN2EN RCC_APB1ENR_CAN2EN_Msk /*!< CAN2 clock enab… macro
|