pub struct ADS111xConfig { /* private fields */ }Implementations§
Source§impl ADS111xConfig
impl ADS111xConfig
pub fn mux(self, mux: InputMultiplexer) -> Self
pub fn pga(self, pga: ProgramableGainAmplifier) -> Self
pub fn mode(self, mode: Mode) -> Self
pub fn dr(self, dr: DataRate) -> Self
pub fn comp_mode(self, cm: ComparatorMode) -> Self
pub fn comp_pol(self, cp: ComparatorPolarity) -> Self
pub fn comp_lat(self, cl: LatchingComparator) -> Self
pub fn comp_que(self, cq: ComparatorQueue) -> Self
Trait Implementations§
Source§impl Debug for ADS111xConfig
impl Debug for ADS111xConfig
Source§impl Default for ADS111xConfig
impl Default for ADS111xConfig
Source§fn default() -> ADS111xConfig
fn default() -> ADS111xConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ADS111xConfig
impl RefUnwindSafe for ADS111xConfig
impl Send for ADS111xConfig
impl Sync for ADS111xConfig
impl Unpin for ADS111xConfig
impl UnwindSafe for ADS111xConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more