[][src]Type Definition gd32vf103_pac::fwdgt::RLD

type RLD = Reg<u32, _RLD>;

Reload register

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

For information about available fields see rld module

Trait Implementations

impl Readable for RLD[src]

read() method returns rld::R reader structure

impl ResetValue for RLD[src]

Register RLD reset()'s with value 0x0fff

type Type = u32

Register size

impl Writable for RLD[src]

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