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