pub struct SPI3 { /* private fields */ }
Expand description
Serial peripheral interface/Inter-IC sound
Implementations§
Trait Implementations§
Source§impl Enable for SPI3
impl Enable for SPI3
Source§fn is_enabled() -> bool
fn is_enabled() -> bool
Check if peripheral enabled
Source§fn is_disabled() -> bool
fn is_disabled() -> bool
Check if peripheral disabled
Source§unsafe fn enable_unchecked()
unsafe fn enable_unchecked()
Enables peripheral Read more
Source§unsafe fn disable_unchecked()
unsafe fn disable_unchecked()
Disables peripheral Read more
Source§impl InterruptNumber for SPI3
impl InterruptNumber for SPI3
impl Instance for SPI3
impl MisoPin<SPI3> for PB4<AF6<PushPull>>
impl MisoPin<SPI3> for PC11<AF6<PushPull>>
impl MosiPin<SPI3> for PB5<AF6<PushPull>>
impl MosiPin<SPI3> for PC12<AF6<PushPull>>
impl SckPin<SPI3> for PB3<AF6<PushPull>>
impl SckPin<SPI3> for PC10<AF6<PushPull>>
impl Send for SPI3
Auto Trait Implementations§
impl Freeze for SPI3
impl RefUnwindSafe for SPI3
impl !Sync for SPI3
impl Unpin for SPI3
impl UnwindSafe for SPI3
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
Source§impl<T> BusTimerClock for T
impl<T> BusTimerClock for T
Source§fn timer_clock(clocks: &Clocks) -> Hertz
fn timer_clock(clocks: &Clocks) -> Hertz
Calculates base frequency of timer depending on
Clock
state