#[repr(u8)]
pub enum PLLSAIDIVQ_A {
Show 32 variants Div1 = 0, Div2 = 1, Div3 = 2, Div4 = 3, Div5 = 4, Div6 = 5, Div7 = 6, Div8 = 7, Div9 = 8, Div10 = 9, Div11 = 10, Div12 = 11, Div13 = 12, Div14 = 13, Div15 = 14, Div16 = 15, Div17 = 16, Div18 = 17, Div19 = 18, Div20 = 19, Div21 = 20, Div22 = 21, Div23 = 22, Div24 = 23, Div25 = 24, Div26 = 25, Div27 = 26, Div28 = 27, Div29 = 28, Div30 = 29, Div31 = 30, Div32 = 31,
}
Expand description

PLLSAI division factor for SAI1 clock

Value on reset: 0

Variants§

§

Div1 = 0

0: PLLSAIDIVQ = /1

§

Div2 = 1

1: PLLSAIDIVQ = /2

§

Div3 = 2

2: PLLSAIDIVQ = /3

§

Div4 = 3

3: PLLSAIDIVQ = /4

§

Div5 = 4

4: PLLSAIDIVQ = /5

§

Div6 = 5

5: PLLSAIDIVQ = /6

§

Div7 = 6

6: PLLSAIDIVQ = /7

§

Div8 = 7

7: PLLSAIDIVQ = /8

§

Div9 = 8

8: PLLSAIDIVQ = /9

§

Div10 = 9

9: PLLSAIDIVQ = /10

§

Div11 = 10

10: PLLSAIDIVQ = /11

§

Div12 = 11

11: PLLSAIDIVQ = /12

§

Div13 = 12

12: PLLSAIDIVQ = /13

§

Div14 = 13

13: PLLSAIDIVQ = /14

§

Div15 = 14

14: PLLSAIDIVQ = /15

§

Div16 = 15

15: PLLSAIDIVQ = /16

§

Div17 = 16

16: PLLSAIDIVQ = /17

§

Div18 = 17

17: PLLSAIDIVQ = /18

§

Div19 = 18

18: PLLSAIDIVQ = /19

§

Div20 = 19

19: PLLSAIDIVQ = /20

§

Div21 = 20

20: PLLSAIDIVQ = /21

§

Div22 = 21

21: PLLSAIDIVQ = /22

§

Div23 = 22

22: PLLSAIDIVQ = /23

§

Div24 = 23

23: PLLSAIDIVQ = /24

§

Div25 = 24

24: PLLSAIDIVQ = /25

§

Div26 = 25

25: PLLSAIDIVQ = /26

§

Div27 = 26

26: PLLSAIDIVQ = /27

§

Div28 = 27

27: PLLSAIDIVQ = /28

§

Div29 = 28

28: PLLSAIDIVQ = /29

§

Div30 = 29

29: PLLSAIDIVQ = /30

§

Div31 = 30

30: PLLSAIDIVQ = /31

§

Div32 = 31

31: PLLSAIDIVQ = /32

Trait Implementations§

source§

impl Clone for PLLSAIDIVQ_A

source§

fn clone(&self) -> PLLSAIDIVQ_A

Returns a copy 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 PLLSAIDIVQ_A

source§

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

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

impl PartialEq for PLLSAIDIVQ_A

source§

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

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

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

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for PLLSAIDIVQ_A

source§

impl StructuralPartialEq for PLLSAIDIVQ_A

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> 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, U> TryFrom<U> for T
where U: Into<T>,

§

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>,

§

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.