| 160 | } |
| 161 | |
| 162 | void writeBytePostWait(u8 b) FL_NOEXCEPT __attribute__((always_inline)) { |
| 163 | writeByte(b); |
| 164 | wait(); |
| 165 | } |
| 166 | |
| 167 | // Write a 16-bit word |
| 168 | void writeWord(u16 w) FL_NOEXCEPT __attribute__((always_inline)) { |
no test coverage detected