mkl25z4 0.0.3

Peripheral access API for NXP KL25Z microcontrollers
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[doc = "Reader of register PERID"]
pub type R = crate::R<u8, super::PERID>;
#[doc = "Reader of field `ID`"]
pub type ID_R = crate::R<u8, u8>;
impl R {
    #[doc = "Bits 0:5 - Peripheral Identification"]
    #[inline(always)]
    pub fn id(&self) -> ID_R {
        ID_R::new((self.bits & 0x3f) as u8)
    }
}