[][src]Type Definition nrf52832_pac::uarte0::intenclr::R

type R = R<u32, INTENCLR>;

Reader of register INTENCLR

Methods

impl R[src]

pub fn cts(&self) -> CTS_R[src]

Bit 0 - Write '1' to Disable interrupt for CTS event

pub fn ncts(&self) -> NCTS_R[src]

Bit 1 - Write '1' to Disable interrupt for NCTS event

pub fn rxdrdy(&self) -> RXDRDY_R[src]

Bit 2 - Write '1' to Disable interrupt for RXDRDY event

pub fn endrx(&self) -> ENDRX_R[src]

Bit 4 - Write '1' to Disable interrupt for ENDRX event

pub fn txdrdy(&self) -> TXDRDY_R[src]

Bit 7 - Write '1' to Disable interrupt for TXDRDY event

pub fn endtx(&self) -> ENDTX_R[src]

Bit 8 - Write '1' to Disable interrupt for ENDTX event

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

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

pub fn rxto(&self) -> RXTO_R[src]

Bit 17 - Write '1' to Disable interrupt for RXTO 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 txstopped(&self) -> TXSTOPPED_R[src]

Bit 22 - Write '1' to Disable interrupt for TXSTOPPED event