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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

Reset value of the register

Writes raw bits to the register

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 W

impl Sync for W