shithub: riscv

ref: 5fe33fb80804cadc3c934337fde81af5b7d44243
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)