diff options
Diffstat (limited to 'os/hal/include/pwm.h')
-rw-r--r-- | os/hal/include/pwm.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/os/hal/include/pwm.h b/os/hal/include/pwm.h index 9cb6ce4c4..64b563164 100644 --- a/os/hal/include/pwm.h +++ b/os/hal/include/pwm.h @@ -29,6 +29,22 @@ #if CH_HAL_USE_PWM || defined(__DOXYGEN__)
+/*===========================================================================*/
+/* Driver constants. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Driver pre-compile time settings. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Derived constants and error checks. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Driver data structures and types. */
+/*===========================================================================*/
+
/**
* @brief Driver state machine possible states.
*/
@@ -57,6 +73,14 @@ typedef void (*pwmcallback_t)(void); #include "pwm_lld.h"
+/*===========================================================================*/
+/* Driver macros. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* External declarations. */
+/*===========================================================================*/
+
#ifdef __cplusplus
extern "C" {
#endif
|