Type Alias avr_device::atmega2560::exint::eicra::ISC3_W

source ·
pub type ISC3_W<'a, const O: u8> = FieldWriterSafe<'a, u8, EICRA_SPEC, u8, ISC3_A, 2, O>;
Expand description

Field ISC3 writer - External Interrupt Sense Control Bit

Aliased Type§

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

Implementations§

source§

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

source

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

Low Level of INTX

source

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

Any Logical Change of INTX

source

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

Falling Edge of INTX

source

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

Rising Edge of INTX