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

type GITEXTRA1 = Reg<u8, _GITEXTRA1>;

Bits 8-9 of VERSION_GITEXTRA. The number of additional commits beyond the git tag. For example, if this value is 1, then the repository this was built from has one additional commit beyond the tag indicated in MAJOR, MINOR, and REVISION.

This register you can read. See API.

For information about avaliable fields see gitextra1 module

Trait Implementations

impl Readable for GITEXTRA1[src]

read() method returns gitextra1::R reader structure