Searched refs:PCI224_DACCON_POLAR (Results 1 – 1 of 1) sorted by relevance
134 #define PCI224_DACCON_POLAR(x) (((x) & 0x1) << 3) macro135 #define PCI224_DACCON_POLAR_MASK PCI224_DACCON_POLAR(1)136 #define PCI224_DACCON_POLAR_UNI PCI224_DACCON_POLAR(0) /* [0,+V] */137 #define PCI224_DACCON_POLAR_BI PCI224_DACCON_POLAR(1) /* [-V,+V] */
Completed in 7 milliseconds