atsamd_hal::eic

Trait ChId

Source
pub trait ChId {
    const ID: usize;
}
Expand description

Trait representing an EXTINT channel ID.

Required Associated Constants§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl ChId for Ch0

Source§

const ID: usize = 0usize

Source§

impl ChId for Ch1

Source§

const ID: usize = 1usize

Source§

impl ChId for Ch2

Source§

const ID: usize = 2usize

Source§

impl ChId for Ch3

Source§

const ID: usize = 3usize

Source§

impl ChId for Ch4

Source§

const ID: usize = 4usize

Source§

impl ChId for Ch5

Source§

const ID: usize = 5usize

Source§

impl ChId for Ch6

Source§

const ID: usize = 6usize

Source§

impl ChId for Ch7

Source§

const ID: usize = 7usize