Struct nrf52840::spim0::intenset::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

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

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

Bit 6 - Write '1' to enable interrupt for END event

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

Bit 19 - Write '1' to enable interrupt for STARTED event

Auto Trait Implementations

impl Send for R

impl Sync for R