Constant imxrt_ral::SOLE_INSTANCE

source ·
pub const SOLE_INSTANCE: u8 = 0u8;
Expand description

The instance number for a peripheral singleton.

If your peripheral only has one instance, it’s given this number. The CCM peripheral is a good example of a peripheral that uses this constant.

See the package documentation for more information on this constant.