[][src]Struct stm32h7::stm32h743v::pf::clidr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn cl1(&self) -> CL1R[src]

Bits 0:2 - CL1

pub fn cl2(&self) -> CL2R[src]

Bits 3:5 - CL2

pub fn cl3(&self) -> CL3R[src]

Bits 6:8 - CL3

pub fn cl4(&self) -> CL4R[src]

Bits 9:11 - CL4

pub fn cl5(&self) -> CL5R[src]

Bits 12:14 - CL5

pub fn cl6(&self) -> CL6R[src]

Bits 15:17 - CL6

pub fn cl7(&self) -> CL7R[src]

Bits 18:20 - CL7

pub fn lo_uis(&self) -> LOUISR[src]

Bits 21:23 - LoUIS

pub fn lo_c(&self) -> LOCR[src]

Bits 24:26 - LoC

pub fn lo_u(&self) -> LOUR[src]

Bits 27:29 - LoU

Auto Trait Implementations

impl Unpin for R

impl Send for R

impl Sync for R

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self