pub trait UartePublishError<T: UarteMap> {
type UartePublishErrorVal: Bitfield<Bits = u32>;
type UUartePublishError: UUartePublishError<T, Val = Self::UartePublishErrorVal, UReg = Self::UUartePublishError, SReg = Self::SUartePublishError, CReg = Self::CUartePublishError>;
type SUartePublishError: SUartePublishError<T, Val = Self::UartePublishErrorVal, UReg = Self::UUartePublishError, SReg = Self::SUartePublishError, CReg = Self::CUartePublishError>;
type CUartePublishError: CUartePublishError<T, Val = Self::UartePublishErrorVal, UReg = Self::UUartePublishError, SReg = Self::SUartePublishError, CReg = Self::CUartePublishError>;
}
Loading content...Loading content...