/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_rcc.h | 952 SET_BIT(RCC->APBENR2, RCC_APBENR2_SPI1EN); \ 954 … tmpreg = READ_BIT(RCC->APBENR2, RCC_APBENR2_SPI1EN); \ 1000 #define __HAL_RCC_SPI1_CLK_DISABLE() CLEAR_BIT(RCC->APBENR2, RCC_APBENR2_SPI1EN) 1119 #define __HAL_RCC_SPI1_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR2, RCC_APBENR2_SPI1EN) != 0U) 1128 #define __HAL_RCC_SPI1_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR2, RCC_APBENR2_SPI1EN) == 0U)
|
D | stm32c0xx_ll_bus.h | 121 #define LL_APB1_GRP2_PERIPH_SPI1 RCC_APBENR2_SPI1EN
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_rcc.h | 1167 SET_BIT(RCC->APBENR2, RCC_APBENR2_SPI1EN); \ 1169 … tmpreg = READ_BIT(RCC->APBENR2, RCC_APBENR2_SPI1EN); \ 1213 #define __HAL_RCC_SPI1_CLK_DISABLE() CLEAR_BIT(RCC->APBENR2, RCC_APBENR2_SPI1EN) 1424 #define __HAL_RCC_SPI1_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR2, RCC_APBENR2_SPI1EN) != 0U) 1442 #define __HAL_RCC_SPI1_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR2, RCC_APBENR2_SPI1EN) == 0U)
|
D | stm32u0xx_ll_bus.h | 148 #define LL_APB1_GRP2_PERIPH_SPI1 RCC_APBENR2_SPI1EN
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rcc.h | 1312 SET_BIT(RCC->APBENR2, RCC_APBENR2_SPI1EN); \ 1314 … tmpreg = READ_BIT(RCC->APBENR2, RCC_APBENR2_SPI1EN); \ 1441 #define __HAL_RCC_SPI1_CLK_DISABLE() CLEAR_BIT(RCC->APBENR2, RCC_APBENR2_SPI1EN) 1673 #define __HAL_RCC_SPI1_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR2, RCC_APBENR2_SPI1EN) != 0U) 1685 #define __HAL_RCC_SPI1_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR2, RCC_APBENR2_SPI1EN) == 0U)
|
D | stm32g0xx_ll_bus.h | 181 #define LL_APB2_GRP1_PERIPH_SPI1 RCC_APBENR2_SPI1EN
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c011xx.h | 4116 #define RCC_APBENR2_SPI1EN RCC_APBENR2_SPI1EN_Msk macro
|
D | stm32c031xx.h | 4276 #define RCC_APBENR2_SPI1EN RCC_APBENR2_SPI1EN_Msk macro
|
D | stm32c071xx.h | 4744 #define RCC_APBENR2_SPI1EN RCC_APBENR2_SPI1EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 4352 #define RCC_APBENR2_SPI1EN RCC_APBENR2_SPI1EN_Msk macro
|
D | stm32g050xx.h | 4386 #define RCC_APBENR2_SPI1EN RCC_APBENR2_SPI1EN_Msk macro
|
D | stm32g070xx.h | 4527 #define RCC_APBENR2_SPI1EN RCC_APBENR2_SPI1EN_Msk macro
|
D | stm32g031xx.h | 4566 #define RCC_APBENR2_SPI1EN RCC_APBENR2_SPI1EN_Msk macro
|
D | stm32g041xx.h | 4814 #define RCC_APBENR2_SPI1EN RCC_APBENR2_SPI1EN_Msk macro
|
D | stm32g051xx.h | 4923 #define RCC_APBENR2_SPI1EN RCC_APBENR2_SPI1EN_Msk macro
|
D | stm32g061xx.h | 5171 #define RCC_APBENR2_SPI1EN RCC_APBENR2_SPI1EN_Msk macro
|
D | stm32g071xx.h | 5288 #define RCC_APBENR2_SPI1EN RCC_APBENR2_SPI1EN_Msk macro
|
D | stm32g081xx.h | 5536 #define RCC_APBENR2_SPI1EN RCC_APBENR2_SPI1EN_Msk macro
|
D | stm32g0b0xx.h | 5576 #define RCC_APBENR2_SPI1EN RCC_APBENR2_SPI1EN_Msk macro
|
D | stm32g0c1xx.h | 6894 #define RCC_APBENR2_SPI1EN RCC_APBENR2_SPI1EN_Msk macro
|
D | stm32g0b1xx.h | 6646 #define RCC_APBENR2_SPI1EN RCC_APBENR2_SPI1EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 5437 #define RCC_APBENR2_SPI1EN RCC_APBENR2_SPI1EN_Msk macro
|
D | stm32u083xx.h | 6271 #define RCC_APBENR2_SPI1EN RCC_APBENR2_SPI1EN_Msk macro
|
D | stm32u073xx.h | 6007 #define RCC_APBENR2_SPI1EN RCC_APBENR2_SPI1EN_Msk macro
|