mcxa_pac/spc0/
coreldo_cfg.rs1#[doc = "Register `CORELDO_CFG` reader"]
2pub type R = crate::R<CoreldoCfgSpec>;
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 = "LDO_CORE Configuration\n\nYou can [`read`](crate::Reg::read) this register and get [`coreldo_cfg::R`](R). See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
10pub struct CoreldoCfgSpec;
11impl crate::RegisterSpec for CoreldoCfgSpec {
12 type Ux = u32;
13}
14#[doc = "`read()` method returns [`coreldo_cfg::R`](R) reader structure"]
15impl crate::Readable for CoreldoCfgSpec {}
16#[doc = "`reset()` method sets CORELDO_CFG to value 0"]
17impl crate::Resettable for CoreldoCfgSpec {}