pub type R = crate::R<AHB4RSTRrs>;
pub type W = crate::W<AHB4RSTRrs>;
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub enum GPIOARST {
Reset = 1,
}
impl From<GPIOARST> for bool {
#[inline(always)]
fn from(variant: GPIOARST) -> Self {
variant as u8 != 0
}
}
pub type GPIOARST_R = crate::BitReader<GPIOARST>;
impl GPIOARST_R {
#[inline(always)]
pub const fn variant(&self) -> Option<GPIOARST> {
match self.bits {
true => Some(GPIOARST::Reset),
_ => None,
}
}
#[inline(always)]
pub fn is_reset(&self) -> bool {
*self == GPIOARST::Reset
}
}
pub type GPIOARST_W<'a, REG> = crate::BitWriter<'a, REG, GPIOARST>;
impl<'a, REG> GPIOARST_W<'a, REG>
where
REG: crate::Writable + crate::RegisterSpec,
{
#[inline(always)]
pub fn reset(self) -> &'a mut crate::W<REG> {
self.variant(GPIOARST::Reset)
}
}
pub use GPIOARST_R as GPIOBRST_R;
pub use GPIOARST_R as GPIOCRST_R;
pub use GPIOARST_R as GPIODRST_R;
pub use GPIOARST_R as GPIOERST_R;
pub use GPIOARST_R as GPIOFRST_R;
pub use GPIOARST_R as GPIOGRST_R;
pub use GPIOARST_R as GPIOHRST_R;
pub use GPIOARST_R as GPIOMRST_R;
pub use GPIOARST_R as GPIONRST_R;
pub use GPIOARST_R as GPIOORST_R;
pub use GPIOARST_R as GPIOPRST_R;
pub use GPIOARST_R as CRCRST_R;
pub use GPIOARST_W as GPIOBRST_W;
pub use GPIOARST_W as GPIOCRST_W;
pub use GPIOARST_W as GPIODRST_W;
pub use GPIOARST_W as GPIOERST_W;
pub use GPIOARST_W as GPIOFRST_W;
pub use GPIOARST_W as GPIOGRST_W;
pub use GPIOARST_W as GPIOHRST_W;
pub use GPIOARST_W as GPIOMRST_W;
pub use GPIOARST_W as GPIONRST_W;
pub use GPIOARST_W as GPIOORST_W;
pub use GPIOARST_W as GPIOPRST_W;
pub use GPIOARST_W as CRCRST_W;
impl R {
#[inline(always)]
pub fn gpioarst(&self) -> GPIOARST_R {
GPIOARST_R::new((self.bits & 1) != 0)
}
#[inline(always)]
pub fn gpiobrst(&self) -> GPIOBRST_R {
GPIOBRST_R::new(((self.bits >> 1) & 1) != 0)
}
#[inline(always)]
pub fn gpiocrst(&self) -> GPIOCRST_R {
GPIOCRST_R::new(((self.bits >> 2) & 1) != 0)
}
#[inline(always)]
pub fn gpiodrst(&self) -> GPIODRST_R {
GPIODRST_R::new(((self.bits >> 3) & 1) != 0)
}
#[inline(always)]
pub fn gpioerst(&self) -> GPIOERST_R {
GPIOERST_R::new(((self.bits >> 4) & 1) != 0)
}
#[inline(always)]
pub fn gpiofrst(&self) -> GPIOFRST_R {
GPIOFRST_R::new(((self.bits >> 5) & 1) != 0)
}
#[inline(always)]
pub fn gpiogrst(&self) -> GPIOGRST_R {
GPIOGRST_R::new(((self.bits >> 6) & 1) != 0)
}
#[inline(always)]
pub fn gpiohrst(&self) -> GPIOHRST_R {
GPIOHRST_R::new(((self.bits >> 7) & 1) != 0)
}
#[inline(always)]
pub fn gpiomrst(&self) -> GPIOMRST_R {
GPIOMRST_R::new(((self.bits >> 12) & 1) != 0)
}
#[inline(always)]
pub fn gpionrst(&self) -> GPIONRST_R {
GPIONRST_R::new(((self.bits >> 13) & 1) != 0)
}
#[inline(always)]
pub fn gpioorst(&self) -> GPIOORST_R {
GPIOORST_R::new(((self.bits >> 14) & 1) != 0)
}
#[inline(always)]
pub fn gpioprst(&self) -> GPIOPRST_R {
GPIOPRST_R::new(((self.bits >> 15) & 1) != 0)
}
#[inline(always)]
pub fn crcrst(&self) -> CRCRST_R {
CRCRST_R::new(((self.bits >> 19) & 1) != 0)
}
}
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
f.debug_struct("AHB4RSTR")
.field("gpioarst", &self.gpioarst())
.field("gpiobrst", &self.gpiobrst())
.field("gpiocrst", &self.gpiocrst())
.field("gpiodrst", &self.gpiodrst())
.field("gpioerst", &self.gpioerst())
.field("gpiofrst", &self.gpiofrst())
.field("gpiogrst", &self.gpiogrst())
.field("gpiohrst", &self.gpiohrst())
.field("gpiomrst", &self.gpiomrst())
.field("gpionrst", &self.gpionrst())
.field("gpioorst", &self.gpioorst())
.field("gpioprst", &self.gpioprst())
.field("crcrst", &self.crcrst())
.finish()
}
}
impl W {
#[inline(always)]
pub fn gpioarst(&mut self) -> GPIOARST_W<AHB4RSTRrs> {
GPIOARST_W::new(self, 0)
}
#[inline(always)]
pub fn gpiobrst(&mut self) -> GPIOBRST_W<AHB4RSTRrs> {
GPIOBRST_W::new(self, 1)
}
#[inline(always)]
pub fn gpiocrst(&mut self) -> GPIOCRST_W<AHB4RSTRrs> {
GPIOCRST_W::new(self, 2)
}
#[inline(always)]
pub fn gpiodrst(&mut self) -> GPIODRST_W<AHB4RSTRrs> {
GPIODRST_W::new(self, 3)
}
#[inline(always)]
pub fn gpioerst(&mut self) -> GPIOERST_W<AHB4RSTRrs> {
GPIOERST_W::new(self, 4)
}
#[inline(always)]
pub fn gpiofrst(&mut self) -> GPIOFRST_W<AHB4RSTRrs> {
GPIOFRST_W::new(self, 5)
}
#[inline(always)]
pub fn gpiogrst(&mut self) -> GPIOGRST_W<AHB4RSTRrs> {
GPIOGRST_W::new(self, 6)
}
#[inline(always)]
pub fn gpiohrst(&mut self) -> GPIOHRST_W<AHB4RSTRrs> {
GPIOHRST_W::new(self, 7)
}
#[inline(always)]
pub fn gpiomrst(&mut self) -> GPIOMRST_W<AHB4RSTRrs> {
GPIOMRST_W::new(self, 12)
}
#[inline(always)]
pub fn gpionrst(&mut self) -> GPIONRST_W<AHB4RSTRrs> {
GPIONRST_W::new(self, 13)
}
#[inline(always)]
pub fn gpioorst(&mut self) -> GPIOORST_W<AHB4RSTRrs> {
GPIOORST_W::new(self, 14)
}
#[inline(always)]
pub fn gpioprst(&mut self) -> GPIOPRST_W<AHB4RSTRrs> {
GPIOPRST_W::new(self, 15)
}
#[inline(always)]
pub fn crcrst(&mut self) -> CRCRST_W<AHB4RSTRrs> {
CRCRST_W::new(self, 19)
}
}
pub struct AHB4RSTRrs;
impl crate::RegisterSpec for AHB4RSTRrs {
type Ux = u32;
}
impl crate::Readable for AHB4RSTRrs {}
impl crate::Writable for AHB4RSTRrs {
type Safety = crate::Unsafe;
}
impl crate::Resettable for AHB4RSTRrs {}