[−][src]Type Definition lpc55_pac::powerquad::INABASE
type INABASE = Reg<u32, _INABASE>;
Base address register for input A region
This register you can read, reset, write, write_with_zero, modify. See API.
For information about available fields see inabase module
Trait Implementations
impl Readable for INABASE[src]
read() method returns inabase::R reader structure
impl ResetValue for INABASE[src][+]
type Type = u32
fn reset_value() -> Self::Type[src][−]
impl Writable for INABASE[src]
write(|w| ..) method takes inabase::W writer structure