Skip to main content

LpCompRefPin

Trait LpCompRefPin 

Source
pub trait LpCompRefPin {
    // Required method
    fn aref(&self) -> EXTREFSEL_A;
}
Expand description

Trait to represent analog ref pins.

Required Methods§

Source

fn aref(&self) -> EXTREFSEL_A

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§