Re-exports§
pub use mpfs_pac as pac;
Modules§
- ethernet
- gpio
- The MPFS broadly uses 2 GPIO interfaces: the MSS GPIO interface and the FPGA Core GPIO interface.
- qspi
- uart
- usb
Macros§
Structs§
- Mutex
- A Mutex that does not protect against interrupts, but does protect against other cores
- Printer
- Unguarded
Printer
Traits§
Functions§
- hart_id
- init_
logger - Initialize the logger with the given maximum log level.
- print_
panic