#[doc = "Register `STIR` writer"] pub type W = crate::W; #[doc = "Field `INTID` writer - Interrupt ID of the interrupt to trigger"] pub type INTID_W<'a, REG> = crate::FieldWriter<'a, REG, 9, u16>; impl W { #[doc = "Bits 0:8 - Interrupt ID of the interrupt to trigger"] #[inline(always)] pub fn intid(&mut self) -> INTID_W { INTID_W::new(self, 0) } } #[doc = "Software Trigger Interrupt Register\n\nYou can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`stir::W`](W). See [API](https://docs.rs/svd2rust/#read--modify--write-api)."] pub struct STIR_SPEC; impl crate::RegisterSpec for STIR_SPEC { type Ux = u32; } #[doc = "`write(|w| ..)` method takes [`stir::W`](W) writer structure"] impl crate::Writable for STIR_SPEC { type Safety = crate::Unsafe; const ZERO_TO_MODIFY_FIELDS_BITMAP: u32 = 0; const ONE_TO_MODIFY_FIELDS_BITMAP: u32 = 0; } #[doc = "`reset()` method sets STIR to value 0"] impl crate::Resettable for STIR_SPEC { const RESET_VALUE: u32 = 0; }