Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
DosApi.c195 uint32_t length_hi = va_arg(args, uint32_t); in osExpApiTimSetTimer() local
201 uint64_t length = (((uint64_t)length_hi) << 32) + length_lo; in osExpApiTimSetTimer()