shithub: riscv

ref: 6901f0c40f4c72fe730a4daab3ae30f930a5e968
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)