HWA
Bare metal programming with style
|
#include "../../hwa/hwa_2.h"
Go to the source code of this file.
Macros | |
#define | HW_ATOMIC(...) |
#define | HW_MEM_EEPROM __attribute__((section(".eeprom"))) |
#define | hw_wait_irq , _hw_wait_irq |
#define | hw_waste_cycles(n) __builtin_avr_delay_cycles(n) |
Functions | |
HW_INLINE void | _hw_write_r8 (intptr_t ra, uint8_t rwm, uint8_t rfm, uint8_t mask, uint8_t value) |
Definitions that produce C code specific to Atmel AVR devices.