[][src]Struct imxrt1062_aipstz1::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, _MPR>>[src]

pub fn mprot5(&mut self) -> MPROT5_W[src]

Bits 8:11 - Master 5 Priviledge, Buffer, Read, Write Control.

pub fn mprot3(&mut self) -> MPROT3_W[src]

Bits 16:19 - Master 3 Priviledge, Buffer, Read, Write Control.

pub fn mprot2(&mut self) -> MPROT2_W[src]

Bits 20:23 - Master 2 Priviledge, Buffer, Read, Write Control

pub fn mprot1(&mut self) -> MPROT1_W[src]

Bits 24:27 - Master 1 Priviledge, Buffer, Read, Write Control

pub fn mprot0(&mut self) -> MPROT0_W[src]

Bits 28:31 - Master 0 Priviledge, Buffer, Read, Write Control

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

pub fn opac7(&mut self) -> OPAC7_W[src]

Bits 0:3 - Off-platform Peripheral Access Control 7

pub fn opac6(&mut self) -> OPAC6_W[src]

Bits 4:7 - Off-platform Peripheral Access Control 6

pub fn opac5(&mut self) -> OPAC5_W[src]

Bits 8:11 - Off-platform Peripheral Access Control 5

pub fn opac4(&mut self) -> OPAC4_W[src]

Bits 12:15 - Off-platform Peripheral Access Control 4

pub fn opac3(&mut self) -> OPAC3_W[src]

Bits 16:19 - Off-platform Peripheral Access Control 3

pub fn opac2(&mut self) -> OPAC2_W[src]

Bits 20:23 - Off-platform Peripheral Access Control 2

pub fn opac1(&mut self) -> OPAC1_W[src]

Bits 24:27 - Off-platform Peripheral Access Control 1

pub fn opac0(&mut self) -> OPAC0_W[src]

Bits 28:31 - Off-platform Peripheral Access Control 0

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

pub fn opac15(&mut self) -> OPAC15_W[src]

Bits 0:3 - Off-platform Peripheral Access Control 15

pub fn opac14(&mut self) -> OPAC14_W[src]

Bits 4:7 - Off-platform Peripheral Access Control 14

pub fn opac13(&mut self) -> OPAC13_W[src]

Bits 8:11 - Off-platform Peripheral Access Control 13

pub fn opac12(&mut self) -> OPAC12_W[src]

Bits 12:15 - Off-platform Peripheral Access Control 12

pub fn opac11(&mut self) -> OPAC11_W[src]

Bits 16:19 - Off-platform Peripheral Access Control 11

pub fn opac10(&mut self) -> OPAC10_W[src]

Bits 20:23 - Off-platform Peripheral Access Control 10

pub fn opac9(&mut self) -> OPAC9_W[src]

Bits 24:27 - Off-platform Peripheral Access Control 9

pub fn opac8(&mut self) -> OPAC8_W[src]

Bits 28:31 - Off-platform Peripheral Access Control 8

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

pub fn opac23(&mut self) -> OPAC23_W[src]

Bits 0:3 - Off-platform Peripheral Access Control 23

pub fn opac22(&mut self) -> OPAC22_W[src]

Bits 4:7 - Off-platform Peripheral Access Control 22

pub fn opac21(&mut self) -> OPAC21_W[src]

Bits 8:11 - Off-platform Peripheral Access Control 21

pub fn opac20(&mut self) -> OPAC20_W[src]

Bits 12:15 - Off-platform Peripheral Access Control 20

pub fn opac19(&mut self) -> OPAC19_W[src]

Bits 16:19 - Off-platform Peripheral Access Control 19

pub fn opac18(&mut self) -> OPAC18_W[src]

Bits 20:23 - Off-platform Peripheral Access Control 18

pub fn opac17(&mut self) -> OPAC17_W[src]

Bits 24:27 - Off-platform Peripheral Access Control 17

pub fn opac16(&mut self) -> OPAC16_W[src]

Bits 28:31 - Off-platform Peripheral Access Control 16

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

pub fn opac31(&mut self) -> OPAC31_W[src]

Bits 0:3 - Off-platform Peripheral Access Control 31

pub fn opac30(&mut self) -> OPAC30_W[src]

Bits 4:7 - Off-platform Peripheral Access Control 30

pub fn opac29(&mut self) -> OPAC29_W[src]

Bits 8:11 - Off-platform Peripheral Access Control 29

pub fn opac28(&mut self) -> OPAC28_W[src]

Bits 12:15 - Off-platform Peripheral Access Control 28

pub fn opac27(&mut self) -> OPAC27_W[src]

Bits 16:19 - Off-platform Peripheral Access Control 27

pub fn opac26(&mut self) -> OPAC26_W[src]

Bits 20:23 - Off-platform Peripheral Access Control 26

pub fn opac25(&mut self) -> OPAC25_W[src]

Bits 24:27 - Off-platform Peripheral Access Control 25

pub fn opac24(&mut self) -> OPAC24_W[src]

Bits 28:31 - Off-platform Peripheral Access Control 24

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

pub fn opac33(&mut self) -> OPAC33_W[src]

Bits 24:27 - Off-platform Peripheral Access Control 33

pub fn opac32(&mut self) -> OPAC32_W[src]

Bits 28:31 - Off-platform Peripheral Access Control 32

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.