Enum stm32l4x6_hal::lcd::ValidationResult [] [src]

pub enum ValidationResult {
    Ok(u32),
    ClockNotSet,
    SmallFrameRate,
    BigFrameRate,
}

Variants

Valid Frame Rate

Contains approximate frame rate

RTC clock is not set. Refer to rcc::BDCR for how to set.

Resulting frame rate is outside of range is below minimum ~30Hz

Resulting frame rate is outside of range is is above ~100Hz

Trait Implementations

Auto Trait Implementations