[][src]Type Definition lpc845_pac::wkt::COUNT

type COUNT = Reg<u32, _COUNT>;

Counter register.

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

For information about avaliable fields see count module

Trait Implementations

impl Readable for COUNT[src]

read() method returns count::R reader structure

impl Writable for COUNT[src]

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

impl ResetValue for COUNT[src]

Register COUNT reset()'s with value 0

type Type = u32

Register size