[][src]Module imxrt1062_hal::ccm

Clock Configuration Module (CCM)

Modules

i2c

Timing configurations for I2C peripherals

perclk
pll2

528 MHz phase fractional divider

pll3

480 MHz phase fractional divider

pwm

Timing configurations for PWM

spi

Timing configurations for SPI peripherals

uart

Structs

ArmFrequency
CCM
Divider

An opaque value representing a clock phase divider

Frequency

An opaque value representing a clock frequency

Handle
IPGFrequency
PLL1
Ticks

An opaque duration representing the number of clock ticks

Enums

TicksError

Possible errors that could result during a computation of ticks

Traits

TicksRepr

Functions

ticks

Computes the number of clock ticks that span the provide duration, given the clock frequency and clock divider. If there is no divider, use Divider::default() to specify an unused divider. Returns Ok(ticks) when the computation of clock ticks succeeds, or an error.