Home
last modified time | relevance | path

Searched refs:RCC_APB3ENR_LPTIM6EN (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc.h1916 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_LPTIM6EN); \
1918 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_LPTIM6EN); \
1976 #define __HAL_RCC_LPTIM6_CLK_DISABLE() CLEAR_BIT(RCC->APB3ENR, RCC_APB3ENR_LPTIM6EN)
2689 #define __HAL_RCC_LPTIM6_IS_CLK_ENABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_LPTIM6EN) != …
2733 #define __HAL_RCC_LPTIM6_IS_CLK_DISABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_LPTIM6EN) == …
Dstm32h5xx_ll_bus.h375 #define LL_APB3_GRP1_PERIPH_LPTIM6 RCC_APB3ENR_LPTIM6EN
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h562xx.h14218 #define RCC_APB3ENR_LPTIM6EN RCC_APB3ENR_LPTIM6EN_Msk macro
Dstm32h573xx.h16845 #define RCC_APB3ENR_LPTIM6EN RCC_APB3ENR_LPTIM6EN_Msk macro
Dstm32h563xx.h16308 #define RCC_APB3ENR_LPTIM6EN RCC_APB3ENR_LPTIM6EN_Msk macro