Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Drtc.c259 uint8_t month; in rtcGetTime() local
269 month = (((dr >> 12) & 0x1) * 10) + ((dr >> 8) & 0xf) - 1; in rtcGetTime()
270 … time_s = (((((dr >> 4) & 0x3) * 10) + (dr & 0xF) - 1) + (month << 5) - adjust[month]) * 86400ULL; in rtcGetTime()
/device/generic/goldfish/radio/include/telephony/
Dril_cdma_sms.h626 unsigned char month; /* 0x01-0x12 */ member