[][src]Type Definition fomu_pac::version::MAJOR

type MAJOR = Reg<u8, _MAJOR>;

Major git tag version. For example, this firmware was built from git tag v2.0.3, so this value is 2.

This register you can read. See API.

For information about avaliable fields see major module

Trait Implementations

impl Readable for MAJOR[src]

read() method returns major::R reader structure