bl808-pac

Crates.iobl808-pac
lib.rsbl808-pac
version0.0.0
sourcesrc
created_at2022-10-14 05:32:06.385923
updated_at2022-10-14 05:32:06.385923
descriptionEmbedded Rust's Peripheral Access Crate for BL808 RISC-V microcontroller
homepage
repositoryhttps://github.com/bouffalolab/bl808-pac
max_upload_size
id687958
size930,915
Yafei (YafeiJin)

documentation

https://docs.rs/bl808-pac

README

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.

Commit count: 25

cargo fmt