Struct gd32f1x0_hal::pac::dma::ch0ctl0::CMEN_R [−][src]
pub struct CMEN_R(_);
Expand description
Field CMEN
reader - Circular mode enable
Implementations
impl CMEN_R
[src]
impl CMEN_R
[src]pub fn is_disabled(&self) -> bool
[src]
pub fn is_disabled(&self) -> bool
[src]Checks if the value of the field is DISABLED
pub fn is_enabled(&self) -> bool
[src]
pub fn is_enabled(&self) -> bool
[src]Checks if the value of the field is ENABLED
Methods from Deref<Target = FieldReader<bool, CMEN_A>>
pub fn bit_is_clear(&self) -> bool
[src]
pub fn bit_is_clear(&self) -> bool
[src]Returns true
if the bit is clear (0).
pub fn bit_is_set(&self) -> bool
[src]
pub fn bit_is_set(&self) -> bool
[src]Returns true
if the bit is set (1).