[][src]Type Definition atsamd51p::pac::WRCTRL

type WRCTRL = Reg<u32, _WRCTRL>;

Write control

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

For information about available fields see wrctrl module

Trait Implementations

impl Readable for WRCTRL[src]

read() method returns wrctrl::R reader structure

impl ResetValue for WRCTRL[src]

Register WRCTRL reset()'s with value 0

type Type = u32

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

impl Writable for WRCTRL[src]

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