[][src]Struct imxrt1062_gpc::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<bool, MEGA_PDN_REQ_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is MEGA_PDN_REQ_0

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

Checks if the value of the field is MEGA_PDN_REQ_1

impl R<bool, MEGA_PUP_REQ_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is MEGA_PUP_REQ_0

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

Checks if the value of the field is MEGA_PUP_REQ_1

impl R<bool, PDRAM0_PGE_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is PDRAM0_PGE_0

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

Checks if the value of the field is PDRAM0_PGE_1

impl R<u32, Reg<u32, _CNTR>>[src]

pub fn mega_pdn_req(&self) -> MEGA_PDN_REQ_R[src]

Bit 2 - MEGA domain power down request

pub fn mega_pup_req(&self) -> MEGA_PUP_REQ_R[src]

Bit 3 - MEGA domain power up request

pub fn pdram0_pge(&self) -> PDRAM0_PGE_R[src]

Bit 22 - FlexRAM PDRAM0 Power Gate Enable

impl R<u32, Reg<u32, _IMR1>>[src]

pub fn imr1(&self) -> IMR1_R[src]

Bits 0:31 - IRQ[31:0] masking bits: 1-irq masked, 0-irq is not masked

impl R<u32, Reg<u32, _IMR2>>[src]

pub fn imr2(&self) -> IMR2_R[src]

Bits 0:31 - IRQ[63:32] masking bits: 1-irq masked, 0-irq is not masked

impl R<u32, Reg<u32, _IMR3>>[src]

pub fn imr3(&self) -> IMR3_R[src]

Bits 0:31 - IRQ[95:64] masking bits: 1-irq masked, 0-irq is not masked

impl R<u32, Reg<u32, _IMR4>>[src]

pub fn imr4(&self) -> IMR4_R[src]

Bits 0:31 - IRQ[127:96] masking bits: 1-irq masked, 0-irq is not masked

impl R<u32, Reg<u32, _ISR1>>[src]

pub fn isr1(&self) -> ISR1_R[src]

Bits 0:31 - IRQ[31:0] status, read only

impl R<u32, Reg<u32, _ISR2>>[src]

pub fn isr2(&self) -> ISR2_R[src]

Bits 0:31 - IRQ[63:32] status, read only

impl R<u32, Reg<u32, _ISR3>>[src]

pub fn isr3(&self) -> ISR3_R[src]

Bits 0:31 - IRQ[95:64] status, read only

impl R<u32, Reg<u32, _ISR4>>[src]

pub fn isr4(&self) -> ISR4_R[src]

Bits 0:31 - IRQ[127:96] status, read only

impl R<u32, Reg<u32, _IMR5>>[src]

pub fn imr5(&self) -> IMR5_R[src]

Bits 0:31 - IRQ[159:128] masking bits: 1-irq masked, 0-irq is not masked

impl R<u32, Reg<u32, _ISR5>>[src]

pub fn isr4(&self) -> ISR4_R[src]

Bits 0:31 - IRQ[159:128] status, read only

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.