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
PortTimerthat is based on RZ/A1 OS Timer to a given kernel trait type. This macro also implementsTimeron the kernel trait type. RequiresOsTimerOptionsandGic.
Traits
- The options for
use_os_timer!.