Enum stm32wlxx_hal::dac::ModeChip
source · #[repr(u8)]pub enum ModeChip {
SampleHold = 7,
Norm = 3,
}
Expand description
DAC modes with output to chip peripherals
The DAC does not output to the A10 pin in these modes.
The DAC is connected to the chip peripherals in these modes, and has no output buffer.
Variants§
Trait Implementations§
source§impl PartialEq for ModeChip
impl PartialEq for ModeChip
impl Copy for ModeChip
impl Eq for ModeChip
impl StructuralEq for ModeChip
impl StructuralPartialEq for ModeChip
Auto Trait Implementations§
impl RefUnwindSafe for ModeChip
impl Send for ModeChip
impl Sync for ModeChip
impl Unpin for ModeChip
impl UnwindSafe for ModeChip
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