Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_bus.h207 #define LL_APB1_GRP1_PERIPH_SPI3 RCC_APB1ENR1_SPI3EN
Dstm32l4xx_hal_rcc.h1152 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI3EN); \
1154 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI3EN); \
1367 #define __HAL_RCC_SPI3_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI3EN)
1865 #define __HAL_RCC_SPI3_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI3EN) != 0U)
1964 #define __HAL_RCC_SPI3_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_SPI3EN) == 0U)
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h11228 #define RCC_APB1ENR1_SPI3EN RCC_APB1ENR1_SPI3EN_Msk macro