/hal_stm32-latest/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) 2563 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI4EN);\ 2565 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI4EN);\ 2577 #define __HAL_RCC_SPI4_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_SPI4EN)) 2594 #define __HAL_RCC_SPI4_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SPI4EN)) != RESET) 2601 #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-latest/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-latest/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-latest/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-latest/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);\ 1417 #define __HAL_RCC_SPI4_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_SPI4EN)) 1672 #define __HAL_RCC_SPI4_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SPI4EN)) != RESET) 1713 #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-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc.h | 1719 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI4EN); \ 1721 … tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI4EN); \ 1790 #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) 2624 #define __HAL_RCC_SPI4_IS_CLK_DISABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI4EN) == 0U)
|
D | stm32h5xx_ll_bus.h | 322 #define LL_APB2_GRP1_PERIPH_SPI4 RCC_APB2ENR_SPI4EN
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_bus.h | 208 #define LL_APB2_GRP1_PERIPH_SPI4 RCC_APB2ENR_SPI4EN
|
D | stm32h7rsxx_hal_rcc.h | 1667 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI4EN);\ 1735 #define __HAL_RCC_SPI4_CLK_DISABLE() CLEAR_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI4EN) 2153 #define __HAL_RCC_SPI4_IS_CLK_ENABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI4EN) != 0U)
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_bus.h | 306 #define LL_APB2_GRP1_PERIPH_SPI4 RCC_APB2ENR_SPI4EN
|
/hal_stm32-latest/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 | 8846 #define RCC_APB2ENR_SPI4EN RCC_APB2ENR_SPI4EN_Msk macro
|
D | stm32f423xx.h | 10160 #define RCC_APB2ENR_SPI4EN RCC_APB2ENR_SPI4EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32f3xx/soc/ |
D | stm32f302xe.h | 10566 #define RCC_APB2ENR_SPI4EN RCC_APB2ENR_SPI4EN_Msk /*!< SPI4 clock enab… macro
|
/hal_stm32-latest/stm32cube/stm32g4xx/soc/ |
D | stm32g473xx.h | 8911 #define RCC_APB2ENR_SPI4EN RCC_APB2ENR_SPI4EN_Msk macro
|
D | stm32g471xx.h | 8373 #define RCC_APB2ENR_SPI4EN RCC_APB2ENR_SPI4EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32f7xx/soc/ |
D | stm32f723xx.h | 9760 #define RCC_APB2ENR_SPI4EN RCC_APB2ENR_SPI4EN_Msk macro
|
D | stm32f722xx.h | 9741 #define RCC_APB2ENR_SPI4EN RCC_APB2ENR_SPI4EN_Msk macro
|