Struct rust_hdl::widgets::spi_master::SPIConfig [−][src]
pub struct SPIConfig {
pub clock_speed: u64,
pub cs_off: bool,
pub mosi_off: bool,
pub speed_hz: u64,
pub cpha: bool,
pub cpol: bool,
}
Fields
clock_speed: u64
cs_off: bool
mosi_off: bool
speed_hz: u64
cpha: bool
cpol: bool
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SPIConfig
impl UnwindSafe for SPIConfig
Blanket Implementations
Mutably borrows from an owned value. Read more