]> rtime.felk.cvut.cz Git - fpga/virtex2/uart.git/blobdiff - software/hardware.h
PWM test added to the software.
[fpga/virtex2/uart.git] / software / hardware.h
index 9255487742347937028781b7d312328b1893da6f..446e40bb1661a9c36ead44cd963a8e9f805ce4fb 100644 (file)
@@ -31,4 +31,8 @@ sfrb(USTAT, USTAT_);
 sfrb(UIE, UIE_);
 
 
+//PWM output
+#define PWM_              0x0160
+sfrw(PWM, PWM_);
+
 #endif