mcxa_pac/opamp0/
param.rs

1#[doc = "Register `PARAM` reader"]
2pub type R = crate::R<ParamSpec>;
3#[cfg(feature = "debug")]
4impl core::fmt::Debug for R {
5    fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
6        write!(f, "{}", self.bits())
7    }
8}
9#[doc = "Parameter\n\nYou can [`read`](crate::Reg::read) this register and get [`param::R`](R). See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
10pub struct ParamSpec;
11impl crate::RegisterSpec for ParamSpec {
12    type Ux = u32;
13}
14#[doc = "`read()` method returns [`param::R`](R) reader structure"]
15impl crate::Readable for ParamSpec {}
16#[doc = "`reset()` method sets PARAM to value 0"]
17impl crate::Resettable for ParamSpec {}