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

type MINOR = Reg<u8, _MINOR>;

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

This register you can read. See API.

For information about avaliable fields see minor module

Trait Implementations

impl Readable for MINOR[src]

read() method returns minor::R reader structure