#[doc = "Register `SHORTS` reader"]
pub struct R(crate::R<SHORTS_SPEC>);
impl core::ops::Deref for R {
type Target = crate::R<SHORTS_SPEC>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
impl From<crate::R<SHORTS_SPEC>> for R {
#[inline(always)]
fn from(reader: crate::R<SHORTS_SPEC>) -> Self {
R(reader)
}
}
#[doc = "Register `SHORTS` writer"]
pub struct W(crate::W<SHORTS_SPEC>);
impl core::ops::Deref for W {
type Target = crate::W<SHORTS_SPEC>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
impl core::ops::DerefMut for W {
#[inline(always)]
fn deref_mut(&mut self) -> &mut Self::Target {
&mut self.0
}
}
impl From<crate::W<SHORTS_SPEC>> for W {
#[inline(always)]
fn from(writer: crate::W<SHORTS_SPEC>) -> Self {
W(writer)
}
}
#[doc = "Field `LASTTX_STARTRX` reader - Shortcut between LASTTX event and STARTRX task"]
pub type LASTTX_STARTRX_R = crate::BitReader<LASTTX_STARTRX_A>;
#[doc = "Shortcut between LASTTX event and STARTRX task\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum LASTTX_STARTRX_A {
#[doc = "0: Disable shortcut"]
DISABLED = 0,
#[doc = "1: Enable shortcut"]
ENABLED = 1,
}
impl From<LASTTX_STARTRX_A> for bool {
#[inline(always)]
fn from(variant: LASTTX_STARTRX_A) -> Self {
variant as u8 != 0
}
}
impl LASTTX_STARTRX_R {
#[doc = "Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> LASTTX_STARTRX_A {
match self.bits {
false => LASTTX_STARTRX_A::DISABLED,
true => LASTTX_STARTRX_A::ENABLED,
}
}
#[doc = "Checks if the value of the field is `DISABLED`"]
#[inline(always)]
pub fn is_disabled(&self) -> bool {
*self == LASTTX_STARTRX_A::DISABLED
}
#[doc = "Checks if the value of the field is `ENABLED`"]
#[inline(always)]
pub fn is_enabled(&self) -> bool {
*self == LASTTX_STARTRX_A::ENABLED
}
}
#[doc = "Field `LASTTX_STARTRX` writer - Shortcut between LASTTX event and STARTRX task"]
pub type LASTTX_STARTRX_W<'a, const O: u8> =
crate::BitWriter<'a, u32, SHORTS_SPEC, LASTTX_STARTRX_A, O>;
impl<'a, const O: u8> LASTTX_STARTRX_W<'a, O> {
#[doc = "Disable shortcut"]
#[inline(always)]
pub fn disabled(self) -> &'a mut W {
self.variant(LASTTX_STARTRX_A::DISABLED)
}
#[doc = "Enable shortcut"]
#[inline(always)]
pub fn enabled(self) -> &'a mut W {
self.variant(LASTTX_STARTRX_A::ENABLED)
}
}
#[doc = "Field `LASTTX_SUSPEND` reader - Shortcut between LASTTX event and SUSPEND task"]
pub type LASTTX_SUSPEND_R = crate::BitReader<LASTTX_SUSPEND_A>;
#[doc = "Shortcut between LASTTX event and SUSPEND task\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum LASTTX_SUSPEND_A {
#[doc = "0: Disable shortcut"]
DISABLED = 0,
#[doc = "1: Enable shortcut"]
ENABLED = 1,
}
impl From<LASTTX_SUSPEND_A> for bool {
#[inline(always)]
fn from(variant: LASTTX_SUSPEND_A) -> Self {
variant as u8 != 0
}
}
impl LASTTX_SUSPEND_R {
#[doc = "Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> LASTTX_SUSPEND_A {
match self.bits {
false => LASTTX_SUSPEND_A::DISABLED,
true => LASTTX_SUSPEND_A::ENABLED,
}
}
#[doc = "Checks if the value of the field is `DISABLED`"]
#[inline(always)]
pub fn is_disabled(&self) -> bool {
*self == LASTTX_SUSPEND_A::DISABLED
}
#[doc = "Checks if the value of the field is `ENABLED`"]
#[inline(always)]
pub fn is_enabled(&self) -> bool {
*self == LASTTX_SUSPEND_A::ENABLED
}
}
#[doc = "Field `LASTTX_SUSPEND` writer - Shortcut between LASTTX event and SUSPEND task"]
pub type LASTTX_SUSPEND_W<'a, const O: u8> =
crate::BitWriter<'a, u32, SHORTS_SPEC, LASTTX_SUSPEND_A, O>;
impl<'a, const O: u8> LASTTX_SUSPEND_W<'a, O> {
#[doc = "Disable shortcut"]
#[inline(always)]
pub fn disabled(self) -> &'a mut W {
self.variant(LASTTX_SUSPEND_A::DISABLED)
}
#[doc = "Enable shortcut"]
#[inline(always)]
pub fn enabled(self) -> &'a mut W {
self.variant(LASTTX_SUSPEND_A::ENABLED)
}
}
#[doc = "Field `LASTTX_STOP` reader - Shortcut between LASTTX event and STOP task"]
pub type LASTTX_STOP_R = crate::BitReader<LASTTX_STOP_A>;
#[doc = "Shortcut between LASTTX event and STOP task\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum LASTTX_STOP_A {
#[doc = "0: Disable shortcut"]
DISABLED = 0,
#[doc = "1: Enable shortcut"]
ENABLED = 1,
}
impl From<LASTTX_STOP_A> for bool {
#[inline(always)]
fn from(variant: LASTTX_STOP_A) -> Self {
variant as u8 != 0
}
}
impl LASTTX_STOP_R {
#[doc = "Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> LASTTX_STOP_A {
match self.bits {
false => LASTTX_STOP_A::DISABLED,
true => LASTTX_STOP_A::ENABLED,
}
}
#[doc = "Checks if the value of the field is `DISABLED`"]
#[inline(always)]
pub fn is_disabled(&self) -> bool {
*self == LASTTX_STOP_A::DISABLED
}
#[doc = "Checks if the value of the field is `ENABLED`"]
#[inline(always)]
pub fn is_enabled(&self) -> bool {
*self == LASTTX_STOP_A::ENABLED
}
}
#[doc = "Field `LASTTX_STOP` writer - Shortcut between LASTTX event and STOP task"]
pub type LASTTX_STOP_W<'a, const O: u8> = crate::BitWriter<'a, u32, SHORTS_SPEC, LASTTX_STOP_A, O>;
impl<'a, const O: u8> LASTTX_STOP_W<'a, O> {
#[doc = "Disable shortcut"]
#[inline(always)]
pub fn disabled(self) -> &'a mut W {
self.variant(LASTTX_STOP_A::DISABLED)
}
#[doc = "Enable shortcut"]
#[inline(always)]
pub fn enabled(self) -> &'a mut W {
self.variant(LASTTX_STOP_A::ENABLED)
}
}
#[doc = "Field `LASTRX_STARTTX` reader - Shortcut between LASTRX event and STARTTX task"]
pub type LASTRX_STARTTX_R = crate::BitReader<LASTRX_STARTTX_A>;
#[doc = "Shortcut between LASTRX event and STARTTX task\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum LASTRX_STARTTX_A {
#[doc = "0: Disable shortcut"]
DISABLED = 0,
#[doc = "1: Enable shortcut"]
ENABLED = 1,
}
impl From<LASTRX_STARTTX_A> for bool {
#[inline(always)]
fn from(variant: LASTRX_STARTTX_A) -> Self {
variant as u8 != 0
}
}
impl LASTRX_STARTTX_R {
#[doc = "Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> LASTRX_STARTTX_A {
match self.bits {
false => LASTRX_STARTTX_A::DISABLED,
true => LASTRX_STARTTX_A::ENABLED,
}
}
#[doc = "Checks if the value of the field is `DISABLED`"]
#[inline(always)]
pub fn is_disabled(&self) -> bool {
*self == LASTRX_STARTTX_A::DISABLED
}
#[doc = "Checks if the value of the field is `ENABLED`"]
#[inline(always)]
pub fn is_enabled(&self) -> bool {
*self == LASTRX_STARTTX_A::ENABLED
}
}
#[doc = "Field `LASTRX_STARTTX` writer - Shortcut between LASTRX event and STARTTX task"]
pub type LASTRX_STARTTX_W<'a, const O: u8> =
crate::BitWriter<'a, u32, SHORTS_SPEC, LASTRX_STARTTX_A, O>;
impl<'a, const O: u8> LASTRX_STARTTX_W<'a, O> {
#[doc = "Disable shortcut"]
#[inline(always)]
pub fn disabled(self) -> &'a mut W {
self.variant(LASTRX_STARTTX_A::DISABLED)
}
#[doc = "Enable shortcut"]
#[inline(always)]
pub fn enabled(self) -> &'a mut W {
self.variant(LASTRX_STARTTX_A::ENABLED)
}
}
#[doc = "Field `LASTRX_SUSPEND` reader - Shortcut between LASTRX event and SUSPEND task"]
pub type LASTRX_SUSPEND_R = crate::BitReader<LASTRX_SUSPEND_A>;
#[doc = "Shortcut between LASTRX event and SUSPEND task\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum LASTRX_SUSPEND_A {
#[doc = "0: Disable shortcut"]
DISABLED = 0,
#[doc = "1: Enable shortcut"]
ENABLED = 1,
}
impl From<LASTRX_SUSPEND_A> for bool {
#[inline(always)]
fn from(variant: LASTRX_SUSPEND_A) -> Self {
variant as u8 != 0
}
}
impl LASTRX_SUSPEND_R {
#[doc = "Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> LASTRX_SUSPEND_A {
match self.bits {
false => LASTRX_SUSPEND_A::DISABLED,
true => LASTRX_SUSPEND_A::ENABLED,
}
}
#[doc = "Checks if the value of the field is `DISABLED`"]
#[inline(always)]
pub fn is_disabled(&self) -> bool {
*self == LASTRX_SUSPEND_A::DISABLED
}
#[doc = "Checks if the value of the field is `ENABLED`"]
#[inline(always)]
pub fn is_enabled(&self) -> bool {
*self == LASTRX_SUSPEND_A::ENABLED
}
}
#[doc = "Field `LASTRX_SUSPEND` writer - Shortcut between LASTRX event and SUSPEND task"]
pub type LASTRX_SUSPEND_W<'a, const O: u8> =
crate::BitWriter<'a, u32, SHORTS_SPEC, LASTRX_SUSPEND_A, O>;
impl<'a, const O: u8> LASTRX_SUSPEND_W<'a, O> {
#[doc = "Disable shortcut"]
#[inline(always)]
pub fn disabled(self) -> &'a mut W {
self.variant(LASTRX_SUSPEND_A::DISABLED)
}
#[doc = "Enable shortcut"]
#[inline(always)]
pub fn enabled(self) -> &'a mut W {
self.variant(LASTRX_SUSPEND_A::ENABLED)
}
}
#[doc = "Field `LASTRX_STOP` reader - Shortcut between LASTRX event and STOP task"]
pub type LASTRX_STOP_R = crate::BitReader<LASTRX_STOP_A>;
#[doc = "Shortcut between LASTRX event and STOP task\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum LASTRX_STOP_A {
#[doc = "0: Disable shortcut"]
DISABLED = 0,
#[doc = "1: Enable shortcut"]
ENABLED = 1,
}
impl From<LASTRX_STOP_A> for bool {
#[inline(always)]
fn from(variant: LASTRX_STOP_A) -> Self {
variant as u8 != 0
}
}
impl LASTRX_STOP_R {
#[doc = "Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> LASTRX_STOP_A {
match self.bits {
false => LASTRX_STOP_A::DISABLED,
true => LASTRX_STOP_A::ENABLED,
}
}
#[doc = "Checks if the value of the field is `DISABLED`"]
#[inline(always)]
pub fn is_disabled(&self) -> bool {
*self == LASTRX_STOP_A::DISABLED
}
#[doc = "Checks if the value of the field is `ENABLED`"]
#[inline(always)]
pub fn is_enabled(&self) -> bool {
*self == LASTRX_STOP_A::ENABLED
}
}
#[doc = "Field `LASTRX_STOP` writer - Shortcut between LASTRX event and STOP task"]
pub type LASTRX_STOP_W<'a, const O: u8> = crate::BitWriter<'a, u32, SHORTS_SPEC, LASTRX_STOP_A, O>;
impl<'a, const O: u8> LASTRX_STOP_W<'a, O> {
#[doc = "Disable shortcut"]
#[inline(always)]
pub fn disabled(self) -> &'a mut W {
self.variant(LASTRX_STOP_A::DISABLED)
}
#[doc = "Enable shortcut"]
#[inline(always)]
pub fn enabled(self) -> &'a mut W {
self.variant(LASTRX_STOP_A::ENABLED)
}
}
impl R {
#[doc = "Bit 7 - Shortcut between LASTTX event and STARTRX task"]
#[inline(always)]
pub fn lasttx_startrx(&self) -> LASTTX_STARTRX_R {
LASTTX_STARTRX_R::new(((self.bits >> 7) & 1) != 0)
}
#[doc = "Bit 8 - Shortcut between LASTTX event and SUSPEND task"]
#[inline(always)]
pub fn lasttx_suspend(&self) -> LASTTX_SUSPEND_R {
LASTTX_SUSPEND_R::new(((self.bits >> 8) & 1) != 0)
}
#[doc = "Bit 9 - Shortcut between LASTTX event and STOP task"]
#[inline(always)]
pub fn lasttx_stop(&self) -> LASTTX_STOP_R {
LASTTX_STOP_R::new(((self.bits >> 9) & 1) != 0)
}
#[doc = "Bit 10 - Shortcut between LASTRX event and STARTTX task"]
#[inline(always)]
pub fn lastrx_starttx(&self) -> LASTRX_STARTTX_R {
LASTRX_STARTTX_R::new(((self.bits >> 10) & 1) != 0)
}
#[doc = "Bit 11 - Shortcut between LASTRX event and SUSPEND task"]
#[inline(always)]
pub fn lastrx_suspend(&self) -> LASTRX_SUSPEND_R {
LASTRX_SUSPEND_R::new(((self.bits >> 11) & 1) != 0)
}
#[doc = "Bit 12 - Shortcut between LASTRX event and STOP task"]
#[inline(always)]
pub fn lastrx_stop(&self) -> LASTRX_STOP_R {
LASTRX_STOP_R::new(((self.bits >> 12) & 1) != 0)
}
}
impl W {
#[doc = "Bit 7 - Shortcut between LASTTX event and STARTRX task"]
#[inline(always)]
pub fn lasttx_startrx(&mut self) -> LASTTX_STARTRX_W<7> {
LASTTX_STARTRX_W::new(self)
}
#[doc = "Bit 8 - Shortcut between LASTTX event and SUSPEND task"]
#[inline(always)]
pub fn lasttx_suspend(&mut self) -> LASTTX_SUSPEND_W<8> {
LASTTX_SUSPEND_W::new(self)
}
#[doc = "Bit 9 - Shortcut between LASTTX event and STOP task"]
#[inline(always)]
pub fn lasttx_stop(&mut self) -> LASTTX_STOP_W<9> {
LASTTX_STOP_W::new(self)
}
#[doc = "Bit 10 - Shortcut between LASTRX event and STARTTX task"]
#[inline(always)]
pub fn lastrx_starttx(&mut self) -> LASTRX_STARTTX_W<10> {
LASTRX_STARTTX_W::new(self)
}
#[doc = "Bit 11 - Shortcut between LASTRX event and SUSPEND task"]
#[inline(always)]
pub fn lastrx_suspend(&mut self) -> LASTRX_SUSPEND_W<11> {
LASTRX_SUSPEND_W::new(self)
}
#[doc = "Bit 12 - Shortcut between LASTRX event and STOP task"]
#[inline(always)]
pub fn lastrx_stop(&mut self) -> LASTRX_STOP_W<12> {
LASTRX_STOP_W::new(self)
}
#[doc = "Writes raw bits to the register."]
#[inline(always)]
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self {
self.0.bits(bits);
self
}
}
#[doc = "Shortcut register\n\nThis register you can [`read`](crate::generic::Reg::read), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [shorts](index.html) module"]
pub struct SHORTS_SPEC;
impl crate::RegisterSpec for SHORTS_SPEC {
type Ux = u32;
}
#[doc = "`read()` method returns [shorts::R](R) reader structure"]
impl crate::Readable for SHORTS_SPEC {
type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [shorts::W](W) writer structure"]
impl crate::Writable for SHORTS_SPEC {
type Writer = W;
}
#[doc = "`reset()` method sets SHORTS to value 0"]
impl crate::Resettable for SHORTS_SPEC {
#[inline(always)]
fn reset_value() -> Self::Ux {
0
}
}