Enum efm32gg11b820::adc0::singlectrl::RESW [] [src]

pub enum RESW {
    _12BIT,
    _8BIT,
    _6BIT,
    OVS,
}

Values that can be written to the field RES

Variants

12-bit resolution.

8-bit resolution.

6-bit resolution.

Oversampling enabled. Oversampling rate is set in OVSRSEL.

Trait Implementations

Auto Trait Implementations

impl Send for RESW

impl Sync for RESW