/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_rcc_ex.h | 1547 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI5EN);\ 1549 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI5EN);\ 1593 #define __HAL_RCC_SPI5_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_SPI5EN)) 1634 #define __HAL_RCC_SPI5_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SPI5EN)) != RESET) 1647 #define __HAL_RCC_SPI5_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SPI5EN)) == RESET) 3412 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI5EN);\ 3414 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI5EN);\ 3424 #define __HAL_RCC_SPI5_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_SPI5EN)) 3437 #define __HAL_RCC_SPI5_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SPI5EN)) != RESET) 3440 #define __HAL_RCC_SPI5_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SPI5EN)) == RESET) [all …]
|
D | stm32f4xx_ll_bus.h | 312 #define LL_APB2_GRP1_PERIPH_SPI5 RCC_APB2ENR_SPI5EN
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_rcc.h | 2268 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI5EN);\ 2270 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI5EN);\ 2335 #define __HAL_RCC_SPI5_CLK_DISABLE() (RCC->APB2ENR) &= ~ (RCC_APB2ENR_SPI5EN) 2369 #define __HAL_RCC_SPI5_IS_CLK_ENABLED() ((RCC->APB2ENR & RCC_APB2ENR_SPI5EN) != 0U) 2397 #define __HAL_RCC_SPI5_IS_CLK_DISABLED() ((RCC->APB2ENR & RCC_APB2ENR_SPI5EN) == 0U) 3448 SET_BIT(RCC_C1->APB2ENR, RCC_APB2ENR_SPI5EN);\ 3450 tmpreg = READ_BIT(RCC_C1->APB2ENR, RCC_APB2ENR_SPI5EN);\ 3503 #define __HAL_RCC_C1_SPI5_CLK_DISABLE() (RCC_C1->APB2ENR) &= ~ (RCC_APB2ENR_SPI5EN) 4478 SET_BIT(RCC_C2->APB2ENR, RCC_APB2ENR_SPI5EN);\ 4480 tmpreg = READ_BIT(RCC_C2->APB2ENR, RCC_APB2ENR_SPI5EN);\ [all …]
|
D | stm32h7xx_ll_bus.h | 334 #define LL_APB2_GRP1_PERIPH_SPI5 RCC_APB2ENR_SPI5EN
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_rcc_ex.h | 1323 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI5EN);\ 1325 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI5EN);\ 1421 #define __HAL_RCC_SPI5_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_SPI5EN)) 1676 #define __HAL_RCC_SPI5_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SPI5EN)) != RESET) 1717 #define __HAL_RCC_SPI5_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SPI5EN)) == RESET)
|
D | stm32f7xx_ll_bus.h | 216 #define LL_APB2_GRP1_PERIPH_SPI5 RCC_APB2ENR_SPI5EN
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_bus.h | 213 #define LL_APB2_GRP1_PERIPH_SPI5 RCC_APB2ENR_SPI5EN
|
D | stm32h7rsxx_hal_rcc.h | 1707 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI5EN);\ 1745 #define __HAL_RCC_SPI5_CLK_DISABLE() CLEAR_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI5EN) 2163 #define __HAL_RCC_SPI5_IS_CLK_ENABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI5EN) != 0U)
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_bus.h | 307 #define LL_APB2_GRP1_PERIPH_SPI5 RCC_APB2ENR_SPI5EN
|
/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | stm32f410cx.h | 4677 #define RCC_APB2ENR_SPI5EN RCC_APB2ENR_SPI5EN_Msk macro
|
D | stm32f410rx.h | 4681 #define RCC_APB2ENR_SPI5EN RCC_APB2ENR_SPI5EN_Msk macro
|
D | stm32f411xe.h | 4388 #define RCC_APB2ENR_SPI5EN RCC_APB2ENR_SPI5EN_Msk macro
|
D | stm32f412cx.h | 8864 #define RCC_APB2ENR_SPI5EN RCC_APB2ENR_SPI5EN_Msk macro
|
D | stm32f423xx.h | 10178 #define RCC_APB2ENR_SPI5EN RCC_APB2ENR_SPI5EN_Msk macro
|
D | stm32f412zx.h | 9842 #define RCC_APB2ENR_SPI5EN RCC_APB2ENR_SPI5EN_Msk macro
|
D | stm32f412rx.h | 9818 #define RCC_APB2ENR_SPI5EN RCC_APB2ENR_SPI5EN_Msk macro
|
D | stm32f412vx.h | 9826 #define RCC_APB2ENR_SPI5EN RCC_APB2ENR_SPI5EN_Msk macro
|
D | stm32f413xx.h | 10136 #define RCC_APB2ENR_SPI5EN RCC_APB2ENR_SPI5EN_Msk macro
|
D | stm32f427xx.h | 10860 #define RCC_APB2ENR_SPI5EN RCC_APB2ENR_SPI5EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32f7xx/soc/ |
D | stm32f723xx.h | 9775 #define RCC_APB2ENR_SPI5EN RCC_APB2ENR_SPI5EN_Msk macro
|
D | stm32f722xx.h | 9756 #define RCC_APB2ENR_SPI5EN RCC_APB2ENR_SPI5EN_Msk macro
|
D | stm32f730xx.h | 9995 #define RCC_APB2ENR_SPI5EN RCC_APB2ENR_SPI5EN_Msk macro
|
D | stm32f733xx.h | 9995 #define RCC_APB2ENR_SPI5EN RCC_APB2ENR_SPI5EN_Msk macro
|
D | stm32f732xx.h | 9976 #define RCC_APB2ENR_SPI5EN RCC_APB2ENR_SPI5EN_Msk macro
|
D | stm32f750xx.h | 11239 #define RCC_APB2ENR_SPI5EN RCC_APB2ENR_SPI5EN_Msk macro
|