mirror of
https://github.com/sendyne/cppreg.git
synced 2026-01-19 17:02:10 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8cb2714b4b |
6
API.md
6
API.md
@@ -155,13 +155,13 @@ struct Peripheral {
|
||||
using Data = Field<Channel0, 8u, 0u, read_write>;
|
||||
};
|
||||
struct Channel1 : PackedRegister<Pack, RegBistSize::b8, 8 * 1> {
|
||||
using Data = Field<Channel0, 8u, 0u, read_write>;
|
||||
using Data = Field<Channel1, 8u, 0u, read_write>;
|
||||
};
|
||||
struct Channel2 : PackedRegister<Pack, RegBistSize::b8, 8 * 2> {
|
||||
using Data = Field<Channel0, 8u, 0u, read_write>;
|
||||
using Data = Field<Channel2, 8u, 0u, read_write>;
|
||||
};
|
||||
struct Channel3 : PackedRegister<Pack, RegBistSize::b8, 8 * 3> {
|
||||
using Data = Field<Channel0, 8u, 0u, read_write>;
|
||||
using Data = Field<Channel3, 8u, 0u, read_write>;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user