Type Alias avr_device::atmega2560::exint::eicrb::ISC4_W

source ·
pub type ISC4_W<'a, const O: u8> = FieldWriterSafe<'a, u8, EICRB_SPEC, u8, ISC4_A, 2, O>;
Expand description

Field ISC4 writer - External Interrupt 7-4 Sense Control Bit

Aliased Type§

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

Implementations§

source§

impl<'a, const O: u8> ISC4_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