Searched refs:gps_atoi (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/sensor/include/ |
A D | gps_parse.h | 52 static inline int gps_atoi(const char *str, int size, int radix) in gps_atoi() function 105 res->year = gps_atoi(str_tmp,GPS_UTC_YEAR_LEN,10); in gps_utc_get() 107 res->mon = gps_atoi(str_tmp,GPS_UTC_MON_LEN,10); in gps_utc_get() 109 res->day = gps_atoi(str_tmp,GPS_UTC_DAY_LEN,10); in gps_utc_get() 114 res->min = gps_atoi(str_tmp,GPS_UTC_MIN_LEN,10); in gps_utc_get() 116 res->sec = gps_atoi(str_tmp,GPS_UTC_SEC_LEN,10); in gps_utc_get() 118 res->hsec = gps_atoi(str_tmp,3,10); in gps_utc_get() 126 res->min = gps_atoi(str_tmp,GPS_UTC_MIN_LEN,10); in gps_utc_get() 128 res->sec = gps_atoi(str_tmp,GPS_UTC_SEC_LEN,10); in gps_utc_get() 130 res->hsec = gps_atoi(str_tmp,3,10); in gps_utc_get() [all …]
|
/AliOS-Things-master/components/sensor/hal/ |
A D | gps_parse.c | 246 crc = gps_atoi(&str_tmp[1],2,16); in gps_gp_check()
|
Completed in 4 milliseconds