Searched refs:RTC_ALRMBR_ST (Results 1 – 13 of 13) sorted by relevance
2269 MODIFY_REG(RTCx->ALRMBR, (RTC_ALRMBR_ST | RTC_ALRMBR_SU), in LL_RTC_ALMB_SetSecond()2285 temp = READ_BIT(RTCx->ALRMBR, (RTC_ALRMBR_ST | RTC_ALRMBR_SU)); in LL_RTC_ALMB_GetSecond()2286 …return (uint32_t)((((temp & RTC_ALRMBR_ST) >> RTC_ALRMBR_ST_Pos) << 4U) | ((temp & RTC_ALRMBR_SU) … in LL_RTC_ALMB_GetSecond()2315 …PM| RTC_ALRMBR_HT | RTC_ALRMBR_HU | RTC_ALRMBR_MNT | RTC_ALRMBR_MNU | RTC_ALRMBR_ST | RTC_ALRMBR_S… in LL_RTC_ALMB_ConfigTime()
2274 MODIFY_REG(RTCx->ALRMBR, (RTC_ALRMBR_ST | RTC_ALRMBR_SU), in LL_RTC_ALMB_SetSecond()2290 temp = READ_BIT(RTCx->ALRMBR, (RTC_ALRMBR_ST | RTC_ALRMBR_SU)); in LL_RTC_ALMB_GetSecond()2291 …return (uint32_t)((((temp & RTC_ALRMBR_ST) >> RTC_POSITION_ALMB_ST) << 4U) | ((temp & RTC_ALRMBR_S… in LL_RTC_ALMB_GetSecond()2320 …PM| RTC_ALRMBR_HT | RTC_ALRMBR_HU | RTC_ALRMBR_MNT | RTC_ALRMBR_MNU | RTC_ALRMBR_ST | RTC_ALRMBR_S… in LL_RTC_ALMB_ConfigTime()
2513 MODIFY_REG(RTCx->ALRMBR, (RTC_ALRMBR_ST | RTC_ALRMBR_SU), in LL_RTC_ALMB_SetSecond()2527 return ((READ_BIT(RTCx->ALRMBR, (RTC_ALRMBR_ST | RTC_ALRMBR_SU))) >> RTC_ALRMBR_SU_Pos); in LL_RTC_ALMB_GetSecond()2556 …PM| RTC_ALRMBR_HT | RTC_ALRMBR_HU | RTC_ALRMBR_MNT | RTC_ALRMBR_MNU | RTC_ALRMBR_ST | RTC_ALRMBR_S… in LL_RTC_ALMB_ConfigTime()
1252 sAlarm->AlarmTime.Seconds = (uint32_t)(tmpreg & (RTC_ALRMBR_ST | RTC_ALRMBR_SU)); in HAL_RTC_GetAlarm()
1656 …sAlarm->AlarmTime.Seconds = (uint8_t)((tmpreg & (RTC_ALRMBR_ST | RTC_ALRMBR_SU)) >> RTC_ALRMBR_SU_… in HAL_RTC_GetAlarm()
4631 #define RTC_ALRMBR_ST RTC_ALRMBR_ST_Msk /*!< */ macro
5138 #define RTC_ALRMBR_ST RTC_ALRMBR_ST_Msk /*!< */ macro
4806 #define RTC_ALRMBR_ST RTC_ALRMBR_ST_Msk macro
4987 #define RTC_ALRMBR_ST RTC_ALRMBR_ST_Msk /*!< */ macro
5235 #define RTC_ALRMBR_ST RTC_ALRMBR_ST_Msk macro
5341 #define RTC_ALRMBR_ST RTC_ALRMBR_ST_Msk macro
12090 #define RTC_ALRMBR_ST RTC_ALRMBR_ST_Msk macro