Crate r3_support_rza1
source ·Expand description
Modules
- Changelog
- Pin configuration
- Serial driver
- Standard output
Macros
- Macro for printing to the serial standard output
- Macro for printing to the serial standard output, with a newline.
- Attach the implementation of
PortTimer
that is based on RZ/A1 OS Timer to a given kernel trait type. This macro also implementsTimer
on the kernel trait type. RequiresOsTimerOptions
andGic
.
Traits
- The options for
use_os_timer!
.