Type Alias CFGR

Source
pub type CFGR = Reg<u32, _CFGR>;
Expand description

ADC configuration register 1

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

For information about available fields see cfgr module

Aliased Type§

pub struct CFGR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for CFGR

Register CFGR reset()’s with value 0x8000_0000

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for CFGR

read() method returns cfgr::R reader structure

Source§

impl Writable for CFGR

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