Data Fields | |
| int | head |
| int | tail |
| struct semaphore | mutex |
| dptc_log_entry_s | entries [LOG_ENTRIES] |
Log buffer Structure.
This structure records the DPTC changes.
This structure can be read by the user using the proc file system DPTC read entry.
| dptc_log_entry_s entries[LOG_ENTRIES] |
Array of log buffer entries
| int head |
Index to the head of the log buffer
| struct semaphore mutex |
Mutex to allow access to the log buffer
| int tail |
Index to the tail of the log buffer
| © Freescale Semiconductor, Inc., 2007.
All rights reserved. Freescale Confidential Proprietary NDA Required |
|