pub trait UartePublishCts<T: UarteMap> {
type UartePublishCtsVal: Bitfield<Bits = u32>;
type UUartePublishCts: UUartePublishCts<T, Val = Self::UartePublishCtsVal, UReg = Self::UUartePublishCts, SReg = Self::SUartePublishCts, CReg = Self::CUartePublishCts>;
type SUartePublishCts: SUartePublishCts<T, Val = Self::UartePublishCtsVal, UReg = Self::UUartePublishCts, SReg = Self::SUartePublishCts, CReg = Self::CUartePublishCts>;
type CUartePublishCts: CUartePublishCts<T, Val = Self::UartePublishCtsVal, UReg = Self::UUartePublishCts, SReg = Self::SUartePublishCts, CReg = Self::CUartePublishCts>;
}
Loading content...Loading content...