Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_bus.h210 #define LL_APB1_GRP1_PERIPH_USART3 RCC_APB1ENR1_USART3EN
Dstm32l4xx_hal_rcc.h1170 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART3EN); \
1172 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART3EN); \
1373 #define __HAL_RCC_USART3_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART3EN)
1871 #define __HAL_RCC_USART3_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART3EN) != 0…
1970 #define __HAL_RCC_USART3_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_USART3EN) == 0…
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h11234 #define RCC_APB1ENR1_USART3EN RCC_APB1ENR1_USART3EN_Msk macro