Definition at line 92 of file speaker.c.
References SPEAKER_BIT, and SPEAKER_PORT.
Referenced by ISR(), and main().
{ SPEAKER_PORT |= (1U << SPEAKER_BIT); } /* End: speaker_Off() */