Type Alias R

Source
pub type R = R<TIMEOUTRrs>;
Expand description

Register TIMEOUTR reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn timeouta(&self) -> TIMEOUTA_R

Bits 0:11 - Bus timeout A

Source

pub fn tidle(&self) -> TIDLE_R

Bit 12 - Idle clock timeout detection

Source

pub fn timouten(&self) -> TIMOUTEN_R

Bit 15 - Clock timeout enable

Source

pub fn timeoutb(&self) -> TIMEOUTB_R

Bits 16:27 - Bus timeout B

Source

pub fn texten(&self) -> TEXTEN_R

Bit 31 - Extended clock timeout enable

Trait Implementations§

Source§

impl Debug for R

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more