Type Definition atsame51j18a_pac::supc::VREG[][src]

type VREG = Reg<u32, _VREG>;

VREG Control

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

For information about available fields see vreg module

Trait Implementations

impl Readable for VREG[src]

read() method returns vreg::R reader structure

impl ResetValue for VREG[src]

Register VREG reset()’s with value 0x02

type Type = u32

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

impl Writable for VREG[src]

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