Home
last modified time | relevance | path

Searched refs:RCC_APB1ENR_CAN1EN (Results 1 – 21 of 21) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_rcc_ex.h1381 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_CAN1EN);\
1383 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_CAN1EN);\
1462 #define __HAL_RCC_CAN1_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_CAN1EN))
1491 #define __HAL_RCC_CAN1_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CAN1EN)) != RESET)
1510 #define __HAL_RCC_CAN1_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CAN1EN)) == RESET)
2389 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_CAN1EN);\
2391 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_CAN1EN);\
2456 #define __HAL_RCC_CAN1_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_CAN1EN))
2483 #define __HAL_RCC_CAN1_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CAN1EN)) != RESET)
2500 #define __HAL_RCC_CAN1_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CAN1EN)) == RESET)
[all …]
H A Dstm32f4xx_ll_bus.h247 #define LL_APB1_GRP1_PERIPH_CAN1 RCC_APB1ENR_CAN1EN
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_rcc_ex.h1381 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_CAN1EN);\
1383 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_CAN1EN);\
1462 #define __HAL_RCC_CAN1_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_CAN1EN))
1491 #define __HAL_RCC_CAN1_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CAN1EN)) != RESET)
1510 #define __HAL_RCC_CAN1_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CAN1EN)) == RESET)
2389 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_CAN1EN);\
2391 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_CAN1EN);\
2456 #define __HAL_RCC_CAN1_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_CAN1EN))
2483 #define __HAL_RCC_CAN1_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CAN1EN)) != RESET)
2500 #define __HAL_RCC_CAN1_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_CAN1EN)) == RESET)
[all …]
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Device/ST/STM32F4xx/Include/
H A Dstm32f412cx.h8791 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk macro
H A Dstm32f405xx.h9702 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk macro
H A Dstm32f415xx.h9981 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk macro
H A Dstm32f412zx.h9781 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk macro
H A Dstm32f407xx.h10023 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk macro
H A Dstm32f412vx.h9767 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk macro
H A Dstm32f413xx.h10057 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk macro
H A Dstm32f423xx.h10099 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk macro
H A Dstm32f412rx.h9757 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk macro
H A Dstm32f417xx.h10299 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk macro
H A Dstm32f446xx.h10645 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk macro
H A Dstm32f427xx.h10787 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk macro
H A Dstm32f437xx.h11080 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk macro
H A Dstm32f429xx.h11134 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk macro
H A Dstm32f439xx.h11422 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk macro
H A Dstm32f469xx.h14147 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk macro
H A Dstm32f479xx.h14438 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk macro
/btstack/port/stm32-f4discovery-cc256x/Drivers/CMSIS/Device/ST/STM32F4xx/Include/
H A Dstm32f407xx.h10039 #define RCC_APB1ENR_CAN1EN RCC_APB1ENR_CAN1EN_Msk macro