pub struct I2C2 { /* private fields */ }
Expand description
Inter-integrated circuit
Implementations§
Trait Implementations§
Source§impl PeriAddress for I2C2
impl PeriAddress for I2C2
impl DMASet<Stream2<DMA1>, Channel7, PeripheralToMemory> for I2C2
impl DMASet<Stream3<DMA1>, Channel7, PeripheralToMemory> for I2C2
impl DMASet<Stream7<DMA1>, Channel7, MemoryToPeripheral> for I2C2
impl Instance for I2C2
impl PinScl<I2C2> for PB10<AlternateOD<AF4>>
impl PinScl<I2C2> for PF1<AlternateOD<AF4>>
impl PinScl<I2C2> for PH4<AlternateOD<AF4>>
impl PinSda<I2C2> for PB11<AlternateOD<AF4>>
impl PinSda<I2C2> for PF0<AlternateOD<AF4>>
impl PinSda<I2C2> for PH5<AlternateOD<AF4>>
impl Send for I2C2
Auto Trait Implementations§
impl Freeze for I2C2
impl RefUnwindSafe for I2C2
impl !Sync for I2C2
impl Unpin for I2C2
impl UnwindSafe for I2C2
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more