pub struct LPSPI1 { /* private fields */ }Expand description
LPSPI1 peripheral
Implementations§
Trait Implementations§
Source§impl Gate for LPSPI1
impl Gate for LPSPI1
type MrccPeriphConfig = LpspiConfig
Source§unsafe fn enable_clock()
unsafe fn enable_clock()
Enable the clock gate. Read more
Source§unsafe fn disable_clock()
unsafe fn disable_clock()
Disable the clock gate. Read more
Source§unsafe fn release_reset()
unsafe fn release_reset()
Drive the peripheral out of reset. Read more
Source§unsafe fn assert_reset()
unsafe fn assert_reset()
Drive the peripheral into reset. Read more
Source§fn is_clock_enabled() -> bool
fn is_clock_enabled() -> bool
Return whether the clock gate for this peripheral is currently enabled.
Source§fn is_reset_released() -> bool
fn is_reset_released() -> bool
Return whether the peripheral is currently held in reset.
Source§impl Instance for LPSPI1
impl Instance for LPSPI1
Source§const CLOCK_INSTANCE: LpspiInstance = crate::clocks::periph_helpers::LpspiInstance::Lpspi1
const CLOCK_INSTANCE: LpspiInstance = crate::clocks::periph_helpers::LpspiInstance::Lpspi1
Clock instance
const PERF_INT_INCR: fn() = {perf_counters::incr_interrupt_spi1 as fn()}
const PERF_INT_WAKE_INCR: fn() = {perf_counters::incr_interrupt_spi1_wake as fn()}
impl Copy for LPSPI1
impl PeripheralType for LPSPI1
Auto Trait Implementations§
impl Freeze for LPSPI1
impl RefUnwindSafe for LPSPI1
impl Send for LPSPI1
impl Sync for LPSPI1
impl Unpin for LPSPI1
impl UnwindSafe for LPSPI1
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