bl808-pac 0.0.0

Embedded Rust's Peripheral Access Crate for BL808 RISC-V microcontroller
Documentation
  • Coverage
  • 100%
    2870 out of 2870 items documented0 out of 1745 items with examples
  • Size
  • Source code size: 930.77 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 209.29 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 36s Average build duration of successful builds.
  • all releases: 36s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • bouffalolab/bl808-pac
    119 7 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • YafeiJin

crates.io Documentation License

BL808-PAC

This project includes a Rust embedded Peripheral Access Crate for Bouffalo BL808 chip. It provides peripheral access in register and field level.

By using peripheral access crate, you may use chip peripheral without having to remember their addresses and meaning of values. You usually do not use this library directly; instead, a carefully wrapped hardware abstract layer (HAL) crate should be used, it will provide access methods closer to higher level language semantics.