#[doc = "Register `PMUP_BITMAP_LOW3` reader"]
pub type R = crate::R<PMUP_BITMAP_LOW3_SPEC>;
#[doc = "Register `PMUP_BITMAP_LOW3` writer"]
pub type W = crate::W<PMUP_BITMAP_LOW3_SPEC>;
#[doc = "Field `PUMP_BITMAP_LOW3` reader - select valid low channel3"]
pub type PUMP_BITMAP_LOW3_R = crate::FieldReader<u32>;
#[doc = "Field `PUMP_BITMAP_LOW3` writer - select valid low channel3"]
pub type PUMP_BITMAP_LOW3_W<'a, REG> = crate::FieldWriter<'a, REG, 32, u32>;
impl R {
#[doc = "Bits 0:31 - select valid low channel3"]
#[inline(always)]
pub fn pump_bitmap_low3(&self) -> PUMP_BITMAP_LOW3_R {
PUMP_BITMAP_LOW3_R::new(self.bits)
}
}
#[cfg(feature = "impl-register-debug")]
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
f.debug_struct("PMUP_BITMAP_LOW3")
.field("pump_bitmap_low3", &self.pump_bitmap_low3())
.finish()
}
}
impl W {
#[doc = "Bits 0:31 - select valid low channel3"]
#[inline(always)]
pub fn pump_bitmap_low3(&mut self) -> PUMP_BITMAP_LOW3_W<'_, PMUP_BITMAP_LOW3_SPEC> {
PUMP_BITMAP_LOW3_W::new(self, 0)
}
}
#[doc = "select valid pvt channel\n\nYou can [`read`](crate::Reg::read) this register and get [`pmup_bitmap_low3::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pmup_bitmap_low3::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct PMUP_BITMAP_LOW3_SPEC;
impl crate::RegisterSpec for PMUP_BITMAP_LOW3_SPEC {
type Ux = u32;
}
#[doc = "`read()` method returns [`pmup_bitmap_low3::R`](R) reader structure"]
impl crate::Readable for PMUP_BITMAP_LOW3_SPEC {}
#[doc = "`write(|w| ..)` method takes [`pmup_bitmap_low3::W`](W) writer structure"]
impl crate::Writable for PMUP_BITMAP_LOW3_SPEC {
type Safety = crate::Unsafe;
}
#[doc = "`reset()` method sets PMUP_BITMAP_LOW3 to value 0"]
impl crate::Resettable for PMUP_BITMAP_LOW3_SPEC {}