nrf52840_pac::uarte0::config

Type Alias STOP_W

Source
pub type STOP_W<'a, const O: u8> = BitWriter<'a, u32, CONFIG_SPEC, STOP_A, O>;
Expand description

Field STOP writer - Stop bits

Aliased Type§

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

Implementations§

Source§

impl<'a, const O: u8> STOP_W<'a, O>

Source

pub fn one(self) -> &'a mut W

One stop bit

Source

pub fn two(self) -> &'a mut W

Two stop bits