Enum efm32gg11b::ebi::tftctrl::MASKBLEND_A[][src]

#[repr(u8)]
pub enum MASKBLEND_A {
    DISABLED,
    IMASK,
    IALPHA,
    IMASKALPHA,
    EFBMASK,
    EFBALPHA,
    EFBMASKALPHA,
    IFBMASK,
    IFBALPHA,
    IFBMASKALPHA,
}
Expand description

TFT Mask and Blend Mode

Value on reset: 0

Variants

DISABLED

0: Masking and Blending are disabled.

IMASK

1: Internal Masking is enabled.

IALPHA

2: Internal Alpha Blending is enabled.

IMASKALPHA

3: Internal Masking and Alpha Blending are enabled.

EFBMASK

4: External Frame Buffer Masking is enabled.

EFBALPHA

5: External Frame Buffer Alpha Blending is enabled.

EFBMASKALPHA

6: External Frame Buffer Masking and Alpha Blending are enabled.

IFBMASK

7: Internal Frame Buffer Masking is enabled.

IFBALPHA

8: Internal Frame Buffer Alpha Blending is enabled.

IFBMASKALPHA

9: Internal Frame Buffer Masking and Alpha Blending are enabled.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.