mcxa-pac 0.1.1

Peripheral Access Crate for MCXA256 devices
Documentation
#[doc = "Register `LPOSH3` reader"]
pub type R = crate::R<Lposh3Spec>;
#[doc = "Field `LPOSH3` reader - LPOSH3"]
pub type Lposh3R = crate::FieldReader<u16>;
impl R {
    #[doc = "Bits 0:15 - LPOSH3"]
    #[inline(always)]
    pub fn lposh3(&self) -> Lposh3R {
        Lposh3R::new(self.bits)
    }
}
#[cfg(feature = "debug")]
impl core::fmt::Debug for R {
    fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
        f.debug_struct("LPOSH3").field("lposh3", &self.lposh3()).finish()
    }
}
#[doc = "Lower Position Holder Register 3\n\nYou can [`read`](crate::Reg::read) this register and get [`lposh3::R`](R). See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct Lposh3Spec;
impl crate::RegisterSpec for Lposh3Spec {
    type Ux = u16;
}
#[doc = "`read()` method returns [`lposh3::R`](R) reader structure"]
impl crate::Readable for Lposh3Spec {}
#[doc = "`reset()` method sets LPOSH3 to value 0"]
impl crate::Resettable for Lposh3Spec {}