pub struct PB4 { /* private fields */ }
Expand description
PB4 peripheral
Implementations§
Trait Implementations§
Source§impl MisoPin<SPI1, AfioRemapBool<true>> for PB4
impl MisoPin<SPI1, AfioRemapBool<true>> for PB4
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as MisoPin
Source§impl MisoPin<SPI3, AfioRemapBool<false>> for PB4
impl MisoPin<SPI3, AfioRemapBool<false>> for PB4
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as MisoPin
Source§impl TimerPin<TIM3, Ch1, AfioRemap<2>> for PB4
impl TimerPin<TIM3, Ch1, AfioRemap<2>> for PB4
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
impl Copy for PB4
impl PeripheralType for PB4
Auto Trait Implementations§
impl Freeze for PB4
impl RefUnwindSafe for PB4
impl Send for PB4
impl Sync for PB4
impl Unpin for PB4
impl UnwindSafe for PB4
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