[−][src]Type Definition lpc55_pac::gint0::PORT_POL
type PORT_POL = Reg<u32, _PORT_POL>;
GPIO grouped interrupt port 0 polarity register
This register you can read
, reset
, write
, write_with_zero
, modify
. See API.
For information about available fields see port_pol module
Trait Implementations
impl Readable for PORT_POL
[src]
read()
method returns port_pol::R reader structure
impl ResetValue for PORT_POL
[src][+]
type Type = u32
fn reset_value() -> Self::Type
[src][−]
impl Writable for PORT_POL
[src]
write(|w| ..)
method takes port_pol::W writer structure