Module imxrt_hal::ccm[][src]

Expand description

Clock Configuration Module (CCM)

Modules

Timing configurations for I2C peripherals

528 MHz phase fractional divider

480 MHz phase fractional divider

Timing configurations for PWM

Timing configurations for SPI peripherals

Structs

An opaque value representing a clock phase divider

An opaque value representing a clock frequency

Enums

Sets the low power clock mode

Possible errors that could result during a computation of ticks

Traits

Functions

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.