Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_rcc_ex.h318 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_UART4EN);\
320 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_UART4EN);\
331 #define __HAL_RCC_UART4_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_UART4EN))
717 #define __HAL_RCC_UART4_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_UART4EN)) != RESET)
719 #define __HAL_RCC_UART4_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_UART4EN)) == RESET)
Dstm32l1xx_ll_bus.h145 #define LL_APB1_GRP1_PERIPH_UART4 RCC_APB1ENR_UART4EN
/loramac-node-2.7.6/src/boards/NucleoL152/cmsis/
Dstm32l152xe.h4735 #define RCC_APB1ENR_UART4EN RCC_APB1ENR_UART4EN_Msk /*!< UART 4 clock en… macro