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

type EN = Reg<u32, _EN>;

Enable flag of the Timer. Set this flag to 1 to enable/start the Timer. Set to 0 to disable the Timer.

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

For information about available 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 = u32

Register size

impl Writable for EN[src]

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