Crate bl602_sdk[][src]

Expand description

Rust Wrapper for BL602 IoT SDK. See “The RISC-V BL602 Book” https://lupyuen.github.io/articles/book

Modules

Structs

Represents a null-terminated string, suitable for passing to C APIs as * const char. The string can be a null-terminated byte string created in Rust, or a pointer to a null-terminated string returned by C. Pointer may be null.

Enums

Either a byte string or a string pointer

Type Definitions

Declare a void * pointer that will be passed to C functions