X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Fpwm.c;h=6a44e33c565de73a64975ddd7f52cd8fe641e186;hb=8bab11971bc4e89f1a0ab56101ed3babf93fcd1d;hp=452e94136cb57e82a303f363687324307d2b48c8;hpb=41625d1b16c8f1904c3a2a40b6972725311c66a8;p=bertos.git diff --git a/drv/pwm.c b/drv/pwm.c old mode 100755 new mode 100644 index 452e9413..6a44e33c --- a/drv/pwm.c +++ b/drv/pwm.c @@ -1,6 +1,31 @@ -/*! +/** * \file * * @@ -12,36 +37,11 @@ * \author Francesco Sacchi */ -/*#* - *#* $Log$ - *#* Revision 1.1 2005/11/04 18:08:49 bernie - *#* Import into DevLib. - *#* - *#* Revision 1.2 2005/05/24 13:35:01 batt - *#* Add missing; reformat. - *#* - *#* Revision 1.1 2005/05/24 09:17:58 batt - *#* Move drivers to top-level. - *#* - *#* Revision 1.4 2005/05/09 16:36:12 batt - *#* Change some function names to accomplish coding standard. - *#* - *#* Revision 1.3 2005/05/02 16:35:47 batt - *#* Add some comments. - *#* - *#* Revision 1.2 2005/05/02 16:02:58 batt - *#* Remove unusefull interrupt saving. - *#* - *#* Revision 1.1 2005/05/02 12:36:39 batt - *#* Add pwm driver. - *#* - *#*/ - #include #include #include -/*! +/** * Set duty of pwm channel \a dev. */ void pwm_setDuty(PwmDev dev, pwm_duty_t duty) @@ -51,7 +51,7 @@ void pwm_setDuty(PwmDev dev, pwm_duty_t duty) pwm_hw_setDutyUnlock(dev, duty); } -/*! +/** * Initialize PWM hw. */ void pwm_init(void)