pub type SmodW<'a, REG> = FieldWriter<'a, REG, 3, Smod>;Expand description
Field SMOD writer - Shifter Mode
Aliased Type§
pub struct SmodW<'a, REG> { /* private fields */ }Implementations§
Source§impl<'a, REG> SmodW<'a, REG>
impl<'a, REG> SmodW<'a, REG>
Sourcepub fn receive(self) -> &'a mut W<REG>
pub fn receive(self) -> &'a mut W<REG>
Receive mode; capture the current shifter content into SHIFTBUF on expiration of the timer
Sourcepub fn transmit(self) -> &'a mut W<REG>
pub fn transmit(self) -> &'a mut W<REG>
Transmit mode; load SHIFTBUF contents into the shifter on expiration of the timer
Sourcepub fn matchstore(self) -> &'a mut W<REG>
pub fn matchstore(self) -> &'a mut W<REG>
Match Store mode; shifter data is compared to SHIFTBUF content on expiration of the timer
Sourcepub fn matchcont(self) -> &'a mut W<REG>
pub fn matchcont(self) -> &'a mut W<REG>
Match Continuous mode; shifter data is continuously compared to SHIFTBUF contents