Commit 33d1b35
committed
Remove Read16 and 16-bit register helpers
Delete redundant 16-bit helper functions from lib-gd32/include/i2c.h: Read16, ReadRegister16, and ReadRegister16DelayUs. These helpers duplicated functionality provided by the existing Read/ReadReg APIs (and explicit timing utilities), so the I2C interface is simplified; callers should use Read/ReadReg and perform any required delays themselves.1 parent 1f456a7 commit 33d1b35
1 file changed
Lines changed: 0 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | 88 | | |
95 | 89 | | |
96 | 90 | | |
| |||
114 | 108 | | |
115 | 109 | | |
116 | 110 | | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | 111 | | |
131 | 112 | | |
132 | 113 | | |
| |||
0 commit comments