[][src]Type Definition rsl10_pac::adc::ADC_CFG

type ADC_CFG = Reg<u32, _ADC_CFG>;

ADC Configuration Register

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

For information about available fields see adc_cfg module

Trait Implementations

impl Readable for ADC_CFG[src]

read() method returns adc_cfg::R reader structure

impl ResetValue for ADC_CFG[src]

Register ADC_CFG reset()'s with value 0

type Type = u32

Register size

impl Writable for ADC_CFG[src]

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