/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_ll_bus.h | 138 RCC_APB1ENR_SPI3EN |\ 147 RCC_APB1ENR_SPI3EN |\ 156 RCC_APB1ENR_SPI3EN |\ 162 RCC_APB1ENR_SPI3EN |\ 175 #define LL_APB1_GRP1_PERIPH_SPI3 RCC_APB1ENR_SPI3EN
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_rcc_ex.h | 2020 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_SPI3EN);\ 2022 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_SPI3EN);\ 2041 #define __HAL_RCC_SPI3_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_SPI3EN)) 2071 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_SPI3EN);\ 2073 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_SPI3EN);\ 2101 #define __HAL_RCC_SPI3_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_SPI3EN)) 2187 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_SPI3EN);\ 2189 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_SPI3EN);\ 2222 #define __HAL_RCC_SPI3_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_SPI3EN)) 2516 #define __HAL_RCC_SPI3_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_SPI3EN)) != RESET) [all …]
|
D | stm32f3xx_ll_bus.h | 146 #define LL_APB1_GRP1_PERIPH_SPI3 RCC_APB1ENR_SPI3EN
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_rcc_ex.h | 873 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_SPI3EN);\ 875 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_SPI3EN);\ 906 #define __HAL_RCC_SPI3_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_SPI3EN)) 986 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_SPI3EN);\ 988 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_SPI3EN);\ 1012 #define __HAL_RCC_SPI3_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_SPI3EN)) 1102 #define __HAL_RCC_SPI3_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_SPI3EN)) != RESET) 1103 #define __HAL_RCC_SPI3_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_SPI3EN)) == RESET) 1130 #define __HAL_RCC_SPI3_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_SPI3EN)) != RESET) 1131 #define __HAL_RCC_SPI3_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_SPI3EN)) == RESET)
|
D | stm32f1xx_ll_bus.h | 127 #define LL_APB1_GRP1_PERIPH_SPI3 RCC_APB1ENR_SPI3EN
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_rcc_ex.h | 1435 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_SPI3EN);\ 1437 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_SPI3EN);\ 1450 #define __HAL_RCC_SPI3_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_SPI3EN)) 1479 #define __HAL_RCC_SPI3_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_SPI3EN)) != RESET) 1498 #define __HAL_RCC_SPI3_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_SPI3EN)) == RESET) 2450 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_SPI3EN);\ 2452 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_SPI3EN);\ 2465 #define __HAL_RCC_SPI3_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_SPI3EN)) 2492 #define __HAL_RCC_SPI3_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_SPI3EN)) != RESET) 2509 #define __HAL_RCC_SPI3_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_SPI3EN)) == RESET) [all …]
|
D | stm32f4xx_ll_bus.h | 221 #define LL_APB1_GRP1_PERIPH_SPI3 RCC_APB1ENR_SPI3EN
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_rcc_ex.h | 284 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_SPI3EN);\ 286 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_SPI3EN);\ 289 #define __HAL_RCC_SPI3_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_SPI3EN)) 689 #define __HAL_RCC_SPI3_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_SPI3EN)) != 0U) 690 #define __HAL_RCC_SPI3_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_SPI3EN)) == 0U)
|
D | stm32l1xx_ll_bus.h | 122 #define LL_APB1_GRP1_PERIPH_SPI3 RCC_APB1ENR_SPI3EN
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_rcc.h | 733 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_SPI3EN);\ 735 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_SPI3EN);\ 827 #define __HAL_RCC_SPI3_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_SPI3EN)) 861 #define __HAL_RCC_SPI3_IS_CLK_ENABLED() ((RCC->APB1ENR &(RCC_APB1ENR_SPI3EN))!= RESET) 885 #define __HAL_RCC_SPI3_IS_CLK_DISABLED() ((RCC->APB1ENR &(RCC_APB1ENR_SPI3EN))== RESET)
|
D | stm32f2xx_ll_bus.h | 141 #define LL_APB1_GRP1_PERIPH_SPI3 RCC_APB1ENR_SPI3EN
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_rcc_ex.h | 1030 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_SPI3EN);\ 1032 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_SPI3EN);\ 1180 #define __HAL_RCC_SPI3_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_SPI3EN)) 1597 #define __HAL_RCC_SPI3_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_SPI3EN)) != RESET) 1624 #define __HAL_RCC_SPI3_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_SPI3EN)) == RESET)
|
D | stm32f7xx_ll_bus.h | 160 #define LL_APB1_GRP1_PERIPH_SPI3 RCC_APB1ENR_SPI3EN
|
/hal_stm32-latest/stm32cube/stm32f1xx/soc/ |
D | stm32f100xe.h | 1651 #define RCC_APB1ENR_SPI3EN RCC_APB1ENR_SPI3EN_Msk /*!< SPI 3 clock ena… macro
|
D | stm32f101xg.h | 1659 #define RCC_APB1ENR_SPI3EN RCC_APB1ENR_SPI3EN_Msk /*!< SPI 3 clock ena… macro
|
D | stm32f101xe.h | 1607 #define RCC_APB1ENR_SPI3EN RCC_APB1ENR_SPI3EN_Msk /*!< SPI 3 clock ena… macro
|
/hal_stm32-latest/stm32cube/stm32l1xx/soc/ |
D | stm32l100xc.h | 4447 #define RCC_APB1ENR_SPI3EN RCC_APB1ENR_SPI3EN_Msk /*!< SPI 3 clock ena… macro
|
D | stm32l151xc.h | 4506 #define RCC_APB1ENR_SPI3EN RCC_APB1ENR_SPI3EN_Msk /*!< SPI 3 clock ena… macro
|
D | stm32l151xca.h | 4534 #define RCC_APB1ENR_SPI3EN RCC_APB1ENR_SPI3EN_Msk /*!< SPI 3 clock ena… macro
|
D | stm32l151xdx.h | 4587 #define RCC_APB1ENR_SPI3EN RCC_APB1ENR_SPI3EN_Msk /*!< SPI 3 clock ena… macro
|
D | stm32l151xe.h | 4587 #define RCC_APB1ENR_SPI3EN RCC_APB1ENR_SPI3EN_Msk /*!< SPI 3 clock ena… macro
|
/hal_stm32-latest/stm32cube/stm32f3xx/soc/ |
D | stm32f301x8.h | 5099 #define RCC_APB1ENR_SPI3EN RCC_APB1ENR_SPI3EN_Msk /*!< SPI3 clock enab… macro
|
D | stm32f318xx.h | 5092 #define RCC_APB1ENR_SPI3EN RCC_APB1ENR_SPI3EN_Msk /*!< SPI3 clock enab… macro
|
/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | stm32f401xc.h | 4323 #define RCC_APB1ENR_SPI3EN RCC_APB1ENR_SPI3EN_Msk macro
|
D | stm32f401xe.h | 4323 #define RCC_APB1ENR_SPI3EN RCC_APB1ENR_SPI3EN_Msk macro
|