[][src]Enum stm32f7::stm32f7x3::rcc::dckcfgr1::PLLSAIDIVQ_A

#[repr(u8)]pub enum PLLSAIDIVQ_A {
    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,
}

PLLSAI division factor for SAI1 clock

Value on reset: 16

Variants

DIV1

0: PLLSAIDIVQ = /1

DIV2

1: PLLSAIDIVQ = /2

DIV3

2: PLLSAIDIVQ = /3

DIV4

3: PLLSAIDIVQ = /4

DIV5

4: PLLSAIDIVQ = /5

DIV6

5: PLLSAIDIVQ = /6

DIV7

6: PLLSAIDIVQ = /7

DIV8

7: PLLSAIDIVQ = /8

DIV9

8: PLLSAIDIVQ = /9

DIV10

9: PLLSAIDIVQ = /10

DIV11

10: PLLSAIDIVQ = /11

DIV12

11: PLLSAIDIVQ = /12

DIV13

12: PLLSAIDIVQ = /13

DIV14

13: PLLSAIDIVQ = /14

DIV15

14: PLLSAIDIVQ = /15

DIV16

15: PLLSAIDIVQ = /16

DIV17

16: PLLSAIDIVQ = /17

DIV18

17: PLLSAIDIVQ = /18

DIV19

18: PLLSAIDIVQ = /19

DIV20

19: PLLSAIDIVQ = /20

DIV21

20: PLLSAIDIVQ = /21

DIV22

21: PLLSAIDIVQ = /22

DIV23

22: PLLSAIDIVQ = /23

DIV24

23: PLLSAIDIVQ = /24

DIV25

24: PLLSAIDIVQ = /25

DIV26

25: PLLSAIDIVQ = /26

DIV27

26: PLLSAIDIVQ = /27

DIV28

27: PLLSAIDIVQ = /28

DIV29

28: PLLSAIDIVQ = /29

DIV30

29: PLLSAIDIVQ = /30

DIV31

30: PLLSAIDIVQ = /31

DIV32

31: PLLSAIDIVQ = /32

Trait Implementations

impl Clone for PLLSAIDIVQ_A[src]

impl Copy for PLLSAIDIVQ_A[src]

impl Debug for PLLSAIDIVQ_A[src]

impl From<PLLSAIDIVQ_A> for u8[src]

impl PartialEq<PLLSAIDIVQ_A> for PLLSAIDIVQ_A[src]

impl StructuralPartialEq for PLLSAIDIVQ_A[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.