Enum stm32wlxx_hal::pac::adc::isr::CCRDY_A
pub enum CCRDY_A {
NotComplete = 0,
Complete = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
CCRDY
Value on reset: 0
Variants§
NotComplete = 0
0: Channel configuration update not applied
Complete = 1
1: Channel configuration update is applied
Trait Implementations§
impl Copy for CCRDY_A
impl StructuralPartialEq for CCRDY_A
Auto Trait Implementations§
impl RefUnwindSafe for CCRDY_A
impl Send for CCRDY_A
impl Sync for CCRDY_A
impl Unpin for CCRDY_A
impl UnwindSafe for CCRDY_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