Type Alias d1_pac::iommu::iommu_bypass::M_BP_R

source ·
pub type M_BP_R = BitReader<M_BP_A>;
Expand description

Field m_bp[0-6] reader - 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.

Aliased Type§

struct M_BP_R { /* private fields */ }

Implementations§

source§

impl M_BP_R

source

pub fn variant(&self) -> M_BP_A

Get enumerated values variant

source

pub fn is_disable(&self) -> bool

Checks if the value of the field is DISABLE

source

pub fn is_enable(&self) -> bool

Checks if the value of the field is ENABLE