/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_rcc.h | 893 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN); \ 895 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN); \ 1047 #define __HAL_RCC_SPI2_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN) 1420 #define __HAL_RCC_SPI2_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN) != 0U) 1480 #define __HAL_RCC_SPI2_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN) == 0U)
|
D | stm32g4xx_ll_bus.h | 147 #define LL_APB1_GRP1_PERIPH_SPI2 RCC_APB1ENR1_SPI2EN
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_rcc.h | 1003 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN); \ 1005 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN); \ 1186 #define __HAL_RCC_SPI2_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN) 1511 #define __HAL_RCC_SPI2_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN) != 0U) 1568 #define __HAL_RCC_SPI2_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN) == 0U)
|
D | stm32l5xx_ll_bus.h | 134 #define LL_APB1_GRP1_PERIPH_SPI2 RCC_APB1ENR1_SPI2EN
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_rcc.h | 1152 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN); \ 1154 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN); \ 1373 #define __HAL_RCC_SPI2_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN) 1919 #define __HAL_RCC_SPI2_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN) != 0U) 2018 #define __HAL_RCC_SPI2_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN) == 0U)
|
D | stm32l4xx_ll_bus.h | 190 #define LL_APB1_GRP1_PERIPH_SPI2 RCC_APB1ENR1_SPI2EN
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rcc.h | 1514 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN); \ 1516 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN); \ 1655 #define __HAL_RCC_SPI2_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN) 2359 #define __HAL_RCC_SPI2_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN) != 0U) 2411 #define __HAL_RCC_SPI2_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN) == 0U)
|
D | stm32u5xx_ll_bus.h | 222 #define LL_APB1_GRP1_PERIPH_SPI2 RCC_APB1ENR1_SPI2EN
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_bus.h | 173 #define LL_APB1_GRP1_PERIPH_SPI2 RCC_APB1ENR1_SPI2EN
|
D | stm32h7rsxx_hal_rcc.h | 1431 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN);\ 1593 #define __HAL_RCC_SPI2_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN) 2099 #define __HAL_RCC_SPI2_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN) != 0U)
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_bus.h | 142 #define LL_APB1_GRP1_PERIPH_SPI2 RCC_APB1ENR1_SPI2EN
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_bus.h | 120 #define LL_APB1_GRP1_PERIPH_SPI2 RCC_APB1ENR1_SPI2EN
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_bus.h | 250 #define LL_APB1_GRP1_PERIPH_SPI2 RCC_APB1ENR1_SPI2EN
|
/hal_stm32-latest/stm32cube/stm32wlxx/soc/ |
D | stm32wle4xx.h | 6287 #define RCC_APB1ENR1_SPI2EN RCC_APB1ENR1_SPI2EN_Msk macro
|
D | stm32wle5xx.h | 6287 #define RCC_APB1ENR1_SPI2EN RCC_APB1ENR1_SPI2EN_Msk macro
|
D | stm32wl5mxx.h | 7164 #define RCC_APB1ENR1_SPI2EN RCC_APB1ENR1_SPI2EN_Msk macro
|
D | stm32wl54xx.h | 7164 #define RCC_APB1ENR1_SPI2EN RCC_APB1ENR1_SPI2EN_Msk macro
|
D | stm32wl55xx.h | 7164 #define RCC_APB1ENR1_SPI2EN RCC_APB1ENR1_SPI2EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32g4xx/soc/ |
D | stm32g411xb.h | 7621 #define RCC_APB1ENR1_SPI2EN RCC_APB1ENR1_SPI2EN_Msk macro
|
D | stm32g411xc.h | 7795 #define RCC_APB1ENR1_SPI2EN RCC_APB1ENR1_SPI2EN_Msk macro
|
D | stm32g441xx.h | 7999 #define RCC_APB1ENR1_SPI2EN RCC_APB1ENR1_SPI2EN_Msk macro
|
D | stm32gbk1cb.h | 7755 #define RCC_APB1ENR1_SPI2EN RCC_APB1ENR1_SPI2EN_Msk macro
|
D | stm32g431xx.h | 7772 #define RCC_APB1ENR1_SPI2EN RCC_APB1ENR1_SPI2EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32l4xx/soc/ |
D | stm32l422xx.h | 6146 #define RCC_APB1ENR1_SPI2EN RCC_APB1ENR1_SPI2EN_Msk macro
|
D | stm32l412xx.h | 5924 #define RCC_APB1ENR1_SPI2EN RCC_APB1ENR1_SPI2EN_Msk macro
|