EmberTaskControl Struct Reference
Control structure for tasks. More...
      
       #include <
       
     
        ember-types.h
       
       >
      
         Data Fields | 
       |
| uint32_t | nextEventTime | 
| EmberEventData * | events | 
| bool | busy | 
Control structure for tasks.
This structure should not be accessed directly.
       Definition at line
       
        608
       
       of file
       
        ember-types.h
       
       .
      
Field Documentation
◆ busy
| bool EmberTaskControl::busy | 
A flag that indicates the task has something to do other than events
        Definition at line
        
         614
        
        of file
        
         ember-types.h
        
        .
       
◆ events
| EmberEventData * EmberTaskControl::events | 
The list of events associated with this task
        Definition at line
        
         612
        
        of file
        
         ember-types.h
        
        .
       
◆ nextEventTime
| uint32_t EmberTaskControl::nextEventTime | 
The time when the next event associated with this task will fire
        Definition at line
        
         610
        
        of file
        
         ember-types.h
        
        .
       
The documentation for this struct was generated from the following file:
- 
       
ember-types.h