[][src]Type Definition atsamd11c::eic::WAKEUP

type WAKEUP = Reg<u32, _WAKEUP>;

Wake-Up Enable

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

For information about available fields see wakeup module

Trait Implementations

impl Readable for WAKEUP[src]

read() method returns wakeup::R reader structure

impl ResetValue for WAKEUP[src]

Register WAKEUP reset()'s with value 0

type Type = u32

Raw register type (u8, u16, u32, ...).

impl Writable for WAKEUP[src]

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