/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_rcc_ex.h | 1575 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI4EN);\ 1577 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI4EN);\ 1588 #define __HAL_RCC_SPI4_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_SPI4EN)) 1638 #define __HAL_RCC_SPI4_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SPI4EN)) != RESET) 1642 #define __HAL_RCC_SPI4_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SPI4EN)) == RESET) 2542 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI4EN);\ 2544 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI4EN);\ 2556 #define __HAL_RCC_SPI4_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_SPI4EN)) 2573 #define __HAL_RCC_SPI4_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SPI4EN)) != RESET) 2580 #define __HAL_RCC_SPI4_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SPI4EN)) == RESET) [all …]
|
D | stm32f4xx_ll_bus.h | 300 #define LL_APB2_GRP1_PERIPH_SPI4 RCC_APB2ENR_SPI4EN
|
/hal_stm32-3.4.0/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_rcc_ex.h | 2423 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI4EN);\ 2425 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI4EN);\ 2429 #define __HAL_RCC_SPI4_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_SPI4EN)) 2685 #define __HAL_RCC_SPI4_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SPI4EN)) != RESET) 2687 #define __HAL_RCC_SPI4_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SPI4EN)) == RESET)
|
D | stm32f3xx_ll_bus.h | 200 #define LL_APB2_GRP1_PERIPH_SPI4 RCC_APB2ENR_SPI4EN
|
/hal_stm32-3.4.0/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_rcc.h | 1142 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI4EN); \ 1144 … tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI4EN); \ 1212 #define __HAL_RCC_SPI4_CLK_DISABLE() CLEAR_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI4EN) 1545 #define __HAL_RCC_SPI4_IS_CLK_ENABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI4EN) != 0U) 1576 #define __HAL_RCC_SPI4_IS_CLK_DISABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI4EN) == 0U)
|
D | stm32g4xx_ll_bus.h | 194 #define LL_APB2_GRP1_PERIPH_SPI4 RCC_APB2ENR_SPI4EN
|
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_rcc.h | 2236 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI4EN);\ 2238 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI4EN);\ 2331 #define __HAL_RCC_SPI4_CLK_DISABLE() (RCC->APB2ENR) &= ~ (RCC_APB2ENR_SPI4EN) 2365 #define __HAL_RCC_SPI4_IS_CLK_ENABLED() ((RCC->APB2ENR & RCC_APB2ENR_SPI4EN) != 0U) 2393 #define __HAL_RCC_SPI4_IS_CLK_DISABLED() ((RCC->APB2ENR & RCC_APB2ENR_SPI4EN) == 0U) 3416 SET_BIT(RCC_C1->APB2ENR, RCC_APB2ENR_SPI4EN);\ 3418 tmpreg = READ_BIT(RCC_C1->APB2ENR, RCC_APB2ENR_SPI4EN);\ 3499 #define __HAL_RCC_C1_SPI4_CLK_DISABLE() (RCC_C1->APB2ENR) &= ~ (RCC_APB2ENR_SPI4EN) 4446 SET_BIT(RCC_C2->APB2ENR, RCC_APB2ENR_SPI4EN);\ 4448 tmpreg = READ_BIT(RCC_C2->APB2ENR, RCC_APB2ENR_SPI4EN);\ [all …]
|
D | stm32h7xx_ll_bus.h | 330 #define LL_APB2_GRP1_PERIPH_SPI4 RCC_APB2ENR_SPI4EN
|
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_rcc_ex.h | 1291 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI4EN);\ 1293 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI4EN);\ 1413 #define __HAL_RCC_SPI4_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_SPI4EN)) 1662 #define __HAL_RCC_SPI4_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SPI4EN)) != RESET) 1697 #define __HAL_RCC_SPI4_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SPI4EN)) == RESET)
|
D | stm32f7xx_ll_bus.h | 211 #define LL_APB2_GRP1_PERIPH_SPI4 RCC_APB2ENR_SPI4EN
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc.h | 1726 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI4EN); \ 1728 … tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI4EN); \ 1794 #define __HAL_RCC_SPI4_CLK_DISABLE() CLEAR_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI4EN) 2582 #define __HAL_RCC_SPI4_IS_CLK_ENABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI4EN) != 0U) 2623 #define __HAL_RCC_SPI4_IS_CLK_DISABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI4EN) == 0U)
|
D | stm32h5xx_ll_bus.h | 312 #define LL_APB2_GRP1_PERIPH_SPI4 RCC_APB2ENR_SPI4EN
|
/hal_stm32-3.4.0/stm32cube/stm32f4xx/soc/ |
D | stm32f401xc.h | 4361 #define RCC_APB2ENR_SPI4EN RCC_APB2ENR_SPI4EN_Msk macro
|
D | stm32f401xe.h | 4361 #define RCC_APB2ENR_SPI4EN RCC_APB2ENR_SPI4EN_Msk macro
|
D | stm32f411xe.h | 4373 #define RCC_APB2ENR_SPI4EN RCC_APB2ENR_SPI4EN_Msk macro
|
D | stm32f412cx.h | 8834 #define RCC_APB2ENR_SPI4EN RCC_APB2ENR_SPI4EN_Msk macro
|
D | stm32f412rx.h | 9800 #define RCC_APB2ENR_SPI4EN RCC_APB2ENR_SPI4EN_Msk macro
|
D | stm32f412vx.h | 9808 #define RCC_APB2ENR_SPI4EN RCC_APB2ENR_SPI4EN_Msk macro
|
D | stm32f412zx.h | 9824 #define RCC_APB2ENR_SPI4EN RCC_APB2ENR_SPI4EN_Msk macro
|
/hal_stm32-3.4.0/stm32cube/stm32f3xx/soc/ |
D | stm32f302xe.h | 10566 #define RCC_APB2ENR_SPI4EN RCC_APB2ENR_SPI4EN_Msk /*!< SPI4 clock enab… macro
|
D | stm32f303xe.h | 11141 #define RCC_APB2ENR_SPI4EN RCC_APB2ENR_SPI4EN_Msk /*!< SPI4 clock enab… macro
|
D | stm32f398xx.h | 11045 #define RCC_APB2ENR_SPI4EN RCC_APB2ENR_SPI4EN_Msk /*!< SPI4 clock enab… macro
|
/hal_stm32-3.4.0/stm32cube/stm32g4xx/soc/ |
D | stm32g473xx.h | 8912 #define RCC_APB2ENR_SPI4EN RCC_APB2ENR_SPI4EN_Msk macro
|
D | stm32g471xx.h | 8374 #define RCC_APB2ENR_SPI4EN RCC_APB2ENR_SPI4EN_Msk macro
|
D | stm32g483xx.h | 9139 #define RCC_APB2ENR_SPI4EN RCC_APB2ENR_SPI4EN_Msk macro
|