Add a few comments
authorNathael Pajani <nathael.pajani@ed3l.fr>
Wed, 9 Sep 2015 19:10:46 +0000 (21:10 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:04 +0000 (17:03 +0100)
drivers/ssp.c

index 638e7bc..cd3ddf4 100644 (file)
@@ -309,7 +309,8 @@ void ssp_clk_update(void)
 /* SSP Setup as master */
 /* Returns 0 on success
  * Parameters :
- *  frame_type is SPI, TI or MICROWIRE (use apropriate defines for this one).
+ *  frame_type is SPI, TI or MICROWIRE (use apropriate defines for this one:
+ *     LPC_SSP_FRAME_SPI - LPC_SSP_FRAME_TI - LPC_SSP_FRAME_MICROWIRE).
  *  data_width is a number between 4 and 16.
  *  rate : The bit rate, in Hz.
  * The SPI Chip Select is not handled by the SPI driver in master SPI mode as it's