Enum PLLI2SDIVQR

Source
pub enum PLLI2SDIVQR {
Show 32 variants DIV1, DIV2, DIV3, DIV4, DIV5, DIV6, DIV7, DIV8, DIV9, DIV10, DIV11, DIV12, DIV13, DIV14, DIV15, DIV16, DIV17, DIV18, DIV19, DIV20, DIV21, DIV22, DIV23, DIV24, DIV25, DIV26, DIV27, DIV28, DIV29, DIV30, DIV31, DIV32,
}
Expand description

Possible values of the field PLLI2SDIVQ

Variants§

§

DIV1

PLLI2SDIVQ = /1

§

DIV2

PLLI2SDIVQ = /2

§

DIV3

PLLI2SDIVQ = /3

§

DIV4

PLLI2SDIVQ = /4

§

DIV5

PLLI2SDIVQ = /5

§

DIV6

PLLI2SDIVQ = /6

§

DIV7

PLLI2SDIVQ = /7

§

DIV8

PLLI2SDIVQ = /8

§

DIV9

PLLI2SDIVQ = /9

§

DIV10

PLLI2SDIVQ = /10

§

DIV11

PLLI2SDIVQ = /11

§

DIV12

PLLI2SDIVQ = /12

§

DIV13

PLLI2SDIVQ = /13

§

DIV14

PLLI2SDIVQ = /14

§

DIV15

PLLI2SDIVQ = /15

§

DIV16

PLLI2SDIVQ = /16

§

DIV17

PLLI2SDIVQ = /17

§

DIV18

PLLI2SDIVQ = /18

§

DIV19

PLLI2SDIVQ = /19

§

DIV20

PLLI2SDIVQ = /20

§

DIV21

PLLI2SDIVQ = /21

§

DIV22

PLLI2SDIVQ = /22

§

DIV23

PLLI2SDIVQ = /23

§

DIV24

PLLI2SDIVQ = /24

§

DIV25

PLLI2SDIVQ = /25

§

DIV26

PLLI2SDIVQ = /26

§

DIV27

PLLI2SDIVQ = /27

§

DIV28

PLLI2SDIVQ = /28

§

DIV29

PLLI2SDIVQ = /29

§

DIV30

PLLI2SDIVQ = /30

§

DIV31

PLLI2SDIVQ = /31

§

DIV32

PLLI2SDIVQ = /32

Implementations§

Source§

impl PLLI2SDIVQR

Source

pub fn bits(&self) -> u8

Value of the field as raw bits

Source

pub fn is_div1(&self) -> bool

Checks if the value of the field is DIV1

Source

pub fn is_div2(&self) -> bool

Checks if the value of the field is DIV2

Source

pub fn is_div3(&self) -> bool

Checks if the value of the field is DIV3

Source

pub fn is_div4(&self) -> bool

Checks if the value of the field is DIV4

Source

pub fn is_div5(&self) -> bool

Checks if the value of the field is DIV5

Source

pub fn is_div6(&self) -> bool

Checks if the value of the field is DIV6

Source

pub fn is_div7(&self) -> bool

Checks if the value of the field is DIV7

Source

pub fn is_div8(&self) -> bool

Checks if the value of the field is DIV8

Source

pub fn is_div9(&self) -> bool

Checks if the value of the field is DIV9

Source

pub fn is_div10(&self) -> bool

Checks if the value of the field is DIV10

Source

pub fn is_div11(&self) -> bool

Checks if the value of the field is DIV11

Source

pub fn is_div12(&self) -> bool

Checks if the value of the field is DIV12

Source

pub fn is_div13(&self) -> bool

Checks if the value of the field is DIV13

Source

pub fn is_div14(&self) -> bool

Checks if the value of the field is DIV14

Source

pub fn is_div15(&self) -> bool

Checks if the value of the field is DIV15

Source

pub fn is_div16(&self) -> bool

Checks if the value of the field is DIV16

Source

pub fn is_div17(&self) -> bool

Checks if the value of the field is DIV17

Source

pub fn is_div18(&self) -> bool

Checks if the value of the field is DIV18

Source

pub fn is_div19(&self) -> bool

Checks if the value of the field is DIV19

Source

pub fn is_div20(&self) -> bool

Checks if the value of the field is DIV20

Source

pub fn is_div21(&self) -> bool

Checks if the value of the field is DIV21

Source

pub fn is_div22(&self) -> bool

Checks if the value of the field is DIV22

Source

pub fn is_div23(&self) -> bool

Checks if the value of the field is DIV23

Source

pub fn is_div24(&self) -> bool

Checks if the value of the field is DIV24

Source

pub fn is_div25(&self) -> bool

Checks if the value of the field is DIV25

Source

pub fn is_div26(&self) -> bool

Checks if the value of the field is DIV26

Source

pub fn is_div27(&self) -> bool

Checks if the value of the field is DIV27

Source

pub fn is_div28(&self) -> bool

Checks if the value of the field is DIV28

Source

pub fn is_div29(&self) -> bool

Checks if the value of the field is DIV29

Source

pub fn is_div30(&self) -> bool

Checks if the value of the field is DIV30

Source

pub fn is_div31(&self) -> bool

Checks if the value of the field is DIV31

Source

pub fn is_div32(&self) -> bool

Checks if the value of the field is DIV32

Trait Implementations§

Source§

impl Clone for PLLI2SDIVQR

Source§

fn clone(&self) -> PLLI2SDIVQR

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for PLLI2SDIVQR

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl PartialEq for PLLI2SDIVQR

Source§

fn eq(&self, other: &PLLI2SDIVQR) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for PLLI2SDIVQR

Source§

impl StructuralPartialEq for PLLI2SDIVQR

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.