[][src]Type Definition gd32vf103_pac::rcu::DSV

type DSV = Reg<u32, _DSV>;

Deep sleep mode Voltage register

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

For information about available fields see dsv module

Trait Implementations

impl Readable for DSV[src]

read() method returns dsv::R reader structure

impl ResetValue for DSV[src]

Register DSV reset()'s with value 0

type Type = u32

Register size

impl Writable for DSV[src]

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