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

Source§

impl ChId for Ch8

Source§

const ID: usize = 8usize

Source§

impl ChId for Ch9

Source§

const ID: usize = 9usize

Source§

impl ChId for Ch10

Source§

const ID: usize = 10usize

Source§

impl ChId for Ch11

Source§

const ID: usize = 11usize

Source§

impl ChId for Ch12

Source§

const ID: usize = 12usize

Source§

impl ChId for Ch13

Source§

const ID: usize = 13usize

Source§

impl ChId for Ch14

Source§

const ID: usize = 14usize

Source§

impl ChId for Ch15

Source§

const ID: usize = 15usize