[][src]Type Definition nrf51::radio::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 address(&self) -> ADDRESS_R[src]

Bit 1 - Enable interrupt on ADDRESS event.

pub fn payload(&self) -> PAYLOAD_R[src]

Bit 2 - Enable interrupt on PAYLOAD event.

pub fn end(&self) -> END_R[src]

Bit 3 - Enable interrupt on END event.

pub fn disabled(&self) -> DISABLED_R[src]

Bit 4 - Enable interrupt on DISABLED event.

pub fn devmatch(&self) -> DEVMATCH_R[src]

Bit 5 - Enable interrupt on DEVMATCH event.

pub fn devmiss(&self) -> DEVMISS_R[src]

Bit 6 - Enable interrupt on DEVMISS event.

pub fn rssiend(&self) -> RSSIEND_R[src]

Bit 7 - Enable interrupt on RSSIEND event.

pub fn bcmatch(&self) -> BCMATCH_R[src]

Bit 10 - Enable interrupt on BCMATCH event.