Add enum for SSP bus numbers
authorNathael Pajani <nathael.pajani@ed3l.fr>
Fri, 28 Oct 2016 01:19:51 +0000 (03:19 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:05 +0000 (17:03 +0100)
include/drivers/ssp.h

index e2e83cc..ee1a629 100644 (file)
 #include "core/lpc_regs.h"
 
 
+enum ssp_bus_number {
+       SSP_BUS_0 = 0,
+};
+
 /* Set this to 1 for use of this driver in a multitasking OS, it will activate the SPI Mutex */
 #define MULTITASKING 0