From ce0a95c32a39e3eed1d3f2aa5ff4395bebdb99ed Mon Sep 17 00:00:00 2001 From: asterix Date: Thu, 5 Jan 2012 17:26:00 +0000 Subject: [PATCH] Add pwm pins set registers. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5219 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/arm/io/at91sam7.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.25.1