[][src]Struct esp32::mcpwm::fh0_cfg0::R

pub struct R(_);

Register FH0_CFG0 reader

Implementations

impl R[src]

pub fn fh0_b_ost_u(&self) -> FH0_B_OST_U_R[src]

Bits 22:23

pub fn fh0_b_ost_d(&self) -> FH0_B_OST_D_R[src]

Bits 20:21

pub fn fh0_b_cbc_u(&self) -> FH0_B_CBC_U_R[src]

Bits 18:19

pub fn fh0_b_cbc_d(&self) -> FH0_B_CBC_D_R[src]

Bits 16:17

pub fn fh0_a_ost_u(&self) -> FH0_A_OST_U_R[src]

Bits 14:15

pub fn fh0_a_ost_d(&self) -> FH0_A_OST_D_R[src]

Bits 12:13

pub fn fh0_a_cbc_u(&self) -> FH0_A_CBC_U_R[src]

Bits 10:11

pub fn fh0_a_cbc_d(&self) -> FH0_A_CBC_D_R[src]

Bits 8:9

pub fn fh0_f0_ost(&self) -> FH0_F0_OST_R[src]

Bit 7

pub fn fh0_f1_ost(&self) -> FH0_F1_OST_R[src]

Bit 6

pub fn fh0_f2_ost(&self) -> FH0_F2_OST_R[src]

Bit 5

pub fn fh0_sw_ost(&self) -> FH0_SW_OST_R[src]

Bit 4

pub fn fh0_f0_cbc(&self) -> FH0_F0_CBC_R[src]

Bit 3

pub fn fh0_f1_cbc(&self) -> FH0_F1_CBC_R[src]

Bit 2

pub fn fh0_f2_cbc(&self) -> FH0_F2_CBC_R[src]

Bit 1

pub fn fh0_sw_cbc(&self) -> FH0_SW_CBC_R[src]

Bit 0

Methods from Deref<Target = R<FH0_CFG0_SPEC>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<FH0_CFG0_SPEC>

The resulting type after dereferencing.

impl From<R<FH0_CFG0_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

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