Type Definition gd32f1::gd32f170::adc::ISQ[][src]

type ISQ = Reg<u32, _ISQ>;

Inserted sequence register

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

For information about available fields see isq module

Trait Implementations

impl Readable for ISQ[src]

read() method returns isq::R reader structure

impl ResetValue for ISQ[src]

Register ISQ reset()’s with value 0

type Type = u32

Register size

impl Writable for ISQ[src]

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