Home
last modified time | relevance | path

Searched refs:RCC_APB1ENR_UART5EN (Results 1 – 3 of 3) sorted by relevance

/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_rcc_ex.h325 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_UART5EN);\
327 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_UART5EN);\
332 #define __HAL_RCC_UART5_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_UART5EN))
718 #define __HAL_RCC_UART5_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_UART5EN)) != RESET)
720 #define __HAL_RCC_UART5_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_UART5EN)) == RESET)
Dstm32l1xx_ll_bus.h148 #define LL_APB1_GRP1_PERIPH_UART5 RCC_APB1ENR_UART5EN
/loramac-node-3.7.0/src/boards/NucleoL152/cmsis/
Dstm32l152xe.h4738 #define RCC_APB1ENR_UART5EN RCC_APB1ENR_UART5EN_Msk /*!< UART 5 clock en… macro