Home
last modified time | relevance | path

Searched refs:RCC_APB3ENR_SPI5EN (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc.h1830 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_SPI5EN); \
1832 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_SPI5EN); \
1944 #define __HAL_RCC_SPI5_CLK_DISABLE() CLEAR_BIT(RCC->APB3ENR, RCC_APB3ENR_SPI5EN)
2657 #define __HAL_RCC_SPI5_IS_CLK_ENABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_SPI5EN) != 0U)
2701 #define __HAL_RCC_SPI5_IS_CLK_DISABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_SPI5EN) == 0U)
Dstm32h5xx_ll_bus.h352 #define LL_APB3_GRP1_PERIPH_SPI5 RCC_APB3ENR_SPI5EN
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h562xx.h14194 #define RCC_APB3ENR_SPI5EN RCC_APB3ENR_SPI5EN_Msk macro
Dstm32h573xx.h16821 #define RCC_APB3ENR_SPI5EN RCC_APB3ENR_SPI5EN_Msk macro
Dstm32h563xx.h16284 #define RCC_APB3ENR_SPI5EN RCC_APB3ENR_SPI5EN_Msk macro