Enum d1_pac::iommu::iommu_bypass::M_BP_A
source · pub enum M_BP_A {
DISABLE = 0,
ENABLE = 1,
}
Expand description
Master[i] bypass switch
After bypass function is opened, IOMMU can not map the address of Master6 sending, and directly output the virtual address to MBUS as physical address.
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for M_BP_A
impl Eq for M_BP_A
impl StructuralPartialEq for M_BP_A
Auto Trait Implementations§
impl Freeze for M_BP_A
impl RefUnwindSafe for M_BP_A
impl Send for M_BP_A
impl Sync for M_BP_A
impl Unpin for M_BP_A
impl UnwindSafe for M_BP_A
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)