Type Definition gd32f1::gd32f170::opa_ivref::IVREF_CTL[][src]

type IVREF_CTL = Reg<u32, _IVREF_CTL>;

IVREF control register

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

For information about available fields see ivref_ctl module

Trait Implementations

impl Readable for IVREF_CTL[src]

read() method returns ivref_ctl::R reader structure

impl ResetValue for IVREF_CTL[src]

Register IVREF_CTL reset()’s with value 0x1000_0f00

type Type = u32

Register size

impl Writable for IVREF_CTL[src]

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