Home
last modified time | relevance | path

Searched refs:RTC_CR_SSRUIE (Results 1 – 25 of 61) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rtc_ex.h1417 #define __HAL_RTC_SSRU_ENABLE_IT(__HANDLE__, __INTERRUPT__) (RTC->CR |= (RTC_CR_SSRUIE))
1427 #define __HAL_RTC_SSRU_DISABLE_IT(__HANDLE__, __INTERRUPT__) (RTC->CR &= ~(RTC_CR_SSRUIE))
1447 #define __HAL_RTC_SSRU_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) (((RTC->CR) & (RTC_CR_SSRUIE)) !=…
Dstm32wbaxx_ll_rtc.h5200 SET_BIT(RTCx->CR, RTC_CR_SSRUIE); in LL_RTC_EnableIT_SSRU()
5212 CLEAR_BIT(RTCx->CR, RTC_CR_SSRUIE); in LL_RTC_DisableIT_SSRU()
5267 return ((READ_BIT(RTCx->CR, RTC_CR_SSRUIE) == (RTC_CR_SSRUIE)) ? 1U : 0U); in LL_RTC_IsEnabledIT_SSRU()
Dstm32wbaxx_hal_rtc.h487 #define RTC_IT_SSRU RTC_CR_SSRUIE /*!< Enable SSR Underflow Interrupt …
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rtc_ex.h1438 #define __HAL_RTC_SSRU_ENABLE_IT(__HANDLE__, __INTERRUPT__) (RTC->CR |= (RTC_CR_SSRUIE))
1448 #define __HAL_RTC_SSRU_DISABLE_IT(__HANDLE__, __INTERRUPT__) (RTC->CR &= ~(RTC_CR_SSRUIE))
1468 #define __HAL_RTC_SSRU_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) (((RTC->CR) & (RTC_CR_SSRUIE)) !=…
Dstm32n6xx_ll_rtc.h5307 SET_BIT(RTCx->CR, RTC_CR_SSRUIE); in LL_RTC_EnableIT_SSRU()
5319 CLEAR_BIT(RTCx->CR, RTC_CR_SSRUIE); in LL_RTC_DisableIT_SSRU()
5374 return ((READ_BIT(RTCx->CR, RTC_CR_SSRUIE) == (RTC_CR_SSRUIE)) ? 1U : 0U); in LL_RTC_IsEnabledIT_SSRU()
Dstm32n6xx_hal_rtc.h491 #define RTC_IT_SSRU RTC_CR_SSRUIE /*!< Enable SSR Underflow Interrupt …
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rtc_ex.h1425 #define __HAL_RTC_SSRU_ENABLE_IT(__HANDLE__, __INTERRUPT__) (RTC->CR |= (RTC_CR_SSRUIE))
1435 #define __HAL_RTC_SSRU_DISABLE_IT(__HANDLE__, __INTERRUPT__) (RTC->CR &= ~(RTC_CR_SSRUIE))
1455 #define __HAL_RTC_SSRU_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) ((((RTC->CR) & (RTC_CR_SSRUIE)) !…
Dstm32u5xx_ll_rtc.h5247 SET_BIT(RTCx->CR, RTC_CR_SSRUIE); in LL_RTC_EnableIT_SSRU()
5259 CLEAR_BIT(RTCx->CR, RTC_CR_SSRUIE); in LL_RTC_DisableIT_SSRU()
5314 return ((READ_BIT(RTCx->CR, RTC_CR_SSRUIE) == (RTC_CR_SSRUIE)) ? 1U : 0U); in LL_RTC_IsEnabledIT_SSRU()
Dstm32u5xx_hal_rtc.h490 #define RTC_IT_SSRU RTC_CR_SSRUIE /*!< Enable SSR Underflow Interrupt …
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rtc_ex.h1384 #define __HAL_RTC_SSRU_ENABLE_IT(__HANDLE__, __INTERRUPT__) (RTC->CR |= (RTC_CR_SSRUIE))
1394 #define __HAL_RTC_SSRU_DISABLE_IT(__HANDLE__, __INTERRUPT__) (RTC->CR &= ~(RTC_CR_SSRUIE))
1414 #define __HAL_RTC_SSRU_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) ((((RTC->CR) & (RTC_CR_SSRUIE)) !…
Dstm32h7rsxx_ll_rtc.h5342 SET_BIT(RTCx->CR, RTC_CR_SSRUIE); in LL_RTC_EnableIT_SSRU()
5354 CLEAR_BIT(RTCx->CR, RTC_CR_SSRUIE); in LL_RTC_DisableIT_SSRU()
5409 return ((READ_BIT(RTCx->CR, RTC_CR_SSRUIE) == (RTC_CR_SSRUIE)) ? 1U : 0U); in LL_RTC_IsEnabledIT_SSRU()
Dstm32h7rsxx_hal_rtc.h495 #define RTC_IT_SSRU RTC_CR_SSRUIE /*!< Enable SSR Underflow Interrupt …
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rtc_ex.h1509 #define __HAL_RTC_SSRU_ENABLE_IT(__HANDLE__, __INTERRUPT__) (RTC->CR |= (RTC_CR_SSRUIE))
1519 #define __HAL_RTC_SSRU_DISABLE_IT(__HANDLE__, __INTERRUPT__) (RTC->CR &= ~(RTC_CR_SSRUIE))
1539 #define __HAL_RTC_SSRU_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) ((((RTC->CR) & (RTC_CR_SSRUIE)) !…
Dstm32h5xx_ll_rtc.h5558 SET_BIT(RTCx->CR, RTC_CR_SSRUIE); in LL_RTC_EnableIT_SSRU()
5570 CLEAR_BIT(RTCx->CR, RTC_CR_SSRUIE); in LL_RTC_DisableIT_SSRU()
5625 return ((READ_BIT(RTCx->CR, RTC_CR_SSRUIE) == (RTC_CR_SSRUIE)) ? 1U : 0U); in LL_RTC_IsEnabledIT_SSRU()
Dstm32h5xx_hal_rtc.h499 #define RTC_IT_SSRU RTC_CR_SSRUIE /*!< Enable SSR Underflow Interrupt …
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_rtc.h4209 SET_BIT(RTCx->CR, RTC_CR_SSRUIE); in LL_RTC_EnableIT_SSRU()
4221 CLEAR_BIT(RTCx->CR, RTC_CR_SSRUIE); in LL_RTC_DisableIT_SSRU()
4276 return ((READ_BIT(RTCx->CR, RTC_CR_SSRUIE) == (RTC_CR_SSRUIE)) ? 1U : 0U); in LL_RTC_IsEnabledIT_SSRU()
Dstm32wlxx_hal_rtc.h482 #define RTC_IT_SSRU RTC_CR_SSRUIE /*!< Enable SSR Underflow Interrupt …
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rtc.h4307 SET_BIT(RTCx->CR, RTC_CR_SSRUIE); in LL_RTC_EnableIT_SSRU()
4319 CLEAR_BIT(RTCx->CR, RTC_CR_SSRUIE); in LL_RTC_DisableIT_SSRU()
4330 return ((READ_BIT(RTCx->CR, RTC_CR_SSRUIE) == (RTC_CR_SSRUIE)) ? 1U : 0U); in LL_RTC_IsEnabledIT_SSRU()
Dstm32l4xx_hal_rtc.h514 #define RTC_IT_SSRU RTC_CR_SSRUIE /*!< Enable SSR Underflow Interrupt …
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rtc.h509 #define RTC_IT_SSRU RTC_CR_SSRUIE /*!< Enable SSR Underflow Interrupt …
/hal_stm32-latest/stm32cube/stm32wlxx/soc/
Dstm32wle4xx.h6939 #define RTC_CR_SSRUIE RTC_CR_SSRUIE_Msk macro
Dstm32wle5xx.h6939 #define RTC_CR_SSRUIE RTC_CR_SSRUIE_Msk macro
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wba50xx.h6838 #define RTC_CR_SSRUIE RTC_CR_SSRUIE_Msk macro
/hal_stm32-latest/stm32cube/stm32u0xx/soc/
Dstm32u031xx.h5951 #define RTC_CR_SSRUIE RTC_CR_SSRUIE_Msk macro
Dstm32u083xx.h6846 #define RTC_CR_SSRUIE RTC_CR_SSRUIE_Msk macro

123