[][src]Type Definition nrf52840_pac::twis0::intenclr::R

type R = R<u32, INTENCLR>;

Reader of register INTENCLR

Methods

impl R[src]

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

Bit 1 - Write '1' to disable interrupt for STOPPED event

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

Bit 9 - Write '1' to disable interrupt for ERROR event

pub fn rxstarted(&self) -> RXSTARTED_R[src]

Bit 19 - Write '1' to disable interrupt for RXSTARTED event

pub fn txstarted(&self) -> TXSTARTED_R[src]

Bit 20 - Write '1' to disable interrupt for TXSTARTED event

pub fn write(&self) -> WRITE_R[src]

Bit 25 - Write '1' to disable interrupt for WRITE event

pub fn read(&self) -> READ_R[src]

Bit 26 - Write '1' to disable interrupt for READ event