#[doc = "Register `spinlock_status` reader"]
pub type R = crate::R<SPINLOCK_STATUS_SPEC>;
#[doc = "Field `lock_status[0-31]` reader - Lock\\[i\\] status"]
pub type LOCK_STATUS_R = crate::BitReader<LOCK_STATUS_A>;
#[doc = "Lock\\[i\\] status\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub enum LOCK_STATUS_A {
#[doc = "0: `0`"]
FREE = 0,
#[doc = "1: `1`"]
TAKEN = 1,
}
impl From<LOCK_STATUS_A> for bool {
#[inline(always)]
fn from(variant: LOCK_STATUS_A) -> Self {
variant as u8 != 0
}
}
impl LOCK_STATUS_R {
#[doc = "Get enumerated values variant"]
#[inline(always)]
pub const fn variant(&self) -> LOCK_STATUS_A {
match self.bits {
false => LOCK_STATUS_A::FREE,
true => LOCK_STATUS_A::TAKEN,
}
}
#[doc = "`0`"]
#[inline(always)]
pub fn is_free(&self) -> bool {
*self == LOCK_STATUS_A::FREE
}
#[doc = "`1`"]
#[inline(always)]
pub fn is_taken(&self) -> bool {
*self == LOCK_STATUS_A::TAKEN
}
}
impl R {
#[doc = "Lock\\[i\\] status\n\nNOTE: `n` is number of field in register. `n == 0` corresponds to `lock0_status` field"]
#[inline(always)]
pub fn lock_status(&self, n: u8) -> LOCK_STATUS_R {
#[allow(clippy::no_effect)]
[(); 32][n as usize];
LOCK_STATUS_R::new(((self.bits >> n) & 1) != 0)
}
#[doc = "Bit 0 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock0_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new((self.bits & 1) != 0)
}
#[doc = "Bit 1 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock1_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 1) & 1) != 0)
}
#[doc = "Bit 2 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock2_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 2) & 1) != 0)
}
#[doc = "Bit 3 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock3_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 3) & 1) != 0)
}
#[doc = "Bit 4 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock4_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 4) & 1) != 0)
}
#[doc = "Bit 5 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock5_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 5) & 1) != 0)
}
#[doc = "Bit 6 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock6_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 6) & 1) != 0)
}
#[doc = "Bit 7 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock7_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 7) & 1) != 0)
}
#[doc = "Bit 8 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock8_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 8) & 1) != 0)
}
#[doc = "Bit 9 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock9_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 9) & 1) != 0)
}
#[doc = "Bit 10 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock10_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 10) & 1) != 0)
}
#[doc = "Bit 11 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock11_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 11) & 1) != 0)
}
#[doc = "Bit 12 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock12_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 12) & 1) != 0)
}
#[doc = "Bit 13 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock13_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 13) & 1) != 0)
}
#[doc = "Bit 14 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock14_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 14) & 1) != 0)
}
#[doc = "Bit 15 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock15_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 15) & 1) != 0)
}
#[doc = "Bit 16 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock16_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 16) & 1) != 0)
}
#[doc = "Bit 17 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock17_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 17) & 1) != 0)
}
#[doc = "Bit 18 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock18_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 18) & 1) != 0)
}
#[doc = "Bit 19 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock19_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 19) & 1) != 0)
}
#[doc = "Bit 20 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock20_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 20) & 1) != 0)
}
#[doc = "Bit 21 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock21_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 21) & 1) != 0)
}
#[doc = "Bit 22 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock22_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 22) & 1) != 0)
}
#[doc = "Bit 23 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock23_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 23) & 1) != 0)
}
#[doc = "Bit 24 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock24_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 24) & 1) != 0)
}
#[doc = "Bit 25 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock25_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 25) & 1) != 0)
}
#[doc = "Bit 26 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock26_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 26) & 1) != 0)
}
#[doc = "Bit 27 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock27_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 27) & 1) != 0)
}
#[doc = "Bit 28 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock28_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 28) & 1) != 0)
}
#[doc = "Bit 29 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock29_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 29) & 1) != 0)
}
#[doc = "Bit 30 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock30_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 30) & 1) != 0)
}
#[doc = "Bit 31 - Lock\\[i\\] status"]
#[inline(always)]
pub fn lock31_status(&self) -> LOCK_STATUS_R {
LOCK_STATUS_R::new(((self.bits >> 31) & 1) != 0)
}
}
#[doc = "Spinlock Status Register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`spinlock_status::R`](R). See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct SPINLOCK_STATUS_SPEC;
impl crate::RegisterSpec for SPINLOCK_STATUS_SPEC {
type Ux = u32;
}
#[doc = "`read()` method returns [`spinlock_status::R`](R) reader structure"]
impl crate::Readable for SPINLOCK_STATUS_SPEC {}
#[doc = "`reset()` method sets spinlock_status to value 0"]
impl crate::Resettable for SPINLOCK_STATUS_SPEC {
const RESET_VALUE: Self::Ux = 0;
}