Searched refs:LongInt (Results 1 – 3 of 3) sorted by relevance
| /bsp/airm2m/air105/libraries/HAL_Driver/Src/ |
| A D | bsp_common.c | 506 static LongInt Reflect(LongInt ref, uint8_t ch) in Reflect() 508 LongInt value = 0; in Reflect() 509 LongInt i; in Reflect() 510 for (i = 1; i < (LongInt)(ch + 1); i++) in Reflect() 513 value |= (LongInt)1 << (ch - i); in Reflect() 590 LongInt UTC2Tamp(Date_UserDataStruct *Date, Time_UserDataStruct *Time) in UTC2Tamp() 593 LongInt DYear, DDay, DSec; in UTC2Tamp() 638 uint32_t Tamp2UTC(LongInt Sec, Date_UserDataStruct *Date, Time_UserDataStruct *Time, uint32_t LastD… in Tamp2UTC()
|
| A D | core_rtc.c | 43 LongInt Tamp; in RTC_GlobalInit()
|
| /bsp/airm2m/air105/libraries/HAL_Driver/Inc/ |
| A D | bsp_common.h | 156 typedef uint64_t LongInt; typedef 217 LongInt UTC2Tamp(Date_UserDataStruct *Date, Time_UserDataStruct *Time); 218 uint32_t Tamp2UTC(LongInt Sec, Date_UserDataStruct *Date, Time_UserDataStruct *Time, uint32_t LastD…
|
Completed in 12 milliseconds