tm4c129x 0.9.2

Peripheral access API for TI TM4C129x microcontrollers
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[doc = "Reader of register MSG1INT"]
pub type R = crate::R<u32, super::MSG1INT>;
#[doc = "Reader of field `INTPND`"]
pub type INTPND_R = crate::R<u16, u16>;
impl R {
    #[doc = "Bits 0:15 - Interrupt Pending Bits"]
    #[inline(always)]
    pub fn intpnd(&self) -> INTPND_R {
        INTPND_R::new((self.bits & 0xffff) as u16)
    }
}