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