Type Alias avr_device::atmega2560::exint::eicrb::ISC7_W

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

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

Aliased Type§

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

Implementations§

source§

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