Module chip_specific

Source
Expand description

This module contains all chip-specific code.

Some models in the STM32F4 family may have additional features, while others not. Or they can operate internally in different ways for the same feature. This module provides all the chip-specific types and traits to be used by others modules in this crate or by other crates.

Re-exports§

pub use chip_specs::ChipSpecs;

Modules§

chip_specs
Trait that encompasses chip specifications
clock_constants
Clock-related constants for a particular chip
flash
Chip-specific flash code