Searched refs:RTC_ALRMAR_ST (Results 1 – 14 of 14) sorted by relevance
1889 MODIFY_REG(RTCx->ALRMAR, (RTC_ALRMAR_ST | RTC_ALRMAR_SU), in LL_RTC_ALMA_SetSecond()1905 temp = READ_BIT(RTCx->ALRMAR, (RTC_ALRMAR_ST | RTC_ALRMAR_SU)); in LL_RTC_ALMA_GetSecond()1906 …return (uint32_t)((((temp & RTC_ALRMAR_ST) >> RTC_ALRMAR_ST_Pos) << 4U) | ((temp & RTC_ALRMAR_SU) … in LL_RTC_ALMA_GetSecond()1935 …M | RTC_ALRMAR_HT | RTC_ALRMAR_HU | RTC_ALRMAR_MNT | RTC_ALRMAR_MNU | RTC_ALRMAR_ST | RTC_ALRMAR_S… in LL_RTC_ALMA_ConfigTime()
1896 MODIFY_REG(RTCx->ALRMAR, (RTC_ALRMAR_ST | RTC_ALRMAR_SU), in LL_RTC_ALMA_SetSecond()1912 temp = READ_BIT(RTCx->ALRMAR, (RTC_ALRMAR_ST | RTC_ALRMAR_SU)); in LL_RTC_ALMA_GetSecond()1913 …return (uint32_t)((((temp & RTC_ALRMAR_ST) >> RTC_POSITION_ALMA_ST) << 4U) | ((temp & RTC_ALRMAR_S… in LL_RTC_ALMA_GetSecond()1942 …M | RTC_ALRMAR_HT | RTC_ALRMAR_HU | RTC_ALRMAR_MNT | RTC_ALRMAR_MNU | RTC_ALRMAR_ST | RTC_ALRMAR_S… in LL_RTC_ALMA_ConfigTime()
2147 MODIFY_REG(RTCx->ALRMAR, (RTC_ALRMAR_ST | RTC_ALRMAR_SU), in LL_RTC_ALMA_SetSecond()2161 return ((READ_BIT(RTCx->ALRMAR, (RTC_ALRMAR_ST | RTC_ALRMAR_SU))) >> RTC_ALRMAR_SU_Pos); in LL_RTC_ALMA_GetSecond()2190 …M | RTC_ALRMAR_HT | RTC_ALRMAR_HU | RTC_ALRMAR_MNT | RTC_ALRMAR_MNU | RTC_ALRMAR_ST | RTC_ALRMAR_S… in LL_RTC_ALMA_ConfigTime()
1235 sAlarm->AlarmTime.Seconds = (uint32_t)(tmpreg & (RTC_ALRMAR_ST | RTC_ALRMAR_SU)); in HAL_RTC_GetAlarm()
1639 …sAlarm->AlarmTime.Seconds = (uint8_t)((tmpreg & (RTC_ALRMAR_ST | RTC_ALRMAR_SU)) >> RTC_ALRMAR_SU_… in HAL_RTC_GetAlarm()
739 sAlarm->AlarmTime.Seconds = (uint32_t)(tmpreg & (RTC_ALRMAR_ST | RTC_ALRMAR_SU)); in HAL_RTC_GetAlarm()
4561 #define RTC_ALRMAR_ST RTC_ALRMAR_ST_Msk /*!< */ macro
4917 #define RTC_ALRMAR_ST RTC_ALRMAR_ST_Msk /*!< */ macro
4736 #define RTC_ALRMAR_ST RTC_ALRMAR_ST_Msk macro
5068 #define RTC_ALRMAR_ST RTC_ALRMAR_ST_Msk /*!< */ macro
5165 #define RTC_ALRMAR_ST RTC_ALRMAR_ST_Msk macro
5271 #define RTC_ALRMAR_ST RTC_ALRMAR_ST_Msk macro
12020 #define RTC_ALRMAR_ST RTC_ALRMAR_ST_Msk macro