AscR

Type Alias AscR 

pub type AscR = FieldReader<Asc>;
Expand description

Field ASC reader - Each bit in the ASC field indicates whether there is a corresponding connection to the crossbar switch’s slave input port.

Aliased Type§

pub struct AscR { /* private fields */ }

Implementations§

§

impl AscR

pub const fn variant(&self) -> Option<Asc>

Get enumerated values variant

pub fn is_0(&self) -> bool

A bus slave connection to AXBS input port n is absent

pub fn is_1(&self) -> bool

A bus slave connection to AXBS input port n is present