![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
Type for an synchronization object. More...
#include <fsl_i2c_master_driver.h>
Data Fields | |
volatile bool | isWaiting |
volatile uint8_t | semCount |
uint8_t | timerId |
Type for an synchronization object.
Definition at line 52 of file fsl_i2c_master_driver.h.
volatile bool isWaiting |
Is any task waiting for a timeout on this object
Definition at line 54 of file fsl_i2c_master_driver.h.
volatile uint8_t semCount |
The count value of the object
Definition at line 55 of file fsl_i2c_master_driver.h.
uint8_t timerId |
The software timer channel this object bind to
Definition at line 56 of file fsl_i2c_master_driver.h.