[][src]Type Definition fomu_pac::timer0::EN

type EN = Reg<u8, _EN>;

Enable of the Timer.Set if to 1 to enable/start the Timer and 0 to disable the Timer

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

For information about avaliable fields see en module

Trait Implementations

impl Readable for EN[src]

read() method returns en::R reader structure

impl ResetValue for EN[src]

Register EN reset()'s with value 0

type Type = u8

Register size

impl Writable for EN[src]

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