Enum stm32wlxx_hal::pac::adc::awd3cr::AWD3CH3_A
pub enum AWD3CH3_A {
NotMonitored = 0,
Monitored = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
AWD3CH
Value on reset: 0
Variants§
NotMonitored = 0
0: ADC analog channel-x is not monitored by AWD3
Monitored = 1
1: ADC analog channel-x is monitored by AWD3
Trait Implementations§
impl Copy for AWD3CH0_A
impl StructuralPartialEq for AWD3CH0_A
Auto Trait Implementations§
impl RefUnwindSafe for AWD3CH0_A
impl Send for AWD3CH0_A
impl Sync for AWD3CH0_A
impl Unpin for AWD3CH0_A
impl UnwindSafe for AWD3CH0_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