Add iomux_from_timers() function to recover an IOMux from

the associated UCTimers
This commit is contained in:
Nils O. Selåsdal
2014-06-22 23:11:12 +02:00
parent 0e296ce7e5
commit 95749c5b7d
4 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ struct IOMuxOps {
};
struct IOMux {
/* TImer instance */
/* TImer instance - must be the 1. member*/
struct UCTimers timers;
/**