Type Alias atsame70n21b::uart0::mr::FILTER_W

source ·
pub type FILTER_W<'a, const O: u8> = BitWriter<'a, MR_SPEC, O, FILTERSELECT_A>;
Expand description

Field FILTER writer - Receiver Digital Filter

Aliased Type§

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

Implementations§

source§

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

source

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

UART does not filter the receive line.

source

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

UART filters the receive line using a three-sample filter (16x-bit clock) (2 over 3 majority).