Struct lpc55_pac::puf::idxblk_h_dp::W[][src]

pub struct W(_);

Register IDXBLK_H_DP writer

Implementations

impl W[src]

pub fn idx8(&mut self) -> IDX8_W<'_>[src]

Bits 0:1 - Use to block PUF index 8

pub fn idx9(&mut self) -> IDX9_W<'_>[src]

Bits 2:3 - Use to block PUF index 9

pub fn idx10(&mut self) -> IDX10_W<'_>[src]

Bits 4:5 - Use to block PUF index 10

pub fn idx11(&mut self) -> IDX11_W<'_>[src]

Bits 6:7 - Use to block PUF index 11

pub fn idx12(&mut self) -> IDX12_W<'_>[src]

Bits 8:9 - Use to block PUF index 12

pub fn idx13(&mut self) -> IDX13_W<'_>[src]

Bits 10:11 - Use to block PUF index 13

pub fn idx14(&mut self) -> IDX14_W<'_>[src]

Bits 12:13 - Use to block PUF index 14

pub fn idx15(&mut self) -> IDX15_W<'_>[src]

Bits 14:15 - Use to block PUF index 15

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

Writes raw bits to the register.

Methods from Deref<Target = W<IDXBLK_H_DP_SPEC>>

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

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<IDXBLK_H_DP_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<IDXBLK_H_DP_SPEC>> for W[src]

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

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.