[][src]Type Definition atsamd11c14a::ac::WINCTRL

type WINCTRL = Reg<u8, _WINCTRL>;

Window Control

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

For information about avaliable fields see winctrl module

Trait Implementations

impl Readable for WINCTRL[src]

read() method returns winctrl::R reader structure

impl ResetValue for WINCTRL[src]

Register WINCTRL reset()'s with value 0

type Type = u8

Register size

impl Writable for WINCTRL[src]

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