Searched refs:GET_TIME_MN (Results 1 – 6 of 6) sorted by relevance
273 rtc_initpara_struct->rtc_minute = (uint8_t)GET_TIME_MN(temp_tr); in rtc_current_time_get()
267 #define GET_TIME_MN(regval) GET_BITS((regval),8,14) /*!< get val… macro
291 #define GET_TIME_MN(regval) GET_BITS((regval),8,14) /*!< get valu… macro
290 #define GET_TIME_MN(regval) GET_BITS((regval),8,14) /*!< get val… macro
310 rtc_initpara_struct->minute = (uint8_t)GET_TIME_MN(temp_tr); in rtc_current_time_get()
294 rtc_initpara_struct->minute = (uint8_t)GET_TIME_MN(temp_tr); in rtc_current_time_get()