Add enum for timer channels
authorNathael Pajani <nathael.pajani@ed3l.fr>
Mon, 3 Oct 2016 15:05:29 +0000 (17:05 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:05 +0000 (17:03 +0100)
include/drivers/timers.h

index b735ddb..4620a27 100644 (file)
@@ -57,6 +57,13 @@ enum lpc_timers {
        LPC_TIMER_32B1,  /* 32 bits timer 1 */
 };
 
+enum lpc_timer_channels {
+       CHAN0 = 0,
+       CHAN1,
+       CHAN2,
+       CHAN3,
+};
+
 /* Available timer modes *
  * Some mode may be combined, and some are exlusive :
  * Values here are important :