Struct stm32g0::stm32g0b0::usart1::cr3::WUS_W[][src]

pub struct WUS_W<'a> { /* fields omitted */ }
Expand description

Field WUS writer - Wakeup from low-power mode interrupt flag selection This bitfield specifies the event which activates the WUF (Wakeup from low-power mode flag). This bitfield can only be written when the USART is disabled (UE = 0). If the USART does not support the wakeup from Stop feature, this bit is reserved and must be kept at reset value. Refer to page 835.

Implementations

Writes variant to the field

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

WUF active on start bit detection

WUF active on RXNE/RXFNE.

Writes raw bits to the field

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.

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.