Struct nrf52840::uart0::intenclr::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

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

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

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

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

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

Bit 17 - Write '1' to disable interrupt for RXTO event

Auto Trait Implementations

impl Send for R

impl Sync for R