mimxrt595s

Crates.iomimxrt595s
lib.rsmimxrt595s
version0.5.0
sourcesrc
created_at2023-06-04 23:57:35.79456
updated_at2023-09-11 00:44:12.790633
descriptionPeripheral access crate (PAC) for NXP i.MX RT595S microcontrollers
homepage
repositoryhttps://github.com/apparentlymart/rust-mimxrt500
max_upload_size
id882669
size32,252,203
Martin Atkins (apparentlymart)

documentation

README

NXP i.MX RT595S Peripheral Access Crate

This is a peripheral access crate (PAC) generated using svd2rust from the official SVD file from the NXP-provided SDK.

To successfully build the SVD file was slightly modified:

  • INPUTMUX CT32BIT_CAP_SEL[%s] had its address offset on the nested elements rather than on the container, causing miscalculation of the offsets of nested elements. This is moved to the parent.
  • CT32BIT_CAP_SEL[%s] had CT32BIT_CAP_SEL[%s] (the same name) nested inside it, causing a conflicting definition. The nested one is renamed as CT32BIT_CAP_SEL_SUB[%s].
Commit count: 35

cargo fmt