Searched refs:time_mm (Results 1 – 1 of 1) sorted by relevance
62 uint8_t time_mm; in time_string_to_seconds() local68 time_mm = ((time_string[TIME_MM_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()