/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_rcc_ex.h | 1379 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_CAN1EN);\ 1381 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_CAN1EN);\ 1460 #define __HAL_RCC_CAN1_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_CAN1EN)) 1489 #define __HAL_RCC_CAN1_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CAN1EN)) != RESET) 1508 #define __HAL_RCC_CAN1_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CAN1EN)) == RESET) 2408 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_CAN1EN);\ 2410 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_CAN1EN);\ 2475 #define __HAL_RCC_CAN1_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_CAN1EN)) 2502 #define __HAL_RCC_CAN1_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CAN1EN)) != RESET) 2519 #define __HAL_RCC_CAN1_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CAN1EN)) == RESET) [all …]
|
D | stm32f4xx_ll_bus.h | 245 #define LL_APB1_GRP1_PERIPH_CAN1 RCC_APB1ENR_CAN1EN
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_rcc_ex.h | 781 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_CAN1EN);\ 783 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_CAN1EN);\ 787 #define __HAL_RCC_CAN1_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_CAN1EN)) 1073 #define __HAL_RCC_CAN1_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CAN1EN)) != RESET) 1074 #define __HAL_RCC_CAN1_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CAN1EN)) == RESET)
|
D | stm32f1xx_ll_bus.h | 107 #define LL_APB1_GRP1_PERIPH_CAN1 RCC_APB1ENR_CAN1EN
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_rcc.h | 789 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_CAN1EN);\ 791 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_CAN1EN);\ 836 #define __HAL_RCC_CAN1_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_CAN1EN)) 870 #define __HAL_RCC_CAN1_IS_CLK_ENABLED() ((RCC->APB1ENR &(RCC_APB1ENR_CAN1EN))!= RESET) 894 #define __HAL_RCC_CAN1_IS_CLK_DISABLED() ((RCC->APB1ENR &(RCC_APB1ENR_CAN1EN))== RESET)
|
D | stm32f2xx_ll_bus.h | 149 #define LL_APB1_GRP1_PERIPH_CAN1 RCC_APB1ENR_CAN1EN
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_rcc_ex.h | 1094 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_CAN1EN);\ 1096 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_CAN1EN);\ 1188 #define __HAL_RCC_CAN1_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_CAN1EN)) 1605 #define __HAL_RCC_CAN1_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CAN1EN)) != RESET) 1632 #define __HAL_RCC_CAN1_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CAN1EN)) == RESET)
|
D | stm32f7xx_ll_bus.h | 174 #define LL_APB1_GRP1_PERIPH_CAN1 RCC_APB1ENR_CAN1EN
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_rcc_ex.h | 1646 #define __HAL_RCC_CAN1_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CAN1EN)) != RESET) 1647 #define __HAL_RCC_CAN1_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CAN1EN)) == RESET)
|
/hal_stm32-latest/stm32cube/stm32f1xx/soc/ |
D | stm32f103x6.h | 1305 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk /*!< CAN1 clock enab… macro
|
D | stm32f103xb.h | 1338 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk /*!< CAN1 clock enab… macro
|
D | stm32f103xe.h | 1761 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk /*!< CAN1 clock enab… macro
|
D | stm32f103xg.h | 1807 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk /*!< CAN1 clock enab… macro
|
D | stm32f105xc.h | 1742 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk /*!< CAN1 clock enab… macro
|
/hal_stm32-latest/stm32cube/stm32f2xx/soc/ |
D | stm32f215xx.h | 9556 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk macro
|
D | stm32f205xx.h | 9307 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk macro
|
D | stm32f207xx.h | 9627 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | stm32f405xx.h | 9713 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk macro
|
D | stm32f412cx.h | 8814 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk macro
|
D | stm32f415xx.h | 9992 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk macro
|
D | stm32f423xx.h | 10110 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk macro
|
D | stm32f407xx.h | 10034 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk macro
|
D | stm32f412zx.h | 9792 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32f7xx/soc/ |
D | stm32f723xx.h | 9713 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk macro
|
D | stm32f722xx.h | 9694 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk macro
|