Home
last modified time | relevance | path

Searched refs:RCC_APB4ENR_SPI6EN (Results 1 – 25 of 30) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc.h2434 SET_BIT(RCC->APB4ENR, RCC_APB4ENR_SPI6EN);\
2436 tmpreg = READ_BIT(RCC->APB4ENR, RCC_APB4ENR_SPI6EN);\
2550 #define __HAL_RCC_SPI6_CLK_DISABLE() (RCC->APB4ENR) &= ~ (RCC_APB4ENR_SPI6EN)
2584 #define __HAL_RCC_SPI6_IS_CLK_ENABLED() ((RCC->APB4ENR & RCC_APB4ENR_SPI6EN) != 0U)
2612 #define __HAL_RCC_SPI6_IS_CLK_DISABLED() ((RCC->APB4ENR & RCC_APB4ENR_SPI6EN) == 0U)
3534 SET_BIT(RCC_C1->APB4ENR, RCC_APB4ENR_SPI6EN);\
3536 tmpreg = READ_BIT(RCC_C1->APB4ENR, RCC_APB4ENR_SPI6EN);\
3616 #define __HAL_RCC_C1_SPI6_CLK_DISABLE() (RCC_C1->APB4ENR) &= ~ (RCC_APB4ENR_SPI6EN)
4564 SET_BIT(RCC_C2->APB4ENR, RCC_APB4ENR_SPI6EN);\
4566 tmpreg = READ_BIT(RCC_C2->APB4ENR, RCC_APB4ENR_SPI6EN);\
[all …]
Dstm32h7xx_ll_bus.h356 #define LL_APB4_GRP1_PERIPH_SPI6 RCC_APB4ENR_SPI6EN
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_bus.h225 #define LL_APB4_GRP1_PERIPH_SPI6 RCC_APB4ENR_SPI6EN
Dstm32h7rsxx_hal_rcc.h1781 SET_BIT(RCC->APB4ENR, RCC_APB4ENR_SPI6EN);\
1847 #define __HAL_RCC_SPI6_CLK_DISABLE() CLEAR_BIT(RCC->APB4ENR, RCC_APB4ENR_SPI6EN)
2185 #define __HAL_RCC_SPI6_IS_CLK_ENABLED() (READ_BIT(RCC->APB4ENR, RCC_APB4ENR_SPI6EN) != 0U)
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h13789 #define RCC_APB4ENR_SPI6EN RCC_APB4ENR_SPI6EN_Msk macro
Dstm32h7b0xx.h14245 #define RCC_APB4ENR_SPI6EN RCC_APB4ENR_SPI6EN_Msk macro
Dstm32h7b0xxq.h14257 #define RCC_APB4ENR_SPI6EN RCC_APB4ENR_SPI6EN_Msk macro
Dstm32h7a3xxq.h13801 #define RCC_APB4ENR_SPI6EN RCC_APB4ENR_SPI6EN_Msk macro
Dstm32h7b3xx.h14252 #define RCC_APB4ENR_SPI6EN RCC_APB4ENR_SPI6EN_Msk macro
Dstm32h7b3xxq.h14264 #define RCC_APB4ENR_SPI6EN RCC_APB4ENR_SPI6EN_Msk macro
Dstm32h730xxq.h16118 #define RCC_APB4ENR_SPI6EN RCC_APB4ENR_SPI6EN_Msk macro
Dstm32h733xx.h16106 #define RCC_APB4ENR_SPI6EN RCC_APB4ENR_SPI6EN_Msk macro
Dstm32h725xx.h15655 #define RCC_APB4ENR_SPI6EN RCC_APB4ENR_SPI6EN_Msk macro
Dstm32h730xx.h16106 #define RCC_APB4ENR_SPI6EN RCC_APB4ENR_SPI6EN_Msk macro
Dstm32h735xx.h16118 #define RCC_APB4ENR_SPI6EN RCC_APB4ENR_SPI6EN_Msk macro
Dstm32h742xx.h14981 #define RCC_APB4ENR_SPI6EN RCC_APB4ENR_SPI6EN_Msk macro
Dstm32h723xx.h15643 #define RCC_APB4ENR_SPI6EN RCC_APB4ENR_SPI6EN_Msk macro
Dstm32h750xx.h15886 #define RCC_APB4ENR_SPI6EN RCC_APB4ENR_SPI6EN_Msk macro
Dstm32h753xx.h15892 #define RCC_APB4ENR_SPI6EN RCC_APB4ENR_SPI6EN_Msk macro
Dstm32h745xx.h16219 #define RCC_APB4ENR_SPI6EN RCC_APB4ENR_SPI6EN_Msk macro
Dstm32h745xg.h16219 #define RCC_APB4ENR_SPI6EN RCC_APB4ENR_SPI6EN_Msk macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dstm32h7r3xx.h16170 #define RCC_APB4ENR_SPI6EN RCC_APB4ENR_SPI6EN_Msk macro
Dstm32h7s7xx.h17237 #define RCC_APB4ENR_SPI6EN RCC_APB4ENR_SPI6EN_Msk macro
Dstm32h7s3xx.h16814 #define RCC_APB4ENR_SPI6EN RCC_APB4ENR_SPI6EN_Msk macro
Dstm32h7r7xx.h16591 #define RCC_APB4ENR_SPI6EN RCC_APB4ENR_SPI6EN_Msk macro

12