[][src]Trait imxrt1062_hal::pit::channel::Channel

pub trait Channel {
    type ChainedTo: Channel;

    const IDX: usize;
}

Associated Types

Loading content...

Associated Constants

const IDX: usize

Loading content...

Implementors

impl Channel for _0[src]

type ChainedTo = _X

impl Channel for _1[src]

type ChainedTo = _0

impl Channel for _2[src]

type ChainedTo = _1

impl Channel for _3[src]

type ChainedTo = _2

impl Channel for _X[src]

type ChainedTo = _X

Loading content...