Struct flipperzero_sys::FuriHalSpiBus
source · #[repr(C)]pub struct FuriHalSpiBus {
pub spi: *mut SPI_TypeDef,
pub callback: FuriHalSpiBusEventCallback,
pub current_handle: *mut FuriHalSpiBusHandle,
}Expand description
Re-export bindings FuriHal spi bus
Fields§
§spi: *mut SPI_TypeDef§callback: FuriHalSpiBusEventCallback§current_handle: *mut FuriHalSpiBusHandleTrait Implementations§
source§impl Clone for FuriHalSpiBus
impl Clone for FuriHalSpiBus
source§fn clone(&self) -> FuriHalSpiBus
fn clone(&self) -> FuriHalSpiBus
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more