RxstallR

Type Alias RxstallR 

pub type RxstallR = BitReader<Rxstall>;
Expand description

Field RXSTALL reader - RX SCL Stall

Aliased Type§

pub struct RxstallR { /* private fields */ }

Implementations§

§

impl RxstallR

pub const fn variant(&self) -> Rxstall

Get enumerated values variant

pub fn is_0(&self) -> bool

Clock stretching disabled.

pub fn is_1(&self) -> bool

Clock stretching enabled.