Struct rust_hdl::prelude::AD7193Config
source · pub struct AD7193Config {
pub spi: SPIConfig,
pub sample_time: Duration,
}
Fields§
§spi: SPIConfig
§sample_time: Duration
Implementations§
source§impl AD7193Config
impl AD7193Config
pub fn hw() -> AD7193Config
pub fn sw() -> AD7193Config
Trait Implementations§
source§impl Clone for AD7193Config
impl Clone for AD7193Config
source§fn clone(&self) -> AD7193Config
fn clone(&self) -> AD7193Config
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