Struct atsam4lc8b_pac::usart0::usart_mode_mr::DSNACK_W[][src]

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

Field DSNACK writer - Disable Successive NACK

Implementations

Writes variant to the field

NACK is sent on the ISO line as soon as a parity error occurs in the received character (unless INACK is set)

Successive parity errors are counted up to the value specified in the MAX_ITERATION field. These parity errors generatea NACK on the ISO line. As soon as this value is reached, no additional NACK is sent on the ISO line. The flag ITERATION is asserted

Sets the field bit

Clears the field bit

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.