avrd
avrd copied to clipboard
AVR device definitions
Results
12
avrd issues
Sort by
recently updated
recently updated
newest added
Some AVRs (for example 1-series) have a different register documentation scheme. The address of a register is the specified register offset PLUS the peripheral device address. This way one peripheral...
The current type of the defined bitfields is `*mut u8`, a pointer type. It is not clear to me how they are supposed to be used like that. I would...