Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/rtc/
Drtc_ds1307.c29 #define MINUTES_BITS GENMASK(7, 0) macro
91 timeptr->tm_min = bcd2bin(regs[1] & MINUTES_BITS); in ds1307_get_time()
Drtc_am1805.c49 #define MINUTES_BITS GENMASK(6, 0) macro
139 regs[1] = bin2bcd(tm->tm_min) & MINUTES_BITS; in am1805_set_time()
189 timeptr->tm_min = bcd2bin(regs[1] & MINUTES_BITS); in am1805_get_time()
342 timeptr->tm_min = bcd2bin(regs[1] & MINUTES_BITS); in am1805_alarm_get_time()
409 regs[1] = bin2bcd(timeptr->tm_min) & MINUTES_BITS; in am1805_alarm_set_time()
Drtc_rv8263.c60 #define MINUTES_BITS GENMASK(7, 0) macro
240 regs[2] = bin2bcd(timeptr->tm_min) & MINUTES_BITS; in rv8263c8_time_set()
271 timeptr->tm_min = bcd2bin(regs[1] & MINUTES_BITS); in rv8263c8_time_get()
438 regs[1] = bin2bcd(timeptr->tm_min) & MINUTES_BITS; in rv8263c8_alarm_set_time()
538 timeptr->tm_min = bcd2bin(value[1]) & MINUTES_BITS; in rv8263c8_alarm_get_time()