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]
impl PLR
pub fn bits(&self) -> u8
[src]
pub fn bits(&self) -> u8
Value of the field as raw bits
pub fn is_low(&self) -> bool
[src]
pub fn is_low(&self) -> bool
Checks if the value of the field is LOW
pub fn is_medium(&self) -> bool
[src]
pub fn is_medium(&self) -> bool
Checks if the value of the field is MEDIUM
pub fn is_high(&self) -> bool
[src]
pub fn is_high(&self) -> bool
Checks if the value of the field is HIGH
pub fn is_very_high(&self) -> bool
[src]
pub fn is_very_high(&self) -> bool
Checks if the value of the field is VERYHIGH
Trait Implementations
impl Clone for PLR
[src]
impl Clone for PLR
fn clone(&self) -> PLR
[src]
fn clone(&self) -> PLR
Returns 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 PLR
impl Debug for PLR
[src]
impl Debug for PLR
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for PLR
[src]
impl PartialEq for PLR