Enum lpc82x::syscon::sysahbclkctrl::DMAR
[−]
[src]
pub enum DMAR { DISABLE, ENABLE, }
Possible values of the field DMA
Variants
DISABLE
Disable
ENABLE
Enable
Methods
impl DMAR
[src]
fn bit_is_clear(&self) -> bool
[src]
Returns true
if the bit is clear (0)
fn bit_is_set(&self) -> bool
[src]
Returns true
if the bit is set (1)
fn bit(&self) -> bool
[src]
Value of the field as raw bits
fn is_disable(&self) -> bool
[src]
Checks if the value of the field is DISABLE
fn is_enable(&self) -> bool
[src]
Checks if the value of the field is ENABLE
Trait Implementations
impl Clone for DMAR
[src]
fn clone(&self) -> DMAR
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more