Home
last modified time | relevance | path

Searched refs:LL_APB1_GRP1_PERIPH_LPUART1 (Results 1 – 9 of 9) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_rcc.h520 #define __HAL_RCC_LPUART1_CLK_ENABLE() LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_LPUART1)
540 …efine __HAL_RCC_LPUART1_CLK_DISABLE() LL_APB1_GRP1_DisableClock(LL_APB1_GRP1_PERIPH_LPUART1)
674 …__HAL_RCC_LPUART1_IS_CLK_ENABLED() LL_APB1_GRP1_IsEnabledClock(LL_APB1_GRP1_PERIPH_LPUART1)
694 …AL_RCC_LPUART1_IS_CLK_DISABLED() !(LL_APB1_GRP1_IsEnabledClock(LL_APB1_GRP1_PERIPH_LPUART1))
824 #define __HAL_RCC_LPUART1_FORCE_RESET() LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_LPUART1)
845 …fine __HAL_RCC_LPUART1_RELEASE_RESET() LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_LPUART1)
Dstm32wb0x_ll_bus.h170 #define LL_APB1_GRP1_PERIPH_LPUART1 RCC_APB1ENR_LPUARTEN macro
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_lpuart.c129 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_LPUART1); in LL_LPUART_DeInit()
132 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_LPUART1); in LL_LPUART_DeInit()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_lpuart.c146 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_LPUART1); in LL_LPUART_DeInit()
149 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_LPUART1); in LL_LPUART_DeInit()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_lpuart.c142 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_LPUART1); in LL_LPUART_DeInit()
145 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_LPUART1); in LL_LPUART_DeInit()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_lpuart.c142 LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_LPUART1); in LL_LPUART_DeInit()
145 LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_LPUART1); in LL_LPUART_DeInit()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_bus.h113 #define LL_APB1_GRP1_PERIPH_LPUART1 RCC_APB1ENR_LPUART1EN /*!< LPUART1 clock enable */ macro
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_bus.h123 #define LL_APB1_GRP1_PERIPH_LPUART1 RCC_APBENR1_LPUART1EN macro
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_bus.h144 #define LL_APB1_GRP1_PERIPH_LPUART1 RCC_APBENR1_LPUART1EN macro