pub enum DDSR {
SINGLE,
CONTINUOUS,
}Expand description
Possible values of the field DDS
Variants§
SINGLE
No new DMA request is issued after the last transfer
CONTINUOUS
DMA requests are issued as long as data are converted and DMA=1
Implementations§
source§impl DDSR
impl DDSR
sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true if the bit is clear (0)
sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true if the bit is set (1)
sourcepub fn is_continuous(&self) -> bool
pub fn is_continuous(&self) -> bool
Checks if the value of the field is CONTINUOUS