Searched refs:Sec (Results 1 – 5 of 5) sorted by relevance
| /bsp/airm2m/air105/libraries/HAL_Driver/Src/ |
| A D | core_rtc.c | 45 int Day,Year,Mon,Hour,Min,Sec,i; in RTC_GlobalInit() local 87 Sec = strtol(Buf[2], NULL, 10); in RTC_GlobalInit() 93 BuildTime.Sec = Sec; in RTC_GlobalInit()
|
| A D | bsp_common.c | 620 DSec = DDay * 86400 + Time->Hour * 3600 + Time->Min * 60 + Time->Sec; in UTC2Tamp() 638 uint32_t Tamp2UTC(LongInt Sec, Date_UserDataStruct *Date, Time_UserDataStruct *Time, uint32_t LastD… in Tamp2UTC() argument 643 DDay = Sec / 86400; in Tamp2UTC() 731 Sec = Sec % 86400; in Tamp2UTC() 732 Time->Hour = Sec / 3600; in Tamp2UTC() 733 Sec = Sec % 3600; in Tamp2UTC() 734 Time->Min = Sec / 60; in Tamp2UTC() 735 Time->Sec = Sec % 60; in Tamp2UTC()
|
| /bsp/airm2m/air105/libraries/HAL_Driver/Inc/ |
| A D | bsp_common.h | 42 uint8_t Sec; member 218 uint32_t Tamp2UTC(LongInt Sec, Date_UserDataStruct *Date, Time_UserDataStruct *Time, uint32_t LastD…
|
| /bsp/hifive1/freedom-e-sdk/ |
| A D | README.md | 136 - Divide the reported Iterations/Sec by the reported core frequency in MHz to
|
| /bsp/sparkfun-redv/freedom-e-sdk/ |
| A D | README.md | 136 - Divide the reported Iterations/Sec by the reported core frequency in MHz to
|
Completed in 9 milliseconds