cc3220sf/stackdie_ctrl/stk_sr_acc_ctl_bk3.rs
1#[doc = "Reader of register STK_SR_ACC_CTL_BK3"]
2pub type R = crate::R<u32, super::STK_SR_ACC_CTL_BK3>;
3#[doc = "Writer for register STK_SR_ACC_CTL_BK3"]
4pub type W = crate::W<u32, super::STK_SR_ACC_CTL_BK3>;
5#[doc = "Register STK_SR_ACC_CTL_BK3 `reset()`'s with value 0"]
6impl crate::ResetValue for super::STK_SR_ACC_CTL_BK3 {
7 type Type = u32;
8 #[inline(always)]
9 fn reset_value() -> Self::Type {
10 0
11 }
12}
13impl R {}
14impl W {}