BEEP-8 SDK 1.0.0
Loading...
Searching...
No Matches
beep8.h
Go to the documentation of this file.
1
32#pragma once
33#include <stdio.h>
34#include <b8/type.h>
35#include <b8/register.h>
36#include <b8/assert.h>
37#include <b8/sys.h>
38#include <b8/ppu.h>
39#include <b8/apu.h>
40#include <b8/hif.h>
41#include <b8/irq.h>
42#include <b8/pic.h>
43#include <b8/dwt.h>
44#include <b8/tmr.h>
45#include <b8/os.h>
46#include <b8/errno.h>
47#include <b8/semaphore.h>
48#include <b8/pthread.h>
49#include <b8/syscall.h>
50#include <b8/misc.h>
Data Watchpoint and Trace Unit (DWT) definitions.
Error handling functions and definitions for the BEEP-8 system.
Human Interface definitions for the BEEP-8 system.
Interrupt Request (IRQ) definitions for BEEP-8 system.
Miscellaneous functions and macros for the BEEP-8 system.
OS definitions and system call interfaces for the BEEP-8 system.
Programmable Interrupt Controller (PIC) definitions for the BEEP-8 system.
Picture Processing Unit (PPU) definitions for the BEEP-8 system.
Header file for POSIX thread (pthread) functions.
Peripheral register map definitions for the BEEP-8 system.
POSIX-compliant semaphore definitions for the BEEP-8 system.
System utility functions for the BEEP-8 system.
Timer functions for the BEEP-8 system.