()
| 468 | } |
| 469 | |
| 470 | func (p *Pulse) stepLength() { |
| 471 | if p.lengthEnabled && p.lengthValue > 0 { |
| 472 | p.lengthValue-- |
| 473 | } |
| 474 | } |
| 475 | |
| 476 | func (p *Pulse) sweep() { |
| 477 | delta := p.timerPeriod >> p.sweepShift |
nothing calls this directly
no outgoing calls
no test coverage detected