[][src]Type Definition xmc4100::vadc_g0::VFR

type VFR = Reg<u32, _VFR>;

Valid Flag Register

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

For information about available fields see vfr module

Trait Implementations

impl Readable for VFR[src]

read() method returns vfr::R reader structure

impl ResetValue for VFR[src]

Register VFR reset()'s with value 0

type Type = u32

Register size

impl Writable for VFR[src]

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