pub struct R(/* private fields */);
Expand description
Register APORTREQ
reader
Implementations§
Source§impl R
impl R
Sourcepub fn aport0xreq(&self) -> APORT0XREQ_R
pub fn aport0xreq(&self) -> APORT0XREQ_R
Bit 0 - 1 If the Bus Connected to APORT0X is Requested
Sourcepub fn aport0yreq(&self) -> APORT0YREQ_R
pub fn aport0yreq(&self) -> APORT0YREQ_R
Bit 1 - 1 If the Bus Connected to APORT0Y is Requested
Sourcepub fn aport1xreq(&self) -> APORT1XREQ_R
pub fn aport1xreq(&self) -> APORT1XREQ_R
Bit 2 - 1 If the Bus Connected to APORT1X is Requested
Sourcepub fn aport1yreq(&self) -> APORT1YREQ_R
pub fn aport1yreq(&self) -> APORT1YREQ_R
Bit 3 - 1 If the Bus Connected to APORT1Y is Requested
Sourcepub fn aport2xreq(&self) -> APORT2XREQ_R
pub fn aport2xreq(&self) -> APORT2XREQ_R
Bit 4 - 1 If the Bus Connected to APORT2X is Requested
Sourcepub fn aport2yreq(&self) -> APORT2YREQ_R
pub fn aport2yreq(&self) -> APORT2YREQ_R
Bit 5 - 1 If the Bus Connected to APORT2Y is Requested
Sourcepub fn aport3xreq(&self) -> APORT3XREQ_R
pub fn aport3xreq(&self) -> APORT3XREQ_R
Bit 6 - 1 If the Bus Connected to APORT3X is Requested
Sourcepub fn aport3yreq(&self) -> APORT3YREQ_R
pub fn aport3yreq(&self) -> APORT3YREQ_R
Bit 7 - 1 If the Bus Connected to APORT3Y is Requested
Sourcepub fn aport4xreq(&self) -> APORT4XREQ_R
pub fn aport4xreq(&self) -> APORT4XREQ_R
Bit 8 - 1 If the Bus Connected to APORT4X is Requested
Sourcepub fn aport4yreq(&self) -> APORT4YREQ_R
pub fn aport4yreq(&self) -> APORT4YREQ_R
Bit 9 - 1 If the Bus Connected to APORT4Y is Requested
Methods from Deref<Target = R<APORTREQ_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more