[][src]Type Definition xmc4200::port1::OUT

type OUT = Reg<u32, _OUT>;

Port 1 Output Register

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

For information about available fields see out module

Trait Implementations

impl Readable for OUT[src]

read() method returns out::R reader structure

impl ResetValue for OUT[src]

Register OUT reset()'s with value 0

type Type = u32

Register size

impl Writable for OUT[src]

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