Home
last modified time | relevance | path

Searched refs:RCC_APB1LENR_TIM6EN (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_rcc.h1273 SET_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM6EN); \
1275 … tmpreg = READ_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM6EN); \
1567 #define __HAL_RCC_TIM6_CLK_DISABLE() CLEAR_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM6EN)
2365 #define __HAL_RCC_TIM6_IS_CLK_ENABLED() (READ_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM6EN) != 0U)
2475 #define __HAL_RCC_TIM6_IS_CLK_DISABLED() (READ_BIT(RCC->APB1LENR, RCC_APB1LENR_TIM6EN) == 0U)
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/Device/Include/
Dstm32h573xx.h16625 #define RCC_APB1LENR_TIM6EN RCC_APB1LENR_TIM6EN_Msk macro