cahirwpz/mimiker

Set of macros for accessing device registers

Opened this issue · 0 comments

It's time to do bitops in right way - once for whole codebase.
In lib/libc/gen/fts.c we have following macros: CLR, ISSET, SET. I would opt for creating functions / macros in mimiker.h for that purpose and use them everywhere in kernel code.

Originally posted by @pj1031999 in #1272 (comment)