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

type R = R<u32, INTENSET>;

Reader of register INTENSET

Methods

impl R[src]

pub fn stopped(&self) -> STOPPED_R[src]

Bit 1 - Enable interrupt on STOPPED event.

pub fn rxdready(&self) -> RXDREADY_R[src]

Bit 2 - Enable interrupt on READY event.

pub fn txdsent(&self) -> TXDSENT_R[src]

Bit 7 - Enable interrupt on TXDSENT event.

pub fn error(&self) -> ERROR_R[src]

Bit 9 - Enable interrupt on ERROR event.

pub fn bb(&self) -> BB_R[src]

Bit 14 - Enable interrupt on BB event.

pub fn suspended(&self) -> SUSPENDED_R[src]

Bit 18 - Enable interrupt on SUSPENDED event.