Searched refs:AHB5SMENR (Results 1 – 7 of 7) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_bus.h | 950 SET_BIT(RCC->AHB5SMENR, Periphs); in LL_AHB5_GRP1_EnableClockStopSleep() 952 tmpreg = READ_BIT(RCC->AHB5SMENR, Periphs); in LL_AHB5_GRP1_EnableClockStopSleep() 970 return ((READ_BIT(RCC->AHB5SMENR, Periphs) == Periphs) ? 1UL : 0UL); in LL_AHB5_GRP1_IsEnabledClockStopSleep() 987 CLEAR_BIT(RCC->AHB5SMENR, Periphs); in LL_AHB5_GRP1_DisableClockStopSleep()
|
D | stm32wbaxx_hal_rcc.h | 1486 #define __HAL_RCC_RADIO_CLK_SLEEP_ENABLE() SET_BIT(RCC->AHB5SMENR, RCC_AHB5SMENR_RADIOSMEN) 1487 #define __HAL_RCC_RADIO_CLK_SLEEP_DISABLE() CLEAR_BIT(RCC->AHB5SMENR, RCC_AHB5SMENR_RADIOSMEN) 1490 #define __HAL_RCC_PTACONV_CLK_SLEEP_ENABLE() SET_BIT(RCC->AHB5SMENR, RCC_AHB5SMENR_PTACONVSMEN) 1491 #define __HAL_RCC_PTACONV_CLK_SLEEP_DISABLE() CLEAR_BIT(RCC->AHB5SMENR, RCC_AHB5SMENR_PTACONVSMEN) 1663 #define __HAL_RCC_RADIO_IS_CLK_SLEEP_ENABLED() (READ_BIT(RCC->AHB5SMENR, RCC_AHB5SMENR_RADIOS… 1665 #define __HAL_RCC_PTACONV_IS_CLK_SLEEP_ENABLED() (READ_BIT(RCC->AHB5SMENR, RCC_AHB5SMENR_PTACON…
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba50xx.h | 591 …__IO uint32_t AHB5SMENR; /*!< AHB5 Peripherals Clock Low Power Enable Register Address … member
|
D | stm32wba52xx.h | 684 …__IO uint32_t AHB5SMENR; /*!< AHB5 Peripherals Clock Low Power Enable Register Address … member
|
D | stm32wba54xx.h | 711 …__IO uint32_t AHB5SMENR; /*!< AHB5 Peripherals Clock Low Power Enable Register Address … member
|
D | stm32wba5mxx.h | 711 …__IO uint32_t AHB5SMENR; /*!< AHB5 Peripherals Clock Low Power Enable Register Address … member
|
D | stm32wba55xx.h | 711 …__IO uint32_t AHB5SMENR; /*!< AHB5 Peripherals Clock Low Power Enable Register Address … member
|