Searched refs:RTC_ALRMBR_DT (Results 1 – 13 of 13) sorted by relevance
2112 MODIFY_REG(RTC->ALRMBR, (RTC_ALRMBR_DT | RTC_ALRMBR_DU), in LL_RTC_ALMB_SetDay()2128 temp = READ_BIT(RTCx->ALRMBR, (RTC_ALRMBR_DT | RTC_ALRMBR_DU)); in LL_RTC_ALMB_GetDay()2129 …return (uint32_t)((((temp & RTC_ALRMBR_DT) >> RTC_ALRMBR_DT_Pos) << 4U) | ((temp & RTC_ALRMBR_DU) … in LL_RTC_ALMB_GetDay()
2117 MODIFY_REG(RTC->ALRMBR, (RTC_ALRMBR_DT | RTC_ALRMBR_DU), in LL_RTC_ALMB_SetDay()2133 temp = READ_BIT(RTCx->ALRMBR, (RTC_ALRMBR_DT | RTC_ALRMBR_DU)); in LL_RTC_ALMB_GetDay()2134 …return (uint32_t)((((temp & RTC_ALRMBR_DT) >> RTC_POSITION_ALMB_DT) << 4U) | ((temp & RTC_ALRMBR_D… in LL_RTC_ALMB_GetDay()
2365 MODIFY_REG(RTC->ALRMBR, (RTC_ALRMBR_DT | RTC_ALRMBR_DU), in LL_RTC_ALMB_SetDay()2379 return ((READ_BIT(RTCx->ALRMBR, (RTC_ALRMBR_DT | RTC_ALRMBR_DU))) >> RTC_ALRMBR_DU_Pos); in LL_RTC_ALMB_GetDay()
1255 sAlarm->AlarmDateWeekDay = (uint32_t)((tmpreg & (RTC_ALRMBR_DT | RTC_ALRMBR_DU)) >> 24U); in HAL_RTC_GetAlarm()
1659 …sAlarm->AlarmDateWeekDay = (uint32_t)((tmpreg & (RTC_ALRMBR_DT | RTC_ALRMBR_DU)) >> RTC_ALRMBR_DU_… in HAL_RTC_GetAlarm()
4582 #define RTC_ALRMBR_DT RTC_ALRMBR_DT_Msk /*!< */ macro
5089 #define RTC_ALRMBR_DT RTC_ALRMBR_DT_Msk /*!< */ macro
4757 #define RTC_ALRMBR_DT RTC_ALRMBR_DT_Msk macro
4938 #define RTC_ALRMBR_DT RTC_ALRMBR_DT_Msk /*!< */ macro
5186 #define RTC_ALRMBR_DT RTC_ALRMBR_DT_Msk macro
5292 #define RTC_ALRMBR_DT RTC_ALRMBR_DT_Msk macro
12041 #define RTC_ALRMBR_DT RTC_ALRMBR_DT_Msk macro