[][src]Struct imxrt1062_aoi1::R

pub struct R<U, T> { /* fields omitted */ }

Register/field reader

Result of the read method of a register. Also it can be used in the modify method

Methods

impl<U, T> R<U, T> where
    U: Copy
[src]

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

Read raw bits from register/field

impl<FI> R<bool, FI>[src]

pub fn bit(&self) -> bool[src]

Value of the field as raw bits

pub fn bit_is_clear(&self) -> bool[src]

Returns true if the bit is clear (0)

pub fn bit_is_set(&self) -> bool[src]

Returns true if the bit is set (1)

impl R<u8, PT1_DC_A>[src]

pub fn variant(&self) -> PT1_DC_A[src]

Get enumerated values variant

pub fn is_pt1_dc_0(&self) -> bool[src]

Checks if the value of the field is PT1_DC_0

pub fn is_pt1_dc_1(&self) -> bool[src]

Checks if the value of the field is PT1_DC_1

pub fn is_pt1_dc_2(&self) -> bool[src]

Checks if the value of the field is PT1_DC_2

pub fn is_pt1_dc_3(&self) -> bool[src]

Checks if the value of the field is PT1_DC_3

impl R<u8, PT1_CC_A>[src]

pub fn variant(&self) -> PT1_CC_A[src]

Get enumerated values variant

pub fn is_pt1_cc_0(&self) -> bool[src]

Checks if the value of the field is PT1_CC_0

pub fn is_pt1_cc_1(&self) -> bool[src]

Checks if the value of the field is PT1_CC_1

pub fn is_pt1_cc_2(&self) -> bool[src]

Checks if the value of the field is PT1_CC_2

pub fn is_pt1_cc_3(&self) -> bool[src]

Checks if the value of the field is PT1_CC_3

impl R<u8, PT1_BC_A>[src]

pub fn variant(&self) -> PT1_BC_A[src]

Get enumerated values variant

pub fn is_pt1_bc_0(&self) -> bool[src]

Checks if the value of the field is PT1_BC_0

pub fn is_pt1_bc_1(&self) -> bool[src]

Checks if the value of the field is PT1_BC_1

pub fn is_pt1_bc_2(&self) -> bool[src]

Checks if the value of the field is PT1_BC_2

pub fn is_pt1_bc_3(&self) -> bool[src]

Checks if the value of the field is PT1_BC_3

impl R<u8, PT1_AC_A>[src]

pub fn variant(&self) -> PT1_AC_A[src]

Get enumerated values variant

pub fn is_pt1_ac_0(&self) -> bool[src]

Checks if the value of the field is PT1_AC_0

pub fn is_pt1_ac_1(&self) -> bool[src]

Checks if the value of the field is PT1_AC_1

pub fn is_pt1_ac_2(&self) -> bool[src]

Checks if the value of the field is PT1_AC_2

pub fn is_pt1_ac_3(&self) -> bool[src]

Checks if the value of the field is PT1_AC_3

impl R<u8, PT0_DC_A>[src]

pub fn variant(&self) -> PT0_DC_A[src]

Get enumerated values variant

pub fn is_pt0_dc_0(&self) -> bool[src]

Checks if the value of the field is PT0_DC_0

pub fn is_pt0_dc_1(&self) -> bool[src]

Checks if the value of the field is PT0_DC_1

pub fn is_pt0_dc_2(&self) -> bool[src]

Checks if the value of the field is PT0_DC_2

pub fn is_pt0_dc_3(&self) -> bool[src]

Checks if the value of the field is PT0_DC_3

impl R<u8, PT0_CC_A>[src]

pub fn variant(&self) -> PT0_CC_A[src]

Get enumerated values variant

pub fn is_pt0_cc_0(&self) -> bool[src]

Checks if the value of the field is PT0_CC_0

pub fn is_pt0_cc_1(&self) -> bool[src]

Checks if the value of the field is PT0_CC_1

pub fn is_pt0_cc_2(&self) -> bool[src]

Checks if the value of the field is PT0_CC_2

pub fn is_pt0_cc_3(&self) -> bool[src]

Checks if the value of the field is PT0_CC_3

impl R<u8, PT0_BC_A>[src]

pub fn variant(&self) -> PT0_BC_A[src]

Get enumerated values variant

pub fn is_pt0_bc_0(&self) -> bool[src]

Checks if the value of the field is PT0_BC_0

pub fn is_pt0_bc_1(&self) -> bool[src]

Checks if the value of the field is PT0_BC_1

pub fn is_pt0_bc_2(&self) -> bool[src]

Checks if the value of the field is PT0_BC_2

pub fn is_pt0_bc_3(&self) -> bool[src]

Checks if the value of the field is PT0_BC_3

impl R<u8, PT0_AC_A>[src]

pub fn variant(&self) -> PT0_AC_A[src]

Get enumerated values variant

pub fn is_pt0_ac_0(&self) -> bool[src]

Checks if the value of the field is PT0_AC_0

pub fn is_pt0_ac_1(&self) -> bool[src]

Checks if the value of the field is PT0_AC_1

pub fn is_pt0_ac_2(&self) -> bool[src]

Checks if the value of the field is PT0_AC_2

pub fn is_pt0_ac_3(&self) -> bool[src]

Checks if the value of the field is PT0_AC_3

impl R<u16, Reg<u16, _BFCRT01>>[src]

pub fn pt1_dc(&self) -> PT1_DC_R[src]

Bits 0:1 - Product term 1, D input configuration

pub fn pt1_cc(&self) -> PT1_CC_R[src]

Bits 2:3 - Product term 1, C input configuration

pub fn pt1_bc(&self) -> PT1_BC_R[src]

Bits 4:5 - Product term 1, B input configuration

pub fn pt1_ac(&self) -> PT1_AC_R[src]

Bits 6:7 - Product term 1, A input configuration

pub fn pt0_dc(&self) -> PT0_DC_R[src]

Bits 8:9 - Product term 0, D input configuration

pub fn pt0_cc(&self) -> PT0_CC_R[src]

Bits 10:11 - Product term 0, C input configuration

pub fn pt0_bc(&self) -> PT0_BC_R[src]

Bits 12:13 - Product term 0, B input configuration

pub fn pt0_ac(&self) -> PT0_AC_R[src]

Bits 14:15 - Product term 0, A input configuration

impl R<u8, PT3_DC_A>[src]

pub fn variant(&self) -> PT3_DC_A[src]

Get enumerated values variant

pub fn is_pt3_dc_0(&self) -> bool[src]

Checks if the value of the field is PT3_DC_0

pub fn is_pt3_dc_1(&self) -> bool[src]

Checks if the value of the field is PT3_DC_1

pub fn is_pt3_dc_2(&self) -> bool[src]

Checks if the value of the field is PT3_DC_2

pub fn is_pt3_dc_3(&self) -> bool[src]

Checks if the value of the field is PT3_DC_3

impl R<u8, PT3_CC_A>[src]

pub fn variant(&self) -> PT3_CC_A[src]

Get enumerated values variant

pub fn is_pt3_cc_0(&self) -> bool[src]

Checks if the value of the field is PT3_CC_0

pub fn is_pt3_cc_1(&self) -> bool[src]

Checks if the value of the field is PT3_CC_1

pub fn is_pt3_cc_2(&self) -> bool[src]

Checks if the value of the field is PT3_CC_2

pub fn is_pt3_cc_3(&self) -> bool[src]

Checks if the value of the field is PT3_CC_3

impl R<u8, PT3_BC_A>[src]

pub fn variant(&self) -> PT3_BC_A[src]

Get enumerated values variant

pub fn is_pt3_bc_0(&self) -> bool[src]

Checks if the value of the field is PT3_BC_0

pub fn is_pt3_bc_1(&self) -> bool[src]

Checks if the value of the field is PT3_BC_1

pub fn is_pt3_bc_2(&self) -> bool[src]

Checks if the value of the field is PT3_BC_2

pub fn is_pt3_bc_3(&self) -> bool[src]

Checks if the value of the field is PT3_BC_3

impl R<u8, PT3_AC_A>[src]

pub fn variant(&self) -> PT3_AC_A[src]

Get enumerated values variant

pub fn is_pt3_ac_0(&self) -> bool[src]

Checks if the value of the field is PT3_AC_0

pub fn is_pt3_ac_1(&self) -> bool[src]

Checks if the value of the field is PT3_AC_1

pub fn is_pt3_ac_2(&self) -> bool[src]

Checks if the value of the field is PT3_AC_2

pub fn is_pt3_ac_3(&self) -> bool[src]

Checks if the value of the field is PT3_AC_3

impl R<u8, PT2_DC_A>[src]

pub fn variant(&self) -> PT2_DC_A[src]

Get enumerated values variant

pub fn is_pt2_dc_0(&self) -> bool[src]

Checks if the value of the field is PT2_DC_0

pub fn is_pt2_dc_1(&self) -> bool[src]

Checks if the value of the field is PT2_DC_1

pub fn is_pt2_dc_2(&self) -> bool[src]

Checks if the value of the field is PT2_DC_2

pub fn is_pt2_dc_3(&self) -> bool[src]

Checks if the value of the field is PT2_DC_3

impl R<u8, PT2_CC_A>[src]

pub fn variant(&self) -> PT2_CC_A[src]

Get enumerated values variant

pub fn is_pt2_cc_0(&self) -> bool[src]

Checks if the value of the field is PT2_CC_0

pub fn is_pt2_cc_1(&self) -> bool[src]

Checks if the value of the field is PT2_CC_1

pub fn is_pt2_cc_2(&self) -> bool[src]

Checks if the value of the field is PT2_CC_2

pub fn is_pt2_cc_3(&self) -> bool[src]

Checks if the value of the field is PT2_CC_3

impl R<u8, PT2_BC_A>[src]

pub fn variant(&self) -> PT2_BC_A[src]

Get enumerated values variant

pub fn is_pt2_bc_0(&self) -> bool[src]

Checks if the value of the field is PT2_BC_0

pub fn is_pt2_bc_1(&self) -> bool[src]

Checks if the value of the field is PT2_BC_1

pub fn is_pt2_bc_2(&self) -> bool[src]

Checks if the value of the field is PT2_BC_2

pub fn is_pt2_bc_3(&self) -> bool[src]

Checks if the value of the field is PT2_BC_3

impl R<u8, PT2_AC_A>[src]

pub fn variant(&self) -> PT2_AC_A[src]

Get enumerated values variant

pub fn is_pt2_ac_0(&self) -> bool[src]

Checks if the value of the field is PT2_AC_0

pub fn is_pt2_ac_1(&self) -> bool[src]

Checks if the value of the field is PT2_AC_1

pub fn is_pt2_ac_2(&self) -> bool[src]

Checks if the value of the field is PT2_AC_2

pub fn is_pt2_ac_3(&self) -> bool[src]

Checks if the value of the field is PT2_AC_3

impl R<u16, Reg<u16, _BFCRT23>>[src]

pub fn pt3_dc(&self) -> PT3_DC_R[src]

Bits 0:1 - Product term 3, D input configuration

pub fn pt3_cc(&self) -> PT3_CC_R[src]

Bits 2:3 - Product term 3, C input configuration

pub fn pt3_bc(&self) -> PT3_BC_R[src]

Bits 4:5 - Product term 3, B input configuration

pub fn pt3_ac(&self) -> PT3_AC_R[src]

Bits 6:7 - Product term 3, A input configuration

pub fn pt2_dc(&self) -> PT2_DC_R[src]

Bits 8:9 - Product term 2, D input configuration

pub fn pt2_cc(&self) -> PT2_CC_R[src]

Bits 10:11 - Product term 2, C input configuration

pub fn pt2_bc(&self) -> PT2_BC_R[src]

Bits 12:13 - Product term 2, B input configuration

pub fn pt2_ac(&self) -> PT2_AC_R[src]

Bits 14:15 - Product term 2, A input configuration

Trait Implementations

impl<U, T, FI> PartialEq<FI> for R<U, T> where
    U: PartialEq,
    FI: Copy + Into<U>, 
[src]

Auto Trait Implementations

impl<U, T> Send for R<U, T> where
    T: Send,
    U: Send

impl<U, T> Sync for R<U, T> where
    T: Sync,
    U: Sync

impl<U, T> Unpin for R<U, T> where
    T: Unpin,
    U: Unpin

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.