Type Alias AT_R

Source
pub type AT_R = FieldReader<u8, AT_A>;
Expand description

Field AT reader - Scan Sample Acquisition Time

Aliased Type§

pub struct AT_R { /* private fields */ }

Implementations§

Source§

impl AT_R

Source

pub fn variant(&self) -> Option<AT_A>

Get enumerated values variant

Source

pub fn is_1cycle(&self) -> bool

Checks if the value of the field is _1CYCLE

Source

pub fn is_2cycles(&self) -> bool

Checks if the value of the field is _2CYCLES

Source

pub fn is_4cycles(&self) -> bool

Checks if the value of the field is _4CYCLES

Source

pub fn is_8cycles(&self) -> bool

Checks if the value of the field is _8CYCLES

Source

pub fn is_16cycles(&self) -> bool

Checks if the value of the field is _16CYCLES

Source

pub fn is_32cycles(&self) -> bool

Checks if the value of the field is _32CYCLES

Source

pub fn is_64cycles(&self) -> bool

Checks if the value of the field is _64CYCLES

Source

pub fn is_128cycles(&self) -> bool

Checks if the value of the field is _128CYCLES

Source

pub fn is_256cycles(&self) -> bool

Checks if the value of the field is _256CYCLES