pub struct HLSSPIMaster<const D: usize, const A: usize, const W: usize> {
pub spi: SPIWiresMaster,
pub upstream: SoCBusResponder<D, A>,
/* private fields */
}
Fields
spi: SPIWiresMaster
upstream: SoCBusResponder<D, A>
Implementations
Trait Implementations
sourceimpl<const D: usize, const A: usize, const W: usize> Block for HLSSPIMaster<D, A, W>
impl<const D: usize, const A: usize, const W: usize> Block for HLSSPIMaster<D, A, W>
fn connect_all(&mut self)
fn update_all(&mut self)
fn has_changed(&self) -> bool
fn accept(&self, name: &str, probe: &mut dyn Probe)
sourceimpl<const D: usize, const A: usize, const W: usize> HLSNamedPorts for HLSSPIMaster<D, A, W>
impl<const D: usize, const A: usize, const W: usize> HLSNamedPorts for HLSSPIMaster<D, A, W>
Auto Trait Implementations
impl<const D: usize, const A: usize, const W: usize> RefUnwindSafe for HLSSPIMaster<D, A, W>
impl<const D: usize, const A: usize, const W: usize> Send for HLSSPIMaster<D, A, W>
impl<const D: usize, const A: usize, const W: usize> Sync for HLSSPIMaster<D, A, W>
impl<const D: usize, const A: usize, const W: usize> Unpin for HLSSPIMaster<D, A, W>
impl<const D: usize, const A: usize, const W: usize> UnwindSafe for HLSSPIMaster<D, A, W>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more