[][src]Type Definition lpc55_pac::secgpio::CLR0

type CLR0 = Reg<u32, _CLR0>;

Clear port for all port GPIO pins

This register you can reset, write, write_with_zero. See API.

For information about available fields see clr0 module

Trait Implementations

impl ResetValue for CLR0[src]

Register CLR0 reset()'s with value 0

type Type = u32

Register size

impl Writable for CLR0[src]

write(|w| ..) method takes clr0::W writer structure