Searched refs:RCC_APBENR1_SPI2EN (Results 1 – 22 of 22) sorted by relevance
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_rcc.h | 843 SET_BIT(RCC->APBENR1, RCC_APBENR1_SPI2EN); \ 845 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_SPI2EN); \ 911 #define __HAL_RCC_SPI2_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_SPI2EN) 1071 #define __HAL_RCC_SPI2_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_SPI2EN) != 0U) 1094 #define __HAL_RCC_SPI2_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_SPI2EN) == 0U)
|
D | stm32c0xx_ll_bus.h | 98 #define LL_APB1_GRP1_PERIPH_SPI2 RCC_APBENR1_SPI2EN
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_rcc.h | 938 SET_BIT(RCC->APBENR1, RCC_APBENR1_SPI2EN); \ 940 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_SPI2EN); \ 1098 #define __HAL_RCC_SPI2_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_SPI2EN) 1308 #define __HAL_RCC_SPI2_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_SPI2EN) != 0… 1370 #define __HAL_RCC_SPI2_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_SPI2EN) == 0…
|
D | stm32u0xx_ll_bus.h | 117 #define LL_APB1_GRP1_PERIPH_SPI2 RCC_APBENR1_SPI2EN
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rcc.h | 1081 SET_BIT(RCC->APBENR1, RCC_APBENR1_SPI2EN); \ 1083 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_SPI2EN); \ 1385 #define __HAL_RCC_SPI2_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_SPI2EN) 1550 #define __HAL_RCC_SPI2_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_SPI2EN) != 0U) 1614 #define __HAL_RCC_SPI2_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_SPI2EN) == 0U)
|
D | stm32g0xx_ll_bus.h | 129 #define LL_APB1_GRP1_PERIPH_SPI2 RCC_APBENR1_SPI2EN
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c071xx.h | 4715 #define RCC_APBENR1_SPI2EN RCC_APBENR1_SPI2EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 4326 #define RCC_APBENR1_SPI2EN RCC_APBENR1_SPI2EN_Msk macro
|
D | stm32g050xx.h | 4360 #define RCC_APBENR1_SPI2EN RCC_APBENR1_SPI2EN_Msk macro
|
D | stm32g070xx.h | 4495 #define RCC_APBENR1_SPI2EN RCC_APBENR1_SPI2EN_Msk macro
|
D | stm32g031xx.h | 4531 #define RCC_APBENR1_SPI2EN RCC_APBENR1_SPI2EN_Msk macro
|
D | stm32g041xx.h | 4779 #define RCC_APBENR1_SPI2EN RCC_APBENR1_SPI2EN_Msk macro
|
D | stm32g051xx.h | 4885 #define RCC_APBENR1_SPI2EN RCC_APBENR1_SPI2EN_Msk macro
|
D | stm32g061xx.h | 5133 #define RCC_APBENR1_SPI2EN RCC_APBENR1_SPI2EN_Msk macro
|
D | stm32g071xx.h | 5235 #define RCC_APBENR1_SPI2EN RCC_APBENR1_SPI2EN_Msk macro
|
D | stm32g081xx.h | 5483 #define RCC_APBENR1_SPI2EN RCC_APBENR1_SPI2EN_Msk macro
|
D | stm32g0b0xx.h | 5538 #define RCC_APBENR1_SPI2EN RCC_APBENR1_SPI2EN_Msk macro
|
D | stm32g0c1xx.h | 6832 #define RCC_APBENR1_SPI2EN RCC_APBENR1_SPI2EN_Msk macro
|
D | stm32g0b1xx.h | 6584 #define RCC_APBENR1_SPI2EN RCC_APBENR1_SPI2EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 5390 #define RCC_APBENR1_SPI2EN RCC_APBENR1_SPI2EN_Msk macro
|
D | stm32u083xx.h | 6212 #define RCC_APBENR1_SPI2EN RCC_APBENR1_SPI2EN_Msk macro
|
D | stm32u073xx.h | 5948 #define RCC_APBENR1_SPI2EN RCC_APBENR1_SPI2EN_Msk macro
|