Trait imxrt_hal::iomuxc::ccm::Pin

source ·
pub trait Pin: Iomuxc {
    type Function: Function;

    const ALT: u32;
}
Expand description

A CCM pin.

These can be used for observing clock outputs, or for generating outputs for your PMIC.

Required Associated Types§

source

type Function: Function

The pin function.

Required Associated Constants§

source

const ALT: u32

The alternate value for this pad.

Object Safety§

This trait is not object safe.

Implementors§