[][src]Enum cc13x2_cc26x2_hal::crypto::dmabuscfg::AHB_MST1_BURST_SIZER

pub enum AHB_MST1_BURST_SIZER {
    _64_BYTE,
    _32_BYTE,
    _16_BYTE,
    _8_BYTE,
    _4_BYTE,
    _Reserved(u8),
}

Possible values of the field AHB_MST1_BURST_SIZE

Variants

_64_BYTE

64 bytes

_32_BYTE

32 bytes

_16_BYTE

16 bytes

_8_BYTE

8 bytes

_4_BYTE

4 bytes

_Reserved(u8)

Reserved

Methods

impl AHB_MST1_BURST_SIZER[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

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

Checks if the value of the field is _64_BYTE

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

Checks if the value of the field is _32_BYTE

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

Checks if the value of the field is _16_BYTE

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

Checks if the value of the field is _8_BYTE

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

Checks if the value of the field is _4_BYTE

Trait Implementations

impl Copy for AHB_MST1_BURST_SIZER[src]

impl Debug for AHB_MST1_BURST_SIZER[src]

impl PartialEq<AHB_MST1_BURST_SIZER> for AHB_MST1_BURST_SIZER[src]

impl Clone for AHB_MST1_BURST_SIZER[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self