Struct bl602_sdk::spi::spi_config_t [−][src]
#[repr(C)]pub struct spi_config_t { pub mode: u8, pub freq: u32, }
Fields
mode: u8
freq: u32
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
Blanket Implementations
pub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
pub fn from(t: T) -> T
pub fn from(t: T) -> T
Performs the conversion.
pub fn into(self) -> U
pub fn into(self) -> U
Performs the conversion.