[][src]Type Definition nrf51::lpcomp::intenclr::R

type R = R<u32, INTENCLR>;

Reader of register INTENCLR

Methods

impl R[src]

pub fn ready(&self) -> READY_R[src]

Bit 0 - Disable interrupt on READY event.

pub fn down(&self) -> DOWN_R[src]

Bit 1 - Disable interrupt on DOWN event.

pub fn up(&self) -> UP_R[src]

Bit 2 - Disable interrupt on UP event.

pub fn cross(&self) -> CROSS_R[src]

Bit 3 - Disable interrupt on CROSS event.