pub struct Config {
pub baudrate: Hertz,
pub sda_pullup_enabled: bool,
pub scl_pullup_enabled: bool,
pub timeout: Option<APBTickType>,
pub intr_flags: EnumSet<InterruptType>,
}
Expand description
I2C Master configuration
Fields§
§baudrate: Hertz
§sda_pullup_enabled: bool
§scl_pullup_enabled: bool
§timeout: Option<APBTickType>
§intr_flags: EnumSet<InterruptType>
Implementations§
source§impl Config
impl Config
pub fn new() -> Config
pub fn baudrate(self, baudrate: Hertz) -> Config
pub fn sda_enable_pullup(self, enable: bool) -> Config
pub fn scl_enable_pullup(self, enable: bool) -> Config
pub fn timeout(self, timeout: APBTickType) -> Config
pub fn intr_flags(self, flags: EnumSet<InterruptType>) -> Config
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)