Skip to main content

FLOWPOL_W

Type Alias FLOWPOL_W 

Source
pub type FLOWPOL_W<'a, REG, const O: u8> = BitWriter<'a, REG, O, FLOWPOL_A>;
Expand description

Field FLOWPOL writer - RTS/CTS polarity.

Aliased Type§

pub struct FLOWPOL_W<'a, REG, const O: u8> { /* private fields */ }

Implementations§

Source§

impl<'a, REG, const O: u8> FLOWPOL_W<'a, REG, O>
where REG: Writable + RegisterSpec,

Source

pub fn _0(self) -> &'a mut W<REG>

RTS/CTS asserted is logic 0.

Source

pub fn _1(self) -> &'a mut W<REG>

RTS/CTS asserted is logic 1.