Enum stm32f103xx::dma1::ccr1::PLR
[−]
[src]
pub enum PLR { LOW, MEDIUM, HIGH, VERYHIGH, }
Possible values of the field PL
Variants
LOW
Low
MEDIUM
Medium
HIGH
High
VERYHIGH
Very High
Methods
impl PLR
[src]
pub fn bits(&self) -> u8
[src]
Value of the field as raw bits
pub fn is_low(&self) -> bool
[src]
Checks if the value of the field is LOW
pub fn is_medium(&self) -> bool
[src]
Checks if the value of the field is MEDIUM
pub fn is_high(&self) -> bool
[src]
Checks if the value of the field is HIGH
pub fn is_very_high(&self) -> bool
[src]
Checks if the value of the field is VERYHIGH
Trait Implementations
impl Clone for PLR
[src]
fn clone(&self) -> PLR
[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
impl Copy for PLR
[src]
impl Debug for PLR
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more