Enum stm32f103xx::dma1::ccr1::PLR [−][src]
pub enum PLR {
LOW,
MEDIUM,
HIGH,
VERYHIGH,
}Possible values of the field PL
Variants
LOWLow
MEDIUMMedium
HIGHHigh
VERYHIGHVery High
Methods
impl PLR[src]
impl PLRpub fn bits(&self) -> u8[src]
pub fn bits(&self) -> u8Value of the field as raw bits
pub fn is_low(&self) -> bool[src]
pub fn is_low(&self) -> boolChecks if the value of the field is LOW
pub fn is_medium(&self) -> bool[src]
pub fn is_medium(&self) -> boolChecks if the value of the field is MEDIUM
pub fn is_high(&self) -> bool[src]
pub fn is_high(&self) -> boolChecks if the value of the field is HIGH
pub fn is_very_high(&self) -> bool[src]
pub fn is_very_high(&self) -> boolChecks if the value of the field is VERYHIGH
Trait Implementations
impl Clone for PLR[src]
impl Clone for PLRfn clone(&self) -> PLR[src]
fn clone(&self) -> PLRReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for PLR[src]
impl Copy for PLRimpl Debug for PLR[src]
impl Debug for PLRfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for PLR[src]
impl PartialEq for PLR