pub trait UartePublishNcts<T: UarteMap> {
type UartePublishNctsVal: Bitfield<Bits = u32>;
type UUartePublishNcts: UUartePublishNcts<T, Val = Self::UartePublishNctsVal, UReg = Self::UUartePublishNcts, SReg = Self::SUartePublishNcts, CReg = Self::CUartePublishNcts>;
type SUartePublishNcts: SUartePublishNcts<T, Val = Self::UartePublishNctsVal, UReg = Self::UUartePublishNcts, SReg = Self::SUartePublishNcts, CReg = Self::CUartePublishNcts>;
type CUartePublishNcts: CUartePublishNcts<T, Val = Self::UartePublishNctsVal, UReg = Self::UUartePublishNcts, SReg = Self::SUartePublishNcts, CReg = Self::CUartePublishNcts>;
}
Loading content...Loading content...