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