Skip to main content

CompRefPin

Trait CompRefPin 

Source
pub trait CompRefPin {
    // 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§