RxstallW

Type Alias RxstallW 

pub type RxstallW<'a, REG> = BitWriter<'a, REG, Rxstall>;
Expand description

Field RXSTALL writer - RX SCL Stall

Aliased Type§

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

Implementations§

§

impl<'a, REG> RxstallW<'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.