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