Macros§
- Loops an asm expression n times.
- Loops a global_asm expression n times.
- Generates weak
_start_trap
function in assembly for RISCV-32 targets. - Generates weak
_start_trap
function in assembly for RISCV-64 targets.
Attribute Macros§
- Attribute to declare a core interrupt handler.
- Attribute to declare a core interrupt handler.
- Attribute to declare the entry point of the program
- Attribute to declare an exception handler.
- Attribute to declare an external interrupt handler.
- Attribute to mark which function will be called at the beginning of the reset handler.