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

type EV_PENDING = Reg<u8, _EV_PENDING>;

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

For information about avaliable fields see ev_pending module

Trait Implementations

impl Readable for EV_PENDING[src]

read() method returns ev_pending::R reader structure

impl ResetValue for EV_PENDING[src]

Register EV_PENDING reset()'s with value 0

type Type = u8

Register size

impl Writable for EV_PENDING[src]

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