[][src]Type Definition atsamd11c14a::adc::inputctrl::GAIN_R

type GAIN_R = R<u8, GAIN_A>;

Reader of field GAIN

Methods

impl GAIN_R[src]

pub fn variant(&self) -> Variant<u8, GAIN_A>[src]

Get enumerated values variant

pub fn is_1x(&self) -> bool[src]

Checks if the value of the field is _1X

pub fn is_2x(&self) -> bool[src]

Checks if the value of the field is _2X

pub fn is_4x(&self) -> bool[src]

Checks if the value of the field is _4X

pub fn is_8x(&self) -> bool[src]

Checks if the value of the field is _8X

pub fn is_16x(&self) -> bool[src]

Checks if the value of the field is _16X

pub fn is_div2(&self) -> bool[src]

Checks if the value of the field is DIV2