[][src]Struct lpc176x_5x::gpioint::enr0::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn p0_0er(&mut self) -> _P0_0ERW[src]

Bit 0 - Enable rising edge interrupt for P0[0]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

pub fn p0_1er(&mut self) -> _P0_1ERW[src]

Bit 1 - Enable rising edge interrupt for P0[1]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

pub fn p0_2er(&mut self) -> _P0_2ERW[src]

Bit 2 - Enable rising edge interrupt for P0[2]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

pub fn p0_3er(&mut self) -> _P0_3ERW[src]

Bit 3 - Enable rising edge interrupt for P0[3]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

pub fn p0_4er(&mut self) -> _P0_4ERW[src]

Bit 4 - Enable rising edge interrupt for P0[4]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

pub fn p0_5er(&mut self) -> _P0_5ERW[src]

Bit 5 - Enable rising edge interrupt for P0[5]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

pub fn p0_6er(&mut self) -> _P0_6ERW[src]

Bit 6 - Enable rising edge interrupt for P0[6]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

pub fn p0_7er(&mut self) -> _P0_7ERW[src]

Bit 7 - Enable rising edge interrupt for P0[7]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

pub fn p0_8er(&mut self) -> _P0_8ERW[src]

Bit 8 - Enable rising edge interrupt for P0[8]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

pub fn p0_9er(&mut self) -> _P0_9ERW[src]

Bit 9 - Enable rising edge interrupt for P0[9]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

pub fn p0_10er(&mut self) -> _P0_10ERW[src]

Bit 10 - Enable rising edge interrupt for P0[10]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

pub fn p0_11er(&mut self) -> _P0_11ERW[src]

Bit 11 - Enable rising edge interrupt for P0[11]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

pub fn p0_12er(&mut self) -> _P0_12ERW[src]

Bit 12 - Enable rising edge interrupt for P0[12]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

pub fn p0_13er(&mut self) -> _P0_13ERW[src]

Bit 13 - Enable rising edge interrupt for P0[13]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

pub fn p0_14er(&mut self) -> _P0_14ERW[src]

Bit 14 - Enable rising edge interrupt for P0[14]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

pub fn p0_15er(&mut self) -> _P0_15ERW[src]

Bit 15 - Enable rising edge interrupt for P0[15]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

pub fn p0_16er(&mut self) -> _P0_16ERW[src]

Bit 16 - Enable rising edge interrupt for P0[16]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

pub fn p0_17er(&mut self) -> _P0_17ERW[src]

Bit 17 - Enable rising edge interrupt for P0[17]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

pub fn p0_18er(&mut self) -> _P0_18ERW[src]

Bit 18 - Enable rising edge interrupt for P0[18]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

pub fn p0_19er(&mut self) -> _P0_19ERW[src]

Bit 19 - Enable rising edge interrupt for P0[19]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

pub fn p0_20er(&mut self) -> _P0_20ERW[src]

Bit 20 - Enable rising edge interrupt for P0[20]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

pub fn p0_21er(&mut self) -> _P0_21ERW[src]

Bit 21 - Enable rising edge interrupt for P0[21]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

pub fn p0_22er(&mut self) -> _P0_22ERW[src]

Bit 22 - Enable rising edge interrupt for P0[22]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

pub fn p0_23er(&mut self) -> _P0_23ERW[src]

Bit 23 - Enable rising edge interrupt for P0[23]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

pub fn p0_24er(&mut self) -> _P0_24ERW[src]

Bit 24 - Enable rising edge interrupt for P0[24]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

pub fn p0_25er(&mut self) -> _P0_25ERW[src]

Bit 25 - Enable rising edge interrupt for P0[25]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

pub fn p0_26er(&mut self) -> _P0_26ERW[src]

Bit 26 - Enable rising edge interrupt for P0[26]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

pub fn p0_27er(&mut self) -> _P0_27ERW[src]

Bit 27 - Enable rising edge interrupt for P0[27]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

pub fn p0_28er(&mut self) -> _P0_28ERW[src]

Bit 28 - Enable rising edge interrupt for P0[28]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

pub fn p0_29er(&mut self) -> _P0_29ERW[src]

Bit 29 - Enable rising edge interrupt for P0[29]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

pub fn p0_30er(&mut self) -> _P0_30ERW[src]

Bit 30 - Enable rising edge interrupt for P0[30]. 0 = Disable rising edge interrupt. 1 = Enable rising edge interrupt.

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]