[][src]Struct cc13x2_cc26x2_hal::gpt1::iclr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn reserved14(&self) -> RESERVED14R[src]

Bits 14:31 - 31:14] Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn dmabint(&self) -> DMABINTR[src]

Bit 13 - 13:13] 0: Do nothing. 1: Clear RIS.DMABRIS and MIS.DMABMIS

pub fn reserved12(&self) -> RESERVED12R[src]

Bit 12 - 12:12] Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn tbmcint(&self) -> TBMCINTR[src]

Bit 11 - 11:11] 0: Do nothing. 1: Clear RIS.TBMRIS and MIS.TBMMIS

pub fn cbecint(&self) -> CBECINTR[src]

Bit 10 - 10:10] 0: Do nothing. 1: Clear RIS.CBERIS and MIS.CBEMIS

pub fn cbmcint(&self) -> CBMCINTR[src]

Bit 9 - 9:9] 0: Do nothing. 1: Clear RIS.CBMRIS and MIS.CBMMIS

pub fn tbtocint(&self) -> TBTOCINTR[src]

Bit 8 - 8:8] 0: Do nothing. 1: Clear RIS.TBTORIS and MIS.TBTOMIS

pub fn reserved6(&self) -> RESERVED6R[src]

Bits 6:7 - 7:6] Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn dmaaint(&self) -> DMAAINTR[src]

Bit 5 - 5:5] 0: Do nothing. 1: Clear RIS.DMAARIS and MIS.DMAAMIS

pub fn tamcint(&self) -> TAMCINTR[src]

Bit 4 - 4:4] 0: Do nothing. 1: Clear RIS.TAMRIS and MIS.TAMMIS

pub fn reserved3(&self) -> RESERVED3R[src]

Bit 3 - 3:3] Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn caecint(&self) -> CAECINTR[src]

Bit 2 - 2:2] 0: Do nothing. 1: Clear RIS.CAERIS and MIS.CAEMIS

pub fn camcint(&self) -> CAMCINTR[src]

Bit 1 - 1:1] 0: Do nothing. 1: Clear RIS.CAMRIS and MIS.CAMMIS

pub fn tatocint(&self) -> TATOCINTR[src]

Bit 0 - 0:0] 0: Do nothing. 1: Clear RIS.TATORIS and MIS.TATOMIS

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self