[][src]Type Definition betrusted_pac::memlcd::EV_STATUS

type EV_STATUS = Reg<u32, _EV_STATUS>;

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

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

Register size

impl Writable for EV_STATUS[src]

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