[][src]Struct imxrt1062_aoi1::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub bfcrt010: BFCRT01,
    pub bfcrt230: BFCRT23,
    pub bfcrt011: BFCRT01,
    pub bfcrt231: BFCRT23,
    pub bfcrt012: BFCRT01,
    pub bfcrt232: BFCRT23,
    pub bfcrt013: BFCRT01,
    pub bfcrt233: BFCRT23,
}

Register block

Fields

bfcrt010: BFCRT01

0x00 - Boolean Function Term 0 and 1 Configuration Register for EVENTn

bfcrt230: BFCRT23

0x02 - Boolean Function Term 2 and 3 Configuration Register for EVENTn

bfcrt011: BFCRT01

0x04 - Boolean Function Term 0 and 1 Configuration Register for EVENTn

bfcrt231: BFCRT23

0x06 - Boolean Function Term 2 and 3 Configuration Register for EVENTn

bfcrt012: BFCRT01

0x08 - Boolean Function Term 0 and 1 Configuration Register for EVENTn

bfcrt232: BFCRT23

0x0a - Boolean Function Term 2 and 3 Configuration Register for EVENTn

bfcrt013: BFCRT01

0x0c - Boolean Function Term 0 and 1 Configuration Register for EVENTn

bfcrt233: BFCRT23

0x0e - Boolean Function Term 2 and 3 Configuration Register for EVENTn

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