Trait drone_nrf_map_periph_uarte::UartePublishError[][src]

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>;
}

Associated Types

type UartePublishErrorVal: Bitfield<Bits = u32>[src]

type UUartePublishError: UUartePublishError<T, Val = Self::UartePublishErrorVal, UReg = Self::UUartePublishError, SReg = Self::SUartePublishError, CReg = Self::CUartePublishError>[src]

type SUartePublishError: SUartePublishError<T, Val = Self::UartePublishErrorVal, UReg = Self::UUartePublishError, SReg = Self::SUartePublishError, CReg = Self::CUartePublishError>[src]

type CUartePublishError: CUartePublishError<T, Val = Self::UartePublishErrorVal, UReg = Self::UUartePublishError, SReg = Self::SUartePublishError, CReg = Self::CUartePublishError>[src]

Loading content...

Implementors

Loading content...