/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_rtc_ex.h | 1417 #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)) !=…
|
D | stm32wbaxx_ll_rtc.h | 5200 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()
|
D | stm32wbaxx_hal_rtc.h | 487 #define RTC_IT_SSRU RTC_CR_SSRUIE /*!< Enable SSR Underflow Interrupt …
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_rtc_ex.h | 1438 #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)) !=…
|
D | stm32n6xx_ll_rtc.h | 5307 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()
|
D | stm32n6xx_hal_rtc.h | 491 #define RTC_IT_SSRU RTC_CR_SSRUIE /*!< Enable SSR Underflow Interrupt …
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rtc_ex.h | 1425 #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)) !…
|
D | stm32u5xx_ll_rtc.h | 5247 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()
|
D | stm32u5xx_hal_rtc.h | 490 #define RTC_IT_SSRU RTC_CR_SSRUIE /*!< Enable SSR Underflow Interrupt …
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_rtc_ex.h | 1384 #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)) !…
|
D | stm32h7rsxx_ll_rtc.h | 5342 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()
|
D | stm32h7rsxx_hal_rtc.h | 495 #define RTC_IT_SSRU RTC_CR_SSRUIE /*!< Enable SSR Underflow Interrupt …
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rtc_ex.h | 1509 #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)) !…
|
D | stm32h5xx_ll_rtc.h | 5558 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()
|
D | stm32h5xx_hal_rtc.h | 499 #define RTC_IT_SSRU RTC_CR_SSRUIE /*!< Enable SSR Underflow Interrupt …
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_rtc.h | 4209 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()
|
D | stm32wlxx_hal_rtc.h | 482 #define RTC_IT_SSRU RTC_CR_SSRUIE /*!< Enable SSR Underflow Interrupt …
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_rtc.h | 4307 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()
|
D | stm32l4xx_hal_rtc.h | 514 #define RTC_IT_SSRU RTC_CR_SSRUIE /*!< Enable SSR Underflow Interrupt …
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_rtc.h | 509 #define RTC_IT_SSRU RTC_CR_SSRUIE /*!< Enable SSR Underflow Interrupt …
|
/hal_stm32-latest/stm32cube/stm32wlxx/soc/ |
D | stm32wle4xx.h | 6939 #define RTC_CR_SSRUIE RTC_CR_SSRUIE_Msk macro
|
D | stm32wle5xx.h | 6939 #define RTC_CR_SSRUIE RTC_CR_SSRUIE_Msk macro
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba50xx.h | 6838 #define RTC_CR_SSRUIE RTC_CR_SSRUIE_Msk macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 5951 #define RTC_CR_SSRUIE RTC_CR_SSRUIE_Msk macro
|
D | stm32u083xx.h | 6846 #define RTC_CR_SSRUIE RTC_CR_SSRUIE_Msk macro
|