Type Alias SmodW
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§
§impl<'a, REG> SmodW<'a, REG>
impl<'a, REG> SmodW<'a, REG>
pub fn _1(self) -> &'a mut W<REG>
pub fn _1(self) -> &'a mut W<REG>
Receive mode. Captures the current Shifter content into the SHIFTBUF on expiration of the Timer.
pub fn _10(self) -> &'a mut W<REG>
pub fn _10(self) -> &'a mut W<REG>
Transmit mode. Load SHIFTBUF contents into the Shifter on expiration of the Timer.