pub struct W { /* private fields */ }Expand description
Value to write to the register
Implementations§
Source§impl W
impl W
Sourcepub fn timer_ris_tatoris(&mut self) -> _TIMER_RIS_TATORISW<'_>
pub fn timer_ris_tatoris(&mut self) -> _TIMER_RIS_TATORISW<'_>
Bit 0 - GPTM Timer A Time-Out Raw Interrupt
Sourcepub fn timer_ris_camris(&mut self) -> _TIMER_RIS_CAMRISW<'_>
pub fn timer_ris_camris(&mut self) -> _TIMER_RIS_CAMRISW<'_>
Bit 1 - GPTM Timer A Capture Mode Match Raw Interrupt
Sourcepub fn timer_ris_caeris(&mut self) -> _TIMER_RIS_CAERISW<'_>
pub fn timer_ris_caeris(&mut self) -> _TIMER_RIS_CAERISW<'_>
Bit 2 - GPTM Timer A Capture Mode Event Raw Interrupt
Sourcepub fn timer_ris_rtcris(&mut self) -> _TIMER_RIS_RTCRISW<'_>
pub fn timer_ris_rtcris(&mut self) -> _TIMER_RIS_RTCRISW<'_>
Bit 3 - GPTM RTC Raw Interrupt
Sourcepub fn timer_ris_tamris(&mut self) -> _TIMER_RIS_TAMRISW<'_>
pub fn timer_ris_tamris(&mut self) -> _TIMER_RIS_TAMRISW<'_>
Bit 4 - GPTM Timer A Match Raw Interrupt
Sourcepub fn timer_ris_dmaaris(&mut self) -> _TIMER_RIS_DMAARISW<'_>
pub fn timer_ris_dmaaris(&mut self) -> _TIMER_RIS_DMAARISW<'_>
Bit 5 - GPTM Timer A DMA Done Raw Interrupt Status
Sourcepub fn timer_ris_tbtoris(&mut self) -> _TIMER_RIS_TBTORISW<'_>
pub fn timer_ris_tbtoris(&mut self) -> _TIMER_RIS_TBTORISW<'_>
Bit 8 - GPTM Timer B Time-Out Raw Interrupt
Sourcepub fn timer_ris_cbmris(&mut self) -> _TIMER_RIS_CBMRISW<'_>
pub fn timer_ris_cbmris(&mut self) -> _TIMER_RIS_CBMRISW<'_>
Bit 9 - GPTM Timer B Capture Mode Match Raw Interrupt
Sourcepub fn timer_ris_cberis(&mut self) -> _TIMER_RIS_CBERISW<'_>
pub fn timer_ris_cberis(&mut self) -> _TIMER_RIS_CBERISW<'_>
Bit 10 - GPTM Timer B Capture Mode Event Raw Interrupt
Sourcepub fn timer_ris_tbmris(&mut self) -> _TIMER_RIS_TBMRISW<'_>
pub fn timer_ris_tbmris(&mut self) -> _TIMER_RIS_TBMRISW<'_>
Bit 11 - GPTM Timer B Match Raw Interrupt
Sourcepub fn timer_ris_dmabris(&mut self) -> _TIMER_RIS_DMABRISW<'_>
pub fn timer_ris_dmabris(&mut self) -> _TIMER_RIS_DMABRISW<'_>
Bit 13 - GPTM Timer B DMA Done Raw Interrupt Status
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more