Enum Amc
#[repr(u8)]pub enum Amc {
_0 = 0,
_1 = 1,
}Expand description
Each bit in the AMC field indicates whether there is a corresponding connection to the AXBS master input port.
Value on reset: 7
Variants§
_0 = 0
0: A bus master connection to AXBS input port n is absent
_1 = 1
1: A bus master connection to AXBS input port n is present
Trait Implementations§
impl Copy for Amc
impl Eq for Amc
impl IsEnum for Amc
impl StructuralPartialEq for Amc
Auto Trait Implementations§
impl Freeze for Amc
impl RefUnwindSafe for Amc
impl Send for Amc
impl Sync for Amc
impl Unpin for Amc
impl UnwindSafe for Amc
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