(value byte)
| 554 | } |
| 555 | |
| 556 | func (t *Triangle) writeTimerLow(value byte) { |
| 557 | t.timerPeriod = (t.timerPeriod & 0xFF00) | uint16(value) |
| 558 | } |
| 559 | |
| 560 | func (t *Triangle) writeTimerHigh(value byte) { |
| 561 | t.lengthValue = lengthTable[value>>3] |
nothing calls this directly
no outgoing calls
no test coverage detected