[][src]Type Definition fomu_pac::touch::OE

type OE = Reg<u8, _OE>;

Output enable control for pads 1-4

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

For information about avaliable fields see oe module

Trait Implementations

impl Readable for OE[src]

read() method returns oe::R reader structure

impl ResetValue for OE[src]

Register OE reset()'s with value 0

type Type = u8

Register size

impl Writable for OE[src]

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