[][src]Type Definition atsamd11c::pac0::WPSET

type WPSET = Reg<u32, _WPSET>;

Write Protection Set

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

For information about available fields see wpset module

Trait Implementations

impl Readable for WPSET[src]

read() method returns wpset::R reader structure

impl ResetValue for WPSET[src]

Register WPSET reset()'s with value 0

type Type = u32

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

impl Writable for WPSET[src]

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