Function imxrt_hal::ccm::clock_gate::gpio

source ·
pub const fn gpio<const N: u8>() -> Locator
where Instance<N>: Valid,
Expand description

Returns the GPIO clock gate locator.

Note that fast GPIOs do not have a clock gate, so N should not describe a fast GPIO port.

Panics

Panics if N describes a fast GPIO port.