Home
last modified time | relevance | path

Searched refs:RCC_AHBENR_SRAMEN (Results 1 – 25 of 50) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_rcc.h331 SET_BIT(RCC->AHBENR, RCC_AHBENR_SRAMEN);\
333 tmpreg = READ_BIT(RCC->AHBENR, RCC_AHBENR_SRAMEN);\
354 #define __HAL_RCC_SRAM_CLK_DISABLE() (RCC->AHBENR &= ~(RCC_AHBENR_SRAMEN))
372 #define __HAL_RCC_SRAM_IS_CLK_ENABLED() ((RCC->AHBENR & (RCC_AHBENR_SRAMEN)) != RESET)
373 #define __HAL_RCC_SRAM_IS_CLK_DISABLED() ((RCC->AHBENR & (RCC_AHBENR_SRAMEN)) == RESET)
Dstm32f1xx_ll_bus.h96 #define LL_AHB1_GRP1_PERIPH_SRAM RCC_AHBENR_SRAMEN
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_rcc.h664 SET_BIT(RCC->AHBENR, RCC_AHBENR_SRAMEN);\
666 tmpreg = READ_BIT(RCC->AHBENR, RCC_AHBENR_SRAMEN);\
683 #define __HAL_RCC_SRAM_CLK_DISABLE() (RCC->AHBENR &= ~(RCC_AHBENR_SRAMEN))
702 #define __HAL_RCC_SRAM_IS_CLK_ENABLED() ((RCC->AHBENR & (RCC_AHBENR_SRAMEN)) != RESET)
710 #define __HAL_RCC_SRAM_IS_CLK_DISABLED() ((RCC->AHBENR & (RCC_AHBENR_SRAMEN)) == RESET)
Dstm32f0xx_ll_bus.h77 #define LL_AHB1_GRP1_PERIPH_SRAM RCC_AHBENR_SRAMEN
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc.h731 SET_BIT(RCC->AHBENR, RCC_AHBENR_SRAMEN);\
733 tmpreg = READ_BIT(RCC->AHBENR, RCC_AHBENR_SRAMEN);\
758 #define __HAL_RCC_SRAM_CLK_DISABLE() (RCC->AHBENR &= ~(RCC_AHBENR_SRAMEN))
907 #define __HAL_RCC_SRAM_IS_CLK_ENABLED() ((RCC->AHBENR & (RCC_AHBENR_SRAMEN)) != RESET)
918 #define __HAL_RCC_SRAM_IS_CLK_DISABLED() ((RCC->AHBENR & (RCC_AHBENR_SRAMEN)) == RESET)
Dstm32f3xx_ll_bus.h77 #define LL_AHB1_GRP1_PERIPH_SRAM RCC_AHBENR_SRAMEN
/hal_stm32-latest/stm32cube/stm32f1xx/soc/
Dstm32f101x6.h1109 #define RCC_AHBENR_SRAMEN RCC_AHBENR_SRAMEN_Msk /*!< SRAM interface … macro
Dstm32f101xb.h1139 #define RCC_AHBENR_SRAMEN RCC_AHBENR_SRAMEN_Msk /*!< SRAM interface … macro
Dstm32f100xb.h1220 #define RCC_AHBENR_SRAMEN RCC_AHBENR_SRAMEN_Msk /*!< SRAM interface … macro
Dstm32f102x6.h1155 #define RCC_AHBENR_SRAMEN RCC_AHBENR_SRAMEN_Msk /*!< SRAM interface … macro
Dstm32f100xe.h1516 #define RCC_AHBENR_SRAMEN RCC_AHBENR_SRAMEN_Msk /*!< SRAM interface … macro
Dstm32f101xg.h1538 #define RCC_AHBENR_SRAMEN RCC_AHBENR_SRAMEN_Msk /*!< SRAM interface … macro
Dstm32f101xe.h1495 #define RCC_AHBENR_SRAMEN RCC_AHBENR_SRAMEN_Msk /*!< SRAM interface … macro
Dstm32f102xb.h1180 #define RCC_AHBENR_SRAMEN RCC_AHBENR_SRAMEN_Msk /*!< SRAM interface … macro
/hal_stm32-latest/stm32cube/stm32f0xx/soc/
Dstm32f030x6.h3053 #define RCC_AHBENR_SRAMEN RCC_AHBENR_SRAMEN_Msk /*!< SRAM interface … macro
Dstm32f030x8.h3082 #define RCC_AHBENR_SRAMEN RCC_AHBENR_SRAMEN_Msk /*!< SRAM interface … macro
Dstm32f070x6.h3119 #define RCC_AHBENR_SRAMEN RCC_AHBENR_SRAMEN_Msk /*!< SRAM interface … macro
Dstm32f031x6.h3182 #define RCC_AHBENR_SRAMEN RCC_AHBENR_SRAMEN_Msk /*!< SRAM interface … macro
Dstm32f030xc.h3370 #define RCC_AHBENR_SRAMEN RCC_AHBENR_SRAMEN_Msk /*!< SRAM interface … macro
Dstm32f038xx.h3157 #define RCC_AHBENR_SRAMEN RCC_AHBENR_SRAMEN_Msk /*!< SRAM interface … macro
Dstm32f070xb.h3232 #define RCC_AHBENR_SRAMEN RCC_AHBENR_SRAMEN_Msk /*!< SRAM interface … macro
Dstm32f058xx.h3611 #define RCC_AHBENR_SRAMEN RCC_AHBENR_SRAMEN_Msk /*!< SRAM interface … macro
Dstm32f051x8.h3636 #define RCC_AHBENR_SRAMEN RCC_AHBENR_SRAMEN_Msk /*!< SRAM interface … macro
Dstm32f071xb.h4073 #define RCC_AHBENR_SRAMEN RCC_AHBENR_SRAMEN_Msk /*!< SRAM interface … macro
/hal_stm32-latest/stm32cube/stm32f3xx/soc/
Dstm32f301x8.h5035 #define RCC_AHBENR_SRAMEN RCC_AHBENR_SRAMEN_Msk /*!< SRAM interface … macro

12