Type Alias d1_pac::iommu::iommu_enable::ENABLE_R

source ·
pub type ENABLE_R = BitReader<ENABLE_A>;
Expand description

Field enable reader - IOMMU module enable switch

Before IOMMU address mapping function opens, configure the Translation Table Base register; or ensure all masters are in bypass status or no the status of sending bus demand(such as reset)

Aliased Type§

struct ENABLE_R { /* private fields */ }

Implementations§

source§

impl ENABLE_R

source

pub fn variant(&self) -> ENABLE_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