Searched refs:APB7SMENR (Results 1 – 7 of 7) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_rcc.h | 1592 #define __HAL_RCC_SYSCFG_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB7SMENR, RCC_APB7SMENR_SYSCFGSMEN) 1593 #define __HAL_RCC_SPI3_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB7SMENR, RCC_APB7SMENR_SPI3SMEN) 1594 #define __HAL_RCC_LPUART1_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB7SMENR, RCC_APB7SMENR_LPUART1SMEN) 1595 #define __HAL_RCC_I2C3_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB7SMENR, RCC_APB7SMENR_I2C3SMEN) 1596 #define __HAL_RCC_LPTIM1_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB7SMENR, RCC_APB7SMENR_LPTIM1SMEN) 1597 #define __HAL_RCC_COMP_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB7SMENR, RCC_APB7SMENR_COMPSMEN) 1598 #define __HAL_RCC_RTCAPB_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB7SMENR, RCC_APB7SMENR_RTCAPBSMEN) 1600 #define __HAL_RCC_SYSCFG_CLK_SLEEP_DISABLE() CLEAR_BIT(RCC->APB7SMENR, RCC_APB7SMENR_SYSCFGSMEN) 1601 #define __HAL_RCC_SPI3_CLK_SLEEP_DISABLE() CLEAR_BIT(RCC->APB7SMENR, RCC_APB7SMENR_SPI3SMEN) 1602 #define __HAL_RCC_LPUART1_CLK_SLEEP_DISABLE() CLEAR_BIT(RCC->APB7SMENR, RCC_APB7SMENR_LPUART1SMEN) [all …]
|
D | stm32wbaxx_ll_bus.h | 1705 SET_BIT(RCC->APB7SMENR, Periphs); in LL_APB7_GRP1_EnableClockStopSleep() 1707 tmpreg = READ_BIT(RCC->APB7SMENR, Periphs); in LL_APB7_GRP1_EnableClockStopSleep() 1736 return ((READ_BIT(RCC->APB7SMENR, Periphs) == Periphs) ? 1UL : 0UL); in LL_APB7_GRP1_IsEnabledClockStopSleep() 1763 CLEAR_BIT(RCC->APB7SMENR, Periphs); in LL_APB7_GRP1_DisableClockStopSleep()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba50xx.h | 595 …__IO uint32_t APB7SMENR; /*!< APB7 Peripherals Clock Low Power Enable Register Address … member
|
D | stm32wba52xx.h | 688 …__IO uint32_t APB7SMENR; /*!< APB7 Peripherals Clock Low Power Enable Register Address … member
|
D | stm32wba54xx.h | 715 …__IO uint32_t APB7SMENR; /*!< APB7 Peripherals Clock Low Power Enable Register Address … member
|
D | stm32wba5mxx.h | 715 …__IO uint32_t APB7SMENR; /*!< APB7 Peripherals Clock Low Power Enable Register Address … member
|
D | stm32wba55xx.h | 715 …__IO uint32_t APB7SMENR; /*!< APB7 Peripherals Clock Low Power Enable Register Address … member
|