[][src]Struct lpc54606_pac::spifi0::mcmd::FRAMEFORM_W

pub struct FRAMEFORM_W<'a> { /* fields omitted */ }

Write proxy for field FRAMEFORM

Methods

impl<'a> FRAMEFORM_W<'a>[src]

pub fn variant(self, variant: FRAMEFORM_A) -> &'a mut W[src]

Writes variant to the field

pub fn opcode(self) -> &'a mut W[src]

Opcode. Opcode only, no address.

pub fn opcode_1_byte(self) -> &'a mut W[src]

Opcode one byte. Opcode, least-significant byte of address.

pub fn opcode_2_bytes(self) -> &'a mut W[src]

Opcode two bytes. Opcode, 2 least-significant bytes of address.

pub fn opcode_3_bytes(self) -> &'a mut W[src]

Opcode three bytes. Opcode, 3 least-significant bytes of address.

pub fn opcode_4_bytes(self) -> &'a mut W[src]

Opcode four bytes. Opcode, 4 bytes of address.

pub fn no_opcode_3_bytes(self) -> &'a mut W[src]

No opcode three bytes. No opcode, 3 least-significant bytes of address.

pub fn no_opcode_4_bytes(self) -> &'a mut W[src]

No opcode, 4 bytes of address.

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for FRAMEFORM_W<'a>

impl<'a> !Sync for FRAMEFORM_W<'a>

impl<'a> Unpin for FRAMEFORM_W<'a>

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> Same<T> for T

type Output = T

Should always be Self

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.