pub struct ADC_5(/* private fields */);Expand description
Represents a fixed function
Fixed functions can be accessed through FixedFunctions.
Trait Implementations§
Source§impl FunctionTrait<PIO0_21> for ADC_5
impl FunctionTrait<PIO0_21> for ADC_5
Auto Trait Implementations§
impl Freeze for ADC_5
impl RefUnwindSafe for ADC_5
impl Send for ADC_5
impl Sync for ADC_5
impl Unpin for ADC_5
impl UnwindSafe for ADC_5
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