Changeset 456 for soft/giet_vm/giet_drivers/mmc_driver.c
- Timestamp:
- Dec 5, 2014, 3:38:31 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_drivers/mmc_driver.c
r437 r456 8 8 #include <giet_config.h> 9 9 #include <mmc_driver.h> 10 #include <tty _driver.h>10 #include <tty0.h> 11 11 #include <utils.h> 12 12 #include <io.h> … … 37 37 38 38 /////////////////////////////////////////////////////////////////////////////// 39 // This low level function returns the value contained in register "index" 39 // This low level function returns the value contained in register 40 // defined by the ("func" / "index") arguments, 40 41 // in the MMC component contained in cluster "cluster_xy" 41 42 /////////////////////////////////////////////////////////////////////////////// … … 54 55 55 56 /////////////////////////////////////////////////////////////////////////////// 56 // This low level function sets a new value in register "index" 57 // This low level function sets a new value in register 58 // defined by the ("func" / "index") arguments, 57 59 // in the MMC component contained in cluster "cluster_xy" 58 60 ///////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset
for help on using the changeset viewer.