interface ti.sysbios.interfaces.IPower |
 |
 |
 |
Power Interface
interface IPower {
module-wide config parameters
}
config IPower.idle // module-wide |
 |
Idle the CPU when threads blocked waiting for an interrupt?
metaonly config IPower.common$ // module-wide |
 |
Common module configuration parameters
DETAILS
All modules have this configuration parameter. Its name contains the '$'
character to ensure it does not conflict with configuration parameters
declared by the module. This allows new configuration parameters to be
added in the future without any chance of breaking existing modules.
generated on Sat, 19 Sep 2020 02:07:17 GMT