[][src]Type Definition nrf51::radio::intenset::W

type W = W<u32, INTENSET>;

Writer for register INTENSET

Methods

impl W[src]

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

Bit 0 - Enable interrupt on READY event.

pub fn address(&mut self) -> ADDRESS_W[src]

Bit 1 - Enable interrupt on ADDRESS event.

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

Bit 2 - Enable interrupt on PAYLOAD event.

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

Bit 3 - Enable interrupt on END event.

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

Bit 4 - Enable interrupt on DISABLED event.

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

Bit 5 - Enable interrupt on DEVMATCH event.

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

Bit 6 - Enable interrupt on DEVMISS event.

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

Bit 7 - Enable interrupt on RSSIEND event.

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

Bit 10 - Enable interrupt on BCMATCH event.