Home
last modified time | relevance | path

Searched refs:STOPCR (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_rcc.h1905 SET_BIT(RCC->STOPCR, RCC_STOPCR_HSISTOPEN); in LL_RCC_HSI_EnableInStopMode()
1915 CLEAR_BIT(RCC->STOPCR, RCC_STOPCR_HSISTOPEN); in LL_RCC_HSI_DisableInStopMode()
1925 return ((READ_BIT(RCC->STOPCR, RCC_STOPCR_HSISTOPEN) == RCC_STOPCR_HSISTOPEN) ? 1UL : 0UL); in LL_RCC_HSI_IsEnabledInStopMode()
2036 SET_BIT(RCC->STOPCR, RCC_STOPCR_MSISTOPEN); in LL_RCC_MSI_EnableInStopMode()
2046 CLEAR_BIT(RCC->STOPCR, RCC_STOPCR_MSISTOPEN); in LL_RCC_MSI_DisableInStopMode()
2056 return ((READ_BIT(RCC->STOPCR, RCC_STOPCR_MSISTOPEN) == RCC_STOPCR_MSISTOPEN) ? 1UL : 0UL); in LL_RCC_MSI_IsEnabledInStopMode()
2246 return ((READ_BIT(RCC->STOPCR, RCC_LSECFGR_LSEGFON) == RCC_LSECFGR_LSEGFON) ? 1UL : 0UL); in LL_RCC_LSE_IsEnabledGlitchFilter()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc.c324 WRITE_REG(RCC->STOPCR, 0x00000002U); in HAL_RCC_DeInit()
Dstm32n6xx_ll_rcc.c229 WRITE_REG(RCC->STOPCR, 0x00000008U); in LL_RCC_DeInit()
/hal_stm32-latest/stm32cube/stm32n6xx/soc/
Dstm32n645xx.h1915 …__IO uint32_t STOPCR; /*!< RCC Stop mode control register … member
Dstm32n657xx.h2041 …__IO uint32_t STOPCR; /*!< RCC Stop mode control register … member
Dstm32n655xx.h2013 …__IO uint32_t STOPCR; /*!< RCC Stop mode control register … member
Dstm32n647xx.h1943 …__IO uint32_t STOPCR; /*!< RCC Stop mode control register … member