Type Alias d1_pac::cir_rx::cir_ctl::APAM_W

source ·
pub type APAM_W<'a, const O: u8> = FieldWriter<'a, u32, CIR_CTL_SPEC, u8, APAM_A, 2, O>;
Expand description

Field apam writer - Active Pulse Accept Mode

Aliased Type§

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

Implementations§

source§

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

source

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

Both positive and negative pulses are valid as a leading code

source

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

Only negative pulse is valid as a leading code

source

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

Only positive pulse is valid as a leading code