From: asterix Date: Thu, 5 Jan 2012 17:26:00 +0000 (+0000) Subject: Add pwm pins set registers. X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=ce0a95c32a39e3eed1d3f2aa5ff4395bebdb99ed;p=bertos.git Add pwm pins set registers. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5219 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/arm/io/at91sam7.h b/bertos/cpu/arm/io/at91sam7.h index 5388df0a..26e244ef 100644 --- a/bertos/cpu/arm/io/at91sam7.h +++ b/bertos/cpu/arm/io/at91sam7.h @@ -369,6 +369,7 @@ #define PWM_PIO_PDR PIOB_PDR #define PWM_PIO_PER PIOB_PER #define PWM_PIO_CODR PIOB_CODR + #define PWM_PIO_SODR PIOB_SODR #define PWM_PIO_OER PIOB_OER #define PWM_PIO_ABSR PIOB_ASR @@ -381,6 +382,7 @@ #define PWM_PIO_PDR PIOA_PDR #define PWM_PIO_PER PIOA_PER #define PWM_PIO_CODR PIOA_CODR + #define PWM_PIO_SODR PIOA_SODR #define PWM_PIO_OER PIOA_OER #define PWM_PIO_ABSR PIOA_BSR