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