[][src]Struct imxrt1062_gpc::W

pub struct W<U, REG> { /* fields omitted */ }

Register writer

Used as an argument to the closures in the write and modify methods of the register

Methods

impl<U, REG> W<U, REG>[src]

pub unsafe fn bits(&mut self, bits: U) -> &mut Self[src]

Writes raw bits to the register

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

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

Bit 2 - MEGA domain power down request

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

Bit 3 - MEGA domain power up request

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

Bit 22 - FlexRAM PDRAM0 Power Gate Enable

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Auto Trait Implementations

impl<U, REG> Send for W<U, REG> where
    REG: Send,
    U: Send

impl<U, REG> Sync for W<U, REG> where
    REG: Sync,
    U: Sync

impl<U, REG> Unpin for W<U, REG> where
    REG: 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.