Add iomux_from_timers() function to recover an IOMux from
the associated UCTimers
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ struct IOMuxOps {
|
||||
};
|
||||
|
||||
struct IOMux {
|
||||
/* TImer instance */
|
||||
/* TImer instance - must be the 1. member*/
|
||||
struct UCTimers timers;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user