OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:R2025_REG_WDAY_MASK
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/i2c/
r2025reg.h
73
#define
R2025_REG_WDAY_MASK
0x07
r2025.c
145
dt->dt_wday = bcdtobin(bcd[R2025_REG_WDAY] &
R2025_REG_WDAY_MASK
);
181
bcd[R2025_REG_WDAY] = bintobcd(dt->dt_wday) &
R2025_REG_WDAY_MASK
;
Completed in 13 milliseconds
Indexes created Mon Oct 20 08:09:54 GMT 2025