[−][src]Crate drone_svd
CMSIS-SVD parser for Drone, an Embedded Operating System.
Documentation
Usage
Place the following to the Cargo.toml:
[dependencies]
drone-svd = { version = "0.11.1" }
Structs
| Device | The outermost frame of the description. |
| Field | Bit-field properties of a register. |
| Interrupt | An interrupt associated with a peripheral. |
| Peripheral | A peripheral of a device. |
| Register | The description of a register. |
Enums
| Access | Predefined access rights. |
Constants
| BIT_BAND | Bit-band memory region. |
Functions
| parse | Parse the SVD file at |
| rerun_if_env_changed | Instructs cargo to rerun the build script when RUSTFLAGS environment variables changed. |