[][src]Type Definition atsamd11c14a::evsys::USER

type USER = Reg<u16, _USER>;

User Multiplexer

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

For information about avaliable fields see user module

Trait Implementations

impl Readable for USER[src]

read() method returns user::R reader structure

impl ResetValue for USER[src]

Register USER reset()'s with value 0

type Type = u16

Register size

impl Writable for USER[src]

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