[][src]Type Definition e310x::gpio0::OUT_XOR

type OUT_XOR = Reg<u32, _OUT_XOR>;

Output XOR (invert) Register

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

For information about available fields see out_xor module

Trait Implementations

impl Readable for OUT_XOR[src]

read() method returns out_xor::R reader structure

impl ResetValue for OUT_XOR[src]

Register out_xor reset()'s with value 0

type Type = u32

Register size

impl Writable for OUT_XOR[src]

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