Searched refs:time_hh (Results 1 – 1 of 1) sorted by relevance
61 uint8_t time_hh; in time_string_to_seconds() local66 time_hh = ((time_string[TIME_HH_OFFSET] - '0') * 10) + in time_string_to_seconds()73 return (time_hh * SECONDS_PER_HOUR) + (time_mm * SECONDS_PER_MINUTE) + time_ss; in time_string_to_seconds()