shithub: riscv

ref: f8ddcb23b9dd969875dd4e961591700c79b7d5f7
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)