Enum stm32f103xx::dma1::ccr1::PSIZER [] [src]

pub enum PSIZER {
    BIT8,
    BIT16,
    BIT32,
    _Reserved(u8),
}

Possible values of the field PSIZE

Variants

8-bits

16-bits

32-bits

Reserved

Methods

impl PSIZER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is BIT8

[src]

Checks if the value of the field is BIT16

[src]

Checks if the value of the field is BIT32

Trait Implementations

impl Clone for PSIZER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for PSIZER
[src]

impl Debug for PSIZER
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for PSIZER
[src]

[src]

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

[src]

This method tests for !=.