pub struct Axst { /* private fields */ }Expand description
Start Self Test GPIOs COnversion and Poll Status
Trait Implementations§
Source§impl HasMDOption for Axst
impl HasMDOption for Axst
fn set_md_option(self, md_bits: MDSetting) -> Self
Source§impl HasSTConfig for Axst
impl HasSTConfig for Axst
Source§fn set_st_config(self, config: SelfTestConfig) -> Self
fn set_st_config(self, config: SelfTestConfig) -> Self
Auto Trait Implementations§
impl Freeze for Axst
impl RefUnwindSafe for Axst
impl Send for Axst
impl Sync for Axst
impl Unpin for Axst
impl UnsafeUnpin for Axst
impl UnwindSafe for Axst
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