[][src]Type Definition nrf51::twi0::intenclr::W

type W = W<u32, INTENCLR>;

Writer for register INTENCLR

Methods

impl W[src]

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

Bit 1 - Disable interrupt on STOPPED event.

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

Bit 2 - Disable interrupt on RXDREADY event.

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

Bit 7 - Disable interrupt on TXDSENT event.

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

Bit 9 - Disable interrupt on ERROR event.

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

Bit 14 - Disable interrupt on BB event.

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

Bit 18 - Disable interrupt on SUSPENDED event.