Enum stm32wlxx_hal::pac::adc::isr::ADRDY_A
pub enum ADRDY_A {
NotReady = 0,
Ready = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
ADRDY
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ADRDY_A
impl StructuralPartialEq for ADRDY_A
Auto Trait Implementations§
impl RefUnwindSafe for ADRDY_A
impl Send for ADRDY_A
impl Sync for ADRDY_A
impl Unpin for ADRDY_A
impl UnwindSafe for ADRDY_A
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