#[doc = "Register `REQSTATUS` reader"]
pub struct R(crate::R<REQSTATUS_SPEC>);
impl core::ops::Deref for R {
type Target = crate::R<REQSTATUS_SPEC>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
impl From<crate::R<REQSTATUS_SPEC>> for R {
#[inline(always)]
fn from(reader: crate::R<REQSTATUS_SPEC>) -> Self {
R(reader)
}
}
#[doc = "Request status for RR\\[0\\].\n\nValue on reset: 1"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum RR0_A {
#[doc = "0: RR\\[0\\]
register is not enabled or has already requested reload."]
DISABLEDORREQUESTED = 0,
#[doc = "1: RR\\[0\\]
register is enabled and has not jet requested."]
ENABLEDANDUNREQUESTED = 1,
}
impl From<RR0_A> for bool {
#[inline(always)]
fn from(variant: RR0_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `RR0` reader - Request status for RR\\[0\\]."]
pub struct RR0_R(crate::FieldReader<bool, RR0_A>);
impl RR0_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
RR0_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> RR0_A {
match self.bits {
false => RR0_A::DISABLEDORREQUESTED,
true => RR0_A::ENABLEDANDUNREQUESTED,
}
}
#[doc = "Checks if the value of the field is `DISABLEDORREQUESTED`"]
#[inline(always)]
pub fn is_disabled_or_requested(&self) -> bool {
**self == RR0_A::DISABLEDORREQUESTED
}
#[doc = "Checks if the value of the field is `ENABLEDANDUNREQUESTED`"]
#[inline(always)]
pub fn is_enabled_and_unrequested(&self) -> bool {
**self == RR0_A::ENABLEDANDUNREQUESTED
}
}
impl core::ops::Deref for RR0_R {
type Target = crate::FieldReader<bool, RR0_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Request status for RR\\[1\\].\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum RR1_A {
#[doc = "0: RR\\[1\\]
register is not enabled or has already requested reload."]
DISABLEDORREQUESTED = 0,
#[doc = "1: RR\\[1\\]
register is enabled and has not jet requested."]
ENABLEDANDUNREQUESTED = 1,
}
impl From<RR1_A> for bool {
#[inline(always)]
fn from(variant: RR1_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `RR1` reader - Request status for RR\\[1\\]."]
pub struct RR1_R(crate::FieldReader<bool, RR1_A>);
impl RR1_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
RR1_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> RR1_A {
match self.bits {
false => RR1_A::DISABLEDORREQUESTED,
true => RR1_A::ENABLEDANDUNREQUESTED,
}
}
#[doc = "Checks if the value of the field is `DISABLEDORREQUESTED`"]
#[inline(always)]
pub fn is_disabled_or_requested(&self) -> bool {
**self == RR1_A::DISABLEDORREQUESTED
}
#[doc = "Checks if the value of the field is `ENABLEDANDUNREQUESTED`"]
#[inline(always)]
pub fn is_enabled_and_unrequested(&self) -> bool {
**self == RR1_A::ENABLEDANDUNREQUESTED
}
}
impl core::ops::Deref for RR1_R {
type Target = crate::FieldReader<bool, RR1_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Request status for RR\\[2\\].\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum RR2_A {
#[doc = "0: RR\\[2\\]
register is not enabled or has already requested reload."]
DISABLEDORREQUESTED = 0,
#[doc = "1: RR\\[2\\]
register is enabled and has not jet requested."]
ENABLEDANDUNREQUESTED = 1,
}
impl From<RR2_A> for bool {
#[inline(always)]
fn from(variant: RR2_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `RR2` reader - Request status for RR\\[2\\]."]
pub struct RR2_R(crate::FieldReader<bool, RR2_A>);
impl RR2_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
RR2_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> RR2_A {
match self.bits {
false => RR2_A::DISABLEDORREQUESTED,
true => RR2_A::ENABLEDANDUNREQUESTED,
}
}
#[doc = "Checks if the value of the field is `DISABLEDORREQUESTED`"]
#[inline(always)]
pub fn is_disabled_or_requested(&self) -> bool {
**self == RR2_A::DISABLEDORREQUESTED
}
#[doc = "Checks if the value of the field is `ENABLEDANDUNREQUESTED`"]
#[inline(always)]
pub fn is_enabled_and_unrequested(&self) -> bool {
**self == RR2_A::ENABLEDANDUNREQUESTED
}
}
impl core::ops::Deref for RR2_R {
type Target = crate::FieldReader<bool, RR2_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Request status for RR\\[3\\].\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum RR3_A {
#[doc = "0: RR\\[3\\]
register is not enabled or has already requested reload."]
DISABLEDORREQUESTED = 0,
#[doc = "1: RR\\[3\\]
register is enabled and has not jet requested."]
ENABLEDANDUNREQUESTED = 1,
}
impl From<RR3_A> for bool {
#[inline(always)]
fn from(variant: RR3_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `RR3` reader - Request status for RR\\[3\\]."]
pub struct RR3_R(crate::FieldReader<bool, RR3_A>);
impl RR3_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
RR3_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> RR3_A {
match self.bits {
false => RR3_A::DISABLEDORREQUESTED,
true => RR3_A::ENABLEDANDUNREQUESTED,
}
}
#[doc = "Checks if the value of the field is `DISABLEDORREQUESTED`"]
#[inline(always)]
pub fn is_disabled_or_requested(&self) -> bool {
**self == RR3_A::DISABLEDORREQUESTED
}
#[doc = "Checks if the value of the field is `ENABLEDANDUNREQUESTED`"]
#[inline(always)]
pub fn is_enabled_and_unrequested(&self) -> bool {
**self == RR3_A::ENABLEDANDUNREQUESTED
}
}
impl core::ops::Deref for RR3_R {
type Target = crate::FieldReader<bool, RR3_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Request status for RR\\[4\\].\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum RR4_A {
#[doc = "0: RR\\[4\\]
register is not enabled or has already requested reload."]
DISABLEDORREQUESTED = 0,
#[doc = "1: RR\\[4\\]
register is enabled and has not jet requested."]
ENABLEDANDUNREQUESTED = 1,
}
impl From<RR4_A> for bool {
#[inline(always)]
fn from(variant: RR4_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `RR4` reader - Request status for RR\\[4\\]."]
pub struct RR4_R(crate::FieldReader<bool, RR4_A>);
impl RR4_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
RR4_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> RR4_A {
match self.bits {
false => RR4_A::DISABLEDORREQUESTED,
true => RR4_A::ENABLEDANDUNREQUESTED,
}
}
#[doc = "Checks if the value of the field is `DISABLEDORREQUESTED`"]
#[inline(always)]
pub fn is_disabled_or_requested(&self) -> bool {
**self == RR4_A::DISABLEDORREQUESTED
}
#[doc = "Checks if the value of the field is `ENABLEDANDUNREQUESTED`"]
#[inline(always)]
pub fn is_enabled_and_unrequested(&self) -> bool {
**self == RR4_A::ENABLEDANDUNREQUESTED
}
}
impl core::ops::Deref for RR4_R {
type Target = crate::FieldReader<bool, RR4_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Request status for RR\\[5\\].\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum RR5_A {
#[doc = "0: RR\\[5\\]
register is not enabled or has already requested reload."]
DISABLEDORREQUESTED = 0,
#[doc = "1: RR\\[5\\]
register is enabled and has not jet requested."]
ENABLEDANDUNREQUESTED = 1,
}
impl From<RR5_A> for bool {
#[inline(always)]
fn from(variant: RR5_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `RR5` reader - Request status for RR\\[5\\]."]
pub struct RR5_R(crate::FieldReader<bool, RR5_A>);
impl RR5_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
RR5_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> RR5_A {
match self.bits {
false => RR5_A::DISABLEDORREQUESTED,
true => RR5_A::ENABLEDANDUNREQUESTED,
}
}
#[doc = "Checks if the value of the field is `DISABLEDORREQUESTED`"]
#[inline(always)]
pub fn is_disabled_or_requested(&self) -> bool {
**self == RR5_A::DISABLEDORREQUESTED
}
#[doc = "Checks if the value of the field is `ENABLEDANDUNREQUESTED`"]
#[inline(always)]
pub fn is_enabled_and_unrequested(&self) -> bool {
**self == RR5_A::ENABLEDANDUNREQUESTED
}
}
impl core::ops::Deref for RR5_R {
type Target = crate::FieldReader<bool, RR5_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Request status for RR\\[6\\].\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum RR6_A {
#[doc = "0: RR\\[6\\]
register is not enabled or has already requested reload."]
DISABLEDORREQUESTED = 0,
#[doc = "1: RR\\[6\\]
register is enabled and has not jet requested."]
ENABLEDANDUNREQUESTED = 1,
}
impl From<RR6_A> for bool {
#[inline(always)]
fn from(variant: RR6_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `RR6` reader - Request status for RR\\[6\\]."]
pub struct RR6_R(crate::FieldReader<bool, RR6_A>);
impl RR6_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
RR6_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> RR6_A {
match self.bits {
false => RR6_A::DISABLEDORREQUESTED,
true => RR6_A::ENABLEDANDUNREQUESTED,
}
}
#[doc = "Checks if the value of the field is `DISABLEDORREQUESTED`"]
#[inline(always)]
pub fn is_disabled_or_requested(&self) -> bool {
**self == RR6_A::DISABLEDORREQUESTED
}
#[doc = "Checks if the value of the field is `ENABLEDANDUNREQUESTED`"]
#[inline(always)]
pub fn is_enabled_and_unrequested(&self) -> bool {
**self == RR6_A::ENABLEDANDUNREQUESTED
}
}
impl core::ops::Deref for RR6_R {
type Target = crate::FieldReader<bool, RR6_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Request status for RR\\[7\\].\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum RR7_A {
#[doc = "0: RR\\[7\\]
register is not enabled or has already requested reload."]
DISABLEDORREQUESTED = 0,
#[doc = "1: RR\\[7\\]
register is enabled and has not jet requested."]
ENABLEDANDUNREQUESTED = 1,
}
impl From<RR7_A> for bool {
#[inline(always)]
fn from(variant: RR7_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `RR7` reader - Request status for RR\\[7\\]."]
pub struct RR7_R(crate::FieldReader<bool, RR7_A>);
impl RR7_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
RR7_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> RR7_A {
match self.bits {
false => RR7_A::DISABLEDORREQUESTED,
true => RR7_A::ENABLEDANDUNREQUESTED,
}
}
#[doc = "Checks if the value of the field is `DISABLEDORREQUESTED`"]
#[inline(always)]
pub fn is_disabled_or_requested(&self) -> bool {
**self == RR7_A::DISABLEDORREQUESTED
}
#[doc = "Checks if the value of the field is `ENABLEDANDUNREQUESTED`"]
#[inline(always)]
pub fn is_enabled_and_unrequested(&self) -> bool {
**self == RR7_A::ENABLEDANDUNREQUESTED
}
}
impl core::ops::Deref for RR7_R {
type Target = crate::FieldReader<bool, RR7_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
impl R {
#[doc = "Bit 0 - Request status for RR\\[0\\]."]
#[inline(always)]
pub fn rr0(&self) -> RR0_R {
RR0_R::new((self.bits & 0x01) != 0)
}
#[doc = "Bit 1 - Request status for RR\\[1\\]."]
#[inline(always)]
pub fn rr1(&self) -> RR1_R {
RR1_R::new(((self.bits >> 1) & 0x01) != 0)
}
#[doc = "Bit 2 - Request status for RR\\[2\\]."]
#[inline(always)]
pub fn rr2(&self) -> RR2_R {
RR2_R::new(((self.bits >> 2) & 0x01) != 0)
}
#[doc = "Bit 3 - Request status for RR\\[3\\]."]
#[inline(always)]
pub fn rr3(&self) -> RR3_R {
RR3_R::new(((self.bits >> 3) & 0x01) != 0)
}
#[doc = "Bit 4 - Request status for RR\\[4\\]."]
#[inline(always)]
pub fn rr4(&self) -> RR4_R {
RR4_R::new(((self.bits >> 4) & 0x01) != 0)
}
#[doc = "Bit 5 - Request status for RR\\[5\\]."]
#[inline(always)]
pub fn rr5(&self) -> RR5_R {
RR5_R::new(((self.bits >> 5) & 0x01) != 0)
}
#[doc = "Bit 6 - Request status for RR\\[6\\]."]
#[inline(always)]
pub fn rr6(&self) -> RR6_R {
RR6_R::new(((self.bits >> 6) & 0x01) != 0)
}
#[doc = "Bit 7 - Request status for RR\\[7\\]."]
#[inline(always)]
pub fn rr7(&self) -> RR7_R {
RR7_R::new(((self.bits >> 7) & 0x01) != 0)
}
}
#[doc = "Request status.\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [reqstatus](index.html) module"]
pub struct REQSTATUS_SPEC;
impl crate::RegisterSpec for REQSTATUS_SPEC {
type Ux = u32;
}
#[doc = "`read()` method returns [reqstatus::R](R) reader structure"]
impl crate::Readable for REQSTATUS_SPEC {
type Reader = R;
}
#[doc = "`reset()` method sets REQSTATUS to value 0x01"]
impl crate::Resettable for REQSTATUS_SPEC {
#[inline(always)]
fn reset_value() -> Self::Ux {
0x01
}
}