[][src]Enum ambiq_apollo3_pac::bleif::cqpauseen::CQPENR

pub enum CQPENR {
    CNTEQ,
    BLEXOREN,
    IOMXOREN,
    GPIOXOREN,
    MSPI1XNOREN,
    MSPI0XNOREN,
    MSPI1XOREN,
    MSPI0XOREN,
    SWFLAGEN7,
    SWFLAGEN6,
    SWFLAGEN5,
    SWFLAGEN4,
    SWFLAGEN3,
    SWFLAGEN2,
    SWFLAGEN1,
    SWFLGEN0,
    _Reserved(u16),
}

Possible values of the field CQPEN

Variants

CNTEQ

Pauses command queue processing when HWCNT matches SWCNT value.

BLEXOREN

Pause command queue when input BLE bit XORed with SWFLAG4 is '1' value.

IOMXOREN

Pause command queue when input IOM bit XORed with SWFLAG3 is '1' value.

GPIOXOREN

Pause command queue when input GPIO irq_bit XORed with SWFLAG2 is '1' value.

MSPI1XNOREN

Pause command queue when input MSPI1 bit XNORed with SWFLAG1 is '1' value.

MSPI0XNOREN

Pause command queue when input MSPI0 bit XNORed with SWFLAG0 is '1' value.

MSPI1XOREN

Pause command queue when input MSPI1 bit XORed with SWFLAG1 is '1' value.

MSPI0XOREN

Pause command queue when input MSPI0 bit XORed with SWFLAG0 is '1' value.

SWFLAGEN7

Pause the command queue when software flag bit 7 is '1'. value.

SWFLAGEN6

Pause the command queue when software flag bit 7 is '1' value.

SWFLAGEN5

Pause the command queue when software flag bit 7 is '1' value.

SWFLAGEN4

Pause the command queue when software flag bit 7 is '1' value.

SWFLAGEN3

Pause the command queue when software flag bit 7 is '1' value.

SWFLAGEN2

Pause the command queue when software flag bit 7 is '1' value.

SWFLAGEN1

Pause the command queue when software flag bit 7 is '1' value.

SWFLGEN0

Pause the command queue when software flag bit 7 is '1' value.

_Reserved(u16)

Reserved

Methods

impl CQPENR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is CNTEQ

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

Checks if the value of the field is BLEXOREN

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

Checks if the value of the field is IOMXOREN

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

Checks if the value of the field is GPIOXOREN

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

Checks if the value of the field is MSPI1XNOREN

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

Checks if the value of the field is MSPI0XNOREN

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

Checks if the value of the field is MSPI1XOREN

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

Checks if the value of the field is MSPI0XOREN

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

Checks if the value of the field is SWFLAGEN7

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

Checks if the value of the field is SWFLAGEN6

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

Checks if the value of the field is SWFLAGEN5

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

Checks if the value of the field is SWFLAGEN4

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

Checks if the value of the field is SWFLAGEN3

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

Checks if the value of the field is SWFLAGEN2

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

Checks if the value of the field is SWFLAGEN1

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

Checks if the value of the field is SWFLGEN0

Trait Implementations

impl Copy for CQPENR[src]

impl Debug for CQPENR[src]

impl PartialEq<CQPENR> for CQPENR[src]

impl Clone for CQPENR[src]

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

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CQPENR

impl Sync for CQPENR

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