Home
last modified time | relevance | path

Searched refs:RCC_APB1ENR1_SPI2EN (Results 1 – 25 of 78) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_rcc.h893 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN); \
895 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN); \
1047 #define __HAL_RCC_SPI2_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN)
1420 #define __HAL_RCC_SPI2_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN) != 0U)
1480 #define __HAL_RCC_SPI2_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN) == 0U)
Dstm32g4xx_ll_bus.h147 #define LL_APB1_GRP1_PERIPH_SPI2 RCC_APB1ENR1_SPI2EN
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc.h1003 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN); \
1005 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN); \
1186 #define __HAL_RCC_SPI2_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN)
1511 #define __HAL_RCC_SPI2_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN) != 0U)
1568 #define __HAL_RCC_SPI2_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN) == 0U)
Dstm32l5xx_ll_bus.h134 #define LL_APB1_GRP1_PERIPH_SPI2 RCC_APB1ENR1_SPI2EN
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc.h1152 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN); \
1154 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN); \
1373 #define __HAL_RCC_SPI2_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN)
1919 #define __HAL_RCC_SPI2_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN) != 0U)
2018 #define __HAL_RCC_SPI2_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN) == 0U)
Dstm32l4xx_ll_bus.h190 #define LL_APB1_GRP1_PERIPH_SPI2 RCC_APB1ENR1_SPI2EN
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc.h1514 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN); \
1516 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN); \
1655 #define __HAL_RCC_SPI2_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN)
2359 #define __HAL_RCC_SPI2_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN) != 0U)
2411 #define __HAL_RCC_SPI2_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN) == 0U)
Dstm32u5xx_ll_bus.h222 #define LL_APB1_GRP1_PERIPH_SPI2 RCC_APB1ENR1_SPI2EN
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_bus.h173 #define LL_APB1_GRP1_PERIPH_SPI2 RCC_APB1ENR1_SPI2EN
Dstm32h7rsxx_hal_rcc.h1431 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN);\
1593 #define __HAL_RCC_SPI2_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN)
2099 #define __HAL_RCC_SPI2_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI2EN) != 0U)
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_bus.h142 #define LL_APB1_GRP1_PERIPH_SPI2 RCC_APB1ENR1_SPI2EN
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_bus.h120 #define LL_APB1_GRP1_PERIPH_SPI2 RCC_APB1ENR1_SPI2EN
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_bus.h250 #define LL_APB1_GRP1_PERIPH_SPI2 RCC_APB1ENR1_SPI2EN
/hal_stm32-latest/stm32cube/stm32wlxx/soc/
Dstm32wle4xx.h6287 #define RCC_APB1ENR1_SPI2EN RCC_APB1ENR1_SPI2EN_Msk macro
Dstm32wle5xx.h6287 #define RCC_APB1ENR1_SPI2EN RCC_APB1ENR1_SPI2EN_Msk macro
Dstm32wl5mxx.h7164 #define RCC_APB1ENR1_SPI2EN RCC_APB1ENR1_SPI2EN_Msk macro
Dstm32wl54xx.h7164 #define RCC_APB1ENR1_SPI2EN RCC_APB1ENR1_SPI2EN_Msk macro
Dstm32wl55xx.h7164 #define RCC_APB1ENR1_SPI2EN RCC_APB1ENR1_SPI2EN_Msk macro
/hal_stm32-latest/stm32cube/stm32g4xx/soc/
Dstm32g411xb.h7621 #define RCC_APB1ENR1_SPI2EN RCC_APB1ENR1_SPI2EN_Msk macro
Dstm32g411xc.h7795 #define RCC_APB1ENR1_SPI2EN RCC_APB1ENR1_SPI2EN_Msk macro
Dstm32g441xx.h7999 #define RCC_APB1ENR1_SPI2EN RCC_APB1ENR1_SPI2EN_Msk macro
Dstm32gbk1cb.h7755 #define RCC_APB1ENR1_SPI2EN RCC_APB1ENR1_SPI2EN_Msk macro
Dstm32g431xx.h7772 #define RCC_APB1ENR1_SPI2EN RCC_APB1ENR1_SPI2EN_Msk macro
/hal_stm32-latest/stm32cube/stm32l4xx/soc/
Dstm32l422xx.h6146 #define RCC_APB1ENR1_SPI2EN RCC_APB1ENR1_SPI2EN_Msk macro
Dstm32l412xx.h5924 #define RCC_APB1ENR1_SPI2EN RCC_APB1ENR1_SPI2EN_Msk macro

1234