[][src]Struct stm32f4xx_hal::stm32::rcc::dckcfgr::_PLLI2SDIVQW

pub struct _PLLI2SDIVQW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _PLLI2SDIVQW<'a>[src]

pub fn variant(self, variant: PLLI2SDIVQW) -> &'a mut W[src]

Writes variant to the field

pub fn div1(self) -> &'a mut W[src]

PLLI2SDIVQ = /1

pub fn div2(self) -> &'a mut W[src]

PLLI2SDIVQ = /2

pub fn div3(self) -> &'a mut W[src]

PLLI2SDIVQ = /3

pub fn div4(self) -> &'a mut W[src]

PLLI2SDIVQ = /4

pub fn div5(self) -> &'a mut W[src]

PLLI2SDIVQ = /5

pub fn div6(self) -> &'a mut W[src]

PLLI2SDIVQ = /6

pub fn div7(self) -> &'a mut W[src]

PLLI2SDIVQ = /7

pub fn div8(self) -> &'a mut W[src]

PLLI2SDIVQ = /8

pub fn div9(self) -> &'a mut W[src]

PLLI2SDIVQ = /9

pub fn div10(self) -> &'a mut W[src]

PLLI2SDIVQ = /10

pub fn div11(self) -> &'a mut W[src]

PLLI2SDIVQ = /11

pub fn div12(self) -> &'a mut W[src]

PLLI2SDIVQ = /12

pub fn div13(self) -> &'a mut W[src]

PLLI2SDIVQ = /13

pub fn div14(self) -> &'a mut W[src]

PLLI2SDIVQ = /14

pub fn div15(self) -> &'a mut W[src]

PLLI2SDIVQ = /15

pub fn div16(self) -> &'a mut W[src]

PLLI2SDIVQ = /16

pub fn div17(self) -> &'a mut W[src]

PLLI2SDIVQ = /17

pub fn div18(self) -> &'a mut W[src]

PLLI2SDIVQ = /18

pub fn div19(self) -> &'a mut W[src]

PLLI2SDIVQ = /19

pub fn div20(self) -> &'a mut W[src]

PLLI2SDIVQ = /20

pub fn div21(self) -> &'a mut W[src]

PLLI2SDIVQ = /21

pub fn div22(self) -> &'a mut W[src]

PLLI2SDIVQ = /22

pub fn div23(self) -> &'a mut W[src]

PLLI2SDIVQ = /23

pub fn div24(self) -> &'a mut W[src]

PLLI2SDIVQ = /24

pub fn div25(self) -> &'a mut W[src]

PLLI2SDIVQ = /25

pub fn div26(self) -> &'a mut W[src]

PLLI2SDIVQ = /26

pub fn div27(self) -> &'a mut W[src]

PLLI2SDIVQ = /27

pub fn div28(self) -> &'a mut W[src]

PLLI2SDIVQ = /28

pub fn div29(self) -> &'a mut W[src]

PLLI2SDIVQ = /29

pub fn div30(self) -> &'a mut W[src]

PLLI2SDIVQ = /30

pub fn div31(self) -> &'a mut W[src]

PLLI2SDIVQ = /31

pub fn div32(self) -> &'a mut W[src]

PLLI2SDIVQ = /32

pub fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _PLLI2SDIVQW<'a>

impl<'a> Sync for _PLLI2SDIVQW<'a>

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.

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

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

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

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

impl<T> Same for T

type Output = T

Should always be Self