#include <stdint.h>
Go to the source code of this file.
Functions | |
void | pit_configure_channel (int channel, int mode, int frequency) |
void pit_configure_channel | ( | int | channel, | |
int | mode, | |||
int | frequency | |||
) |
Definition at line 47 of file pit.c.
References ASSERT, intr_disable(), intr_set_level(), outb(), PIT_HZ, PIT_PORT_CONTROL, and PIT_PORT_COUNTER.
Referenced by speaker_on(), and timer_init().