MicrOS
pc_speaker.h
Go to the documentation of this file.
1
#ifndef PC_SPEAKER_H
2
#define PC_SPEAKER_H
3
4
#include <stdint.h>
5
6
void
pc_speaker_enable_sound
(
uint32_t
freq);
7
void
pc_speaker_disable_sound
();
8
9
#endif
pc_speaker_disable_sound
void pc_speaker_disable_sound()
Definition:
pc_speaker.c:25
pc_speaker_enable_sound
void pc_speaker_enable_sound(uint32_t freq)
Definition:
pc_speaker.c:6
uint32_t
size_t uint32_t
Unsigned integral type.
Definition:
string.h:8
os
kernel
src
drivers
pcspeaker
pc_speaker.h
Generated by
1.8.13