[][src]Type Definition nrf52832_pac::uart0::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 txdrdy(&self) -> TXDRDY_R[src]

Bit 7 - Write '1' to Disable interrupt for TXDRDY 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