summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRamesh S2015-04-17 07:15:24 -0500
committerRamesh S2015-04-17 07:15:24 -0500
commit4e7bddc958e6896a74b495b4b4d071ab947a5431 (patch)
tree7c86c0fa444ac6c5f46e27049e635f1468af8f6a /src/pruicss_drv.c
parent153db20da995733a711995c79a833f4b21e24dda (diff)
downloadpruss-lld-4e7bddc958e6896a74b495b4b4d071ab947a5431.tar.gz
pruss-lld-4e7bddc958e6896a74b495b4b4d071ab947a5431.tar.xz
pruss-lld-4e7bddc958e6896a74b495b4b4d071ab947a5431.zip
Doxgen documentation warning fixed
Diffstat (limited to 'src/pruicss_drv.c')
-rw-r--r--src/pruicss_drv.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/pruicss_drv.c b/src/pruicss_drv.c
index 14cf014..c870fa3 100644
--- a/src/pruicss_drv.c
+++ b/src/pruicss_drv.c
@@ -57,7 +57,8 @@
57/** 57/**
58 * @brief This function creates the handle for the PRUICSS instance \n 58 * @brief This function creates the handle for the PRUICSS instance \n
59 * 59 *
60 * @param PRUICSS instance no. 60 * @param config configuration structure of PRUICSS.
61 * @param instance PRUICSS instance no.
61 * 62 *
62 * @return PRUICSS handle. \n 63 * @return PRUICSS handle. \n
63 */ 64 */
@@ -428,7 +429,7 @@ int PRUICSS_pruWaitEvent(PRUICSS_Handle handle,uint32_t pruEvtoutNum )
428 * @brief This function returns the address of PRU components. 429 * @brief This function returns the address of PRU components.
429 * 430 *
430 * @param handle Pruss's driver handle 431 * @param handle Pruss's driver handle
431 * @param per_id PRU components' Id. \n 432 * @param pru_ram_id PRU components' Id. \n
432 * @param address Memory to which address to be copied. \n 433 * @param address Memory to which address to be copied. \n
433 * 434 *
434 * @return 0 in case of success, -1 otherwise. \n 435 * @return 0 in case of success, -1 otherwise. \n
@@ -560,9 +561,7 @@ void PRUICSS_enableOCPMasterAccess(PRUICSS_Handle handle )
560/** 561/**
561 * @brief Detects the Chip Type \n 562 * @brief Detects the Chip Type \n
562 * 563 *
563 * @param None 564 * @return 0
564 *
565 * @return None
566 */ 565 */
567uint32_t PRUICSS_detectHWVersion(void) 566uint32_t PRUICSS_detectHWVersion(void)
568{ 567{
@@ -574,7 +573,7 @@ uint32_t PRUICSS_detectHWVersion(void)
574 * @brief This function Executes the program in the specified PRU \n 573 * @brief This function Executes the program in the specified PRU \n
575 * 574 *
576 * @param handle Pruss's driver handle 575 * @param handle Pruss's driver handle
577 * @param prunum PRU instance number.\n 576 * @param pruNum PRU instance number.\n
578 * 577 *
579 * @return 0 in case of successful transition, -1 otherwise. \n 578 * @return 0 in case of successful transition, -1 otherwise. \n
580 */ 579 */
@@ -627,7 +626,7 @@ int PRUICSS_pruExecProgram(PRUICSS_Handle handle,int pruNum)
627/** 626/**
628 * @brief Configure PIN_MUX_SEL 627 * @brief Configure PIN_MUX_SEL
629 * 628 *
630 * @param baseaddr baseaddress of PRUICSSn 629 * @param handle Pruss's driver handle
631 * @param regVal value to be written 630 * @param regVal value to be written
632 * 631 *
633 * @return None. 632 * @return None.