[][src]Struct cc13x2_cc26x2_hal::gpt3::mis::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn reserved14(&mut self) -> _RESERVED14W[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 dmabmis(&mut self) -> _DMABMISW[src]

Bit 13 - 13:13] 0: No interrupt or interrupt not enabled 1: RIS.DMABRIS = 1 && IMR.DMABIM = 1

pub fn reserved12(&mut self) -> _RESERVED12W[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 tbmmis(&mut self) -> _TBMMISW[src]

Bit 11 - 11:11] 0: No interrupt or interrupt not enabled 1: RIS.TBMRIS = 1 && IMR.TBMIM = 1

pub fn cbemis(&mut self) -> _CBEMISW[src]

Bit 10 - 10:10] 0: No interrupt or interrupt not enabled 1: RIS.CBERIS = 1 && IMR.CBEIM = 1

pub fn cbmmis(&mut self) -> _CBMMISW[src]

Bit 9 - 9:9] 0: No interrupt or interrupt not enabled 1: RIS.CBMRIS = 1 && IMR.CBMIM = 1

pub fn tbtomis(&mut self) -> _TBTOMISW[src]

Bit 8 - 8:8] 0: No interrupt or interrupt not enabled 1: RIS.TBTORIS = 1 && IMR.TBTOIM = 1

pub fn reserved6(&mut self) -> _RESERVED6W[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 dmaamis(&mut self) -> _DMAAMISW[src]

Bit 5 - 5:5] 0: No interrupt or interrupt not enabled 1: RIS.DMAARIS = 1 && IMR.DMAAIM = 1

pub fn tammis(&mut self) -> _TAMMISW[src]

Bit 4 - 4:4] 0: No interrupt or interrupt not enabled 1: RIS.TAMRIS = 1 && IMR.TAMIM = 1

pub fn reserved3(&mut self) -> _RESERVED3W[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 caemis(&mut self) -> _CAEMISW[src]

Bit 2 - 2:2] 0: No interrupt or interrupt not enabled 1: RIS.CAERIS = 1 && IMR.CAEIM = 1

pub fn cammis(&mut self) -> _CAMMISW[src]

Bit 1 - 1:1] 0: No interrupt or interrupt not enabled 1: RIS.CAMRIS = 1 && IMR.CAMIM = 1

pub fn tatomis(&mut self) -> _TATOMISW[src]

Bit 0 - 0:0] 0: No interrupt or interrupt not enabled 1: RIS.TATORIS = 1 && IMR.TATOIM = 1

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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> From for T[src]

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