pub struct DacConfig {
pub mode: DacMode,
pub bits: DacBits,
pub hfsel: HighFrequencyMode,
}Fields§
§mode: DacModeMode: Ie buffer enabled or not, and connected to internal, external, or both. Defaults to external only, buffer enabled.
bits: DacBitsOutput bit depth and alignment. Defaults to 12 bits, right-aligned.
hfsel: HighFrequencyModeTrait Implementations§
Auto Trait Implementations§
impl Freeze for DacConfig
impl RefUnwindSafe for DacConfig
impl Send for DacConfig
impl Sync for DacConfig
impl Unpin for DacConfig
impl UnwindSafe for DacConfig
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