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

type R = R<u32, INTENSET>;

Reader of register INTENSET

Methods

impl R[src]

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

Bit 0 - Enable interrupt on READY event.

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

Bit 1 - Enable interrupt on DOWN event.

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

Bit 2 - Enable interrupt on UP event.

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

Bit 3 - Enable interrupt on CROSS event.