TxdstallW

Type Alias TxdstallW 

pub type TxdstallW<'a, REG> = BitWriter<'a, REG, Txdstall>;
Expand description

Field TXDSTALL writer - TX Data SCL Stall

Aliased Type§

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

Implementations§

§

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

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

Clock stretching disabled.

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

Clock stretching enabled.