Crate device_register_macro

Source
Expand description

§device-register-macro

A crate for the macro used in the device-register crate. See device-register crate for more information.

License: MIT OR Apache-2.0

Derive Macros§

EORegister
Create an edit only register
RERegister
Create a read/edit register
RORegister
Create a read only register
RWRegister
Create a read/write register
WORegister
Create a write only register