Home
last modified time | relevance | path

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

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