X-Git-Url: https://rtime.felk.cvut.cz/gitweb/fpga/virtex2/uart.git/blobdiff_plain/e46674ac277a1a88f8e0bcab9d52e683b1603fee..d90e54632ccf2cc286e1c33c802211e7f7ebdc08:/software/hardware.h diff --git a/software/hardware.h b/software/hardware.h index 9255487..446e40b 100644 --- a/software/hardware.h +++ b/software/hardware.h @@ -31,4 +31,8 @@ sfrb(USTAT, USTAT_); sfrb(UIE, UIE_); +//PWM output +#define PWM_ 0x0160 +sfrw(PWM, PWM_); + #endif