Type Alias rp2040_pac::uart0::uartlcr_h::BRK_W

source ·
pub type BRK_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field BRK writer - Send break. If this bit is set to 1, a low-level is continually output on the UARTTXD output, after completing transmission of the current character. For the proper execution of the break command, the software must set this bit for at least two complete frames. For normal use, this bit must be cleared to 0.

Aliased Type§

struct BRK_W<'a, REG> { /* private fields */ }