aboutsummaryrefslogtreecommitdiff
path: root/tms5220~/tms5220/tms5220.h
blob: 614d7bc2a3daffa1461df1fc037db7e249c93354 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef tms5220_h
#define tms5220_h

void tms5220_reset (void);
void tms5220_set_irq (void (*func)(void));

void tms5220_data_write (int data);
int tms5220_status_read (void);
int tms5220_ready_read (void);
int tms5220_int_read (void);

void tms5220_process (unsigned char *buffer, unsigned int size);

#endif