pub type SmodR = FieldReader<Smod>;Expand description
Field SMOD reader - Shifter Mode
Aliased Type§
pub struct SmodR { /* private fields */ }Implementations§
Source§impl SmodR
impl SmodR
Sourcepub fn is_disable(&self) -> bool
pub fn is_disable(&self) -> bool
Disable
Sourcepub fn is_receive(&self) -> bool
pub fn is_receive(&self) -> bool
Receive mode; capture the current shifter content into SHIFTBUF on expiration of the timer
Sourcepub fn is_transmit(&self) -> bool
pub fn is_transmit(&self) -> bool
Transmit mode; load SHIFTBUF contents into the shifter on expiration of the timer
Sourcepub fn is_matchstore(&self) -> bool
pub fn is_matchstore(&self) -> bool
Match Store mode; shifter data is compared to SHIFTBUF content on expiration of the timer
Sourcepub fn is_matchcont(&self) -> bool
pub fn is_matchcont(&self) -> bool
Match Continuous mode; shifter data is continuously compared to SHIFTBUF contents