AmcR

Type Alias AmcR 

pub type AmcR = FieldReader<Amc>;
Expand description

Field AMC reader - Each bit in the AMC field indicates whether there is a corresponding connection to the AXBS master input port.

Aliased Type§

pub struct AmcR { /* private fields */ }

Implementations§

§

impl AmcR

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

Get enumerated values variant

pub fn is_0(&self) -> bool

A bus master connection to AXBS input port n is absent

pub fn is_1(&self) -> bool

A bus master connection to AXBS input port n is present