Type Definition stm32g4::stm32g441::adc1::GCOMP[][src]

type GCOMP = Reg<u32, _GCOMP>;

Gain compensation Register

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

For information about available fields see gcomp module

Trait Implementations

impl Readable for GCOMP[src]

read() method returns gcomp::R reader structure

impl ResetValue for GCOMP[src]

Register GCOMP reset()'s with value 0

type Type = u32

Register size

impl Writable for GCOMP[src]

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