atsamd21g::i2s::serctrl

Type Alias TxsameW

Source
pub type TxsameW<'a, REG> = BitWriter<'a, REG, Txsameselect>;
Expand description

Field TXSAME writer - Transmit Data when Underrun

Aliased Type§

struct TxsameW<'a, REG> { /* private fields */ }

Implementations§

Source§

impl<'a, REG> TxsameW<'a, REG>
where REG: Writable + RegisterSpec,

Source

pub fn zero(self) -> &'a mut W<REG>

Zero data transmitted in case of underrun

Source

pub fn same(self) -> &'a mut W<REG>

Last data transmitted in case of underrun