Searched refs:Second (Results 1 – 13 of 13) sorted by relevance
20 uint8_t Second; //取值0--59 member29 uint8_t Second; member40 uint8_t Second; member
47 RTCx->MINSEC = (initStruct->Second << RTC_MINSEC_SEC_Pos) | in RTC_Init()114 dateTime->Second = (RTCx->MINSEC & RTC_MINSEC_SEC_Msk) >> RTC_MINSEC_SEC_Pos; in RTC_GetDateTime()129 RTCx->MINSECAL = (alarmStruct->Second << RTC_MINSECAL_SEC_Pos) | in RTC_AlarmSetup()
24 uint8_t Second; //取值0--59 member33 uint8_t Second; member44 uint8_t Second; member
53 RTCx->MINSEC = (initStruct->Second << RTC_MINSEC_SEC_Pos) | in RTC_Init()120 dateTime->Second = (RTCx->MINSEC & RTC_MINSEC_SEC_Msk) >> RTC_MINSEC_SEC_Pos; in RTC_GetDateTime()135 RTCx->MINSECAL = (alarmStruct->Second << RTC_MINSECAL_SEC_Pos) | in RTC_AlarmSetup()
54 tm_new.tm_sec = get_datetime.Second; in swm_get_rtc_time_stamp()70 set_datetime.Second = now.tm_sec; in swm_set_rtc_time_stamp()81 RTC->MINSEC = (set_datetime.Second << RTC_MINSEC_SEC_Pos) | in swm_set_rtc_time_stamp()105 rtc_initstruct.Second = 55; in swm_rtc_configure()
53 tm_new.tm_sec = get_datetime.Second; in swm_get_rtc_time_stamp()69 set_datetime.Second = now.tm_sec; in swm_set_rtc_time_stamp()80 RTC->MINSEC = (set_datetime.Second << RTC_MINSEC_SEC_Pos) | in swm_set_rtc_time_stamp()105 rtc_initstruct.Second = 55; in swm_rtc_configure()
102 - Compute DMIPS by dividing the Dhrystones per Second result by 1757, which116 Dhrystones per Second: 729927.0
43 ; Second half of RAM allocated to RW data, heap and stack
49 ; 32 MB- Second half of external memory allocated to RW data
36 /* Second stage bootloader is prepended to the image. It must be 256 bytes big
331 unsigned char Second; member
414 … CD->LastWriteSector = msf_to_lba(TrackMSF->MSF.Minute, TrackMSF->MSF.Second, TrackMSF->MSF.Frame);
Completed in 30 milliseconds