void speaker_Off ( void   )
Returns:
void

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() */

Here is the caller graph for this function: