[][src]Type Definition atsame51g::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 available 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

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

impl Writable for WINCTRL[src]

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