shithub: riscv

ref: e38d42b4a7f278a7f7835e07983115e4ee1b0db4
dir: /68020/include/dac.h/

View raw version
/*
 * Inmos G17x d/a converter
 */

typedef
struct	G170
{
	uchar	waddr;
	uchar	value;
	uchar	mask;
	uchar	raddr;
} G170;

#define DAC	((G170*)0xc0100000)