#[non_exhaustive]
pub enum Family {
Imxrt1010,
Imxrt1015,
Imxrt1020,
Imxrt1050,
Imxrt1060,
Imxrt1064,
Imxrt1170,
}Expand description
i.MX RT chip family.
Chip families are designed by reference manuals and produce categories.
Supply this to a RuntimeBuilder in order to check runtime configurations.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Implementations§
source§impl Family
impl Family
sourcepub const fn flexram_bank_count(self) -> u32
pub const fn flexram_bank_count(self) -> u32
How many FlexRAM banks are available?
sourcepub fn default_flexram_banks(self) -> FlexRamBanks
pub fn default_flexram_banks(self) -> FlexRamBanks
Returns the default FlexRAM bank allocations for this chip.
The default values represent the all-zero fuse values.