Enum stm32f303xe::usart1::cr3::WUSR [] [src]

pub enum WUSR {
    ADDRESSMATCH,
    STARTBIT,
    RXNE,
    _Reserved(u8),
}

Possible values of the field WUS

Variants

WUF active on address match (as defined by ADD[7:0] and ADDM7)

WuF active on Start bit detection

WUF active on RXNE.

Reserved

Methods

impl WUSR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is ADDRESSMATCH

[src]

Checks if the value of the field is STARTBIT

[src]

Checks if the value of the field is RXNE

Trait Implementations

impl Clone for WUSR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for WUSR
[src]

impl Debug for WUSR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for WUSR
[src]

[src]

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

[src]

This method tests for !=.