Home
last modified time | relevance | path

Searched refs:time_mm (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_info/src/
Dbuild_date.c62 uint8_t time_mm; in time_string_to_seconds() local
68 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()