Struct bl602_sdk::spi::spi_config_t [−][src]
#[repr(C)]pub struct spi_config_t { pub mode: u8, pub freq: u32, }
Fields
mode: u8freq: u32Trait 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 TMutably borrows from an owned value. Read more
pub fn from(t: T) -> T
pub fn from(t: T) -> TPerforms the conversion.
pub fn into(self) -> U
pub fn into(self) -> UPerforms the conversion.