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

type EV_STATUS = Reg<u8, _EV_STATUS>;

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

For information about avaliable fields see ev_status module

Trait Implementations

impl Readable for EV_STATUS[src]

read() method returns ev_status::R reader structure

impl ResetValue for EV_STATUS[src]

Register EV_STATUS reset()'s with value 0

type Type = u8

Register size

impl Writable for EV_STATUS[src]

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