[−][src]Type Definition lpc55_pac::plu::OUTPUTS
type OUTPUTS = Reg<u32, _OUTPUTS>;
Provides the current state of the 8 designated PLU Outputs.
This register you can read
, reset
, write
, write_with_zero
, modify
. See API.
For information about available fields see outputs module
Trait Implementations
impl Readable for OUTPUTS
[src]
read()
method returns outputs::R reader structure
impl ResetValue for OUTPUTS
[src]
Register OUTPUTS reset()
's with value 0
impl Writable for OUTPUTS
[src]
write(|w| ..)
method takes outputs::W writer structure