IoRegisters

Undocumented in source.

Members

Aliases

getUnMonitored
alias getUnMonitored(T) = get!(T, false)
Undocumented in source.
setUnMonitored
alias setUnMonitored(T) = set!(T, false)
Undocumented in source.

Functions

get
T get(uint address)
Undocumented in source. Be warned that the author may not have intended to support it.
mapAddress
auto mapAddress(uint address, T valuePtr, int mask, int shift, bool readable, bool writable)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(uint address, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
unmapAddress
void unmapAddress(uint address, int mask, int shift)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta