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

pub enum CQPENW {
    CNTEQ,
    BLEXOREN,
    IOMXOREN,
    GPIOXOREN,
    MSPI1XNOREN,
    MSPI0XNOREN,
    MSPI1XOREN,
    MSPI0XOREN,
    SWFLAGEN7,
    SWFLAGEN6,
    SWFLAGEN5,
    SWFLAGEN4,
    SWFLAGEN3,
    SWFLAGEN2,
    SWFLAGEN1,
    SWFLGEN0,
}

Values that can be written to 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.

Auto Trait Implementations

impl Send for CQPENW

impl Sync for CQPENW

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