pub struct PB6 { /* private fields */ }
Expand description
PB6 peripheral
Implementations§
Trait Implementations§
Source§impl SclPin<I2C1, AfioRemapBool<false>> for PB6
impl SclPin<I2C1, AfioRemapBool<false>> for PB6
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as SclPin
Source§impl TxPin<USART1, AfioRemapBool<true>> for PB6
impl TxPin<USART1, AfioRemapBool<true>> for PB6
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TxPin
impl Copy for PB6
impl PeripheralType for PB6
Auto Trait Implementations§
impl Freeze for PB6
impl RefUnwindSafe for PB6
impl Send for PB6
impl Sync for PB6
impl Unpin for PB6
impl UnwindSafe for PB6
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