BSPACM
20150113
Board Support Package for ARM Cortex-M Microcontrollers
|
#include <bspacm/newlib/fdops.h>
Data Fields | |
void * | dev |
const sBSPACMnewlibFDOPSfileOps * | ops |
Record for the state associated with a file descriptor.
void* sBSPACMnewlibFDOPSfile::dev |
Pointer to data specific to the file or device. The type is fixed to whatever is expected by the operations in ops.
const sBSPACMnewlibFDOPSfileOps* sBSPACMnewlibFDOPSfile::ops |
Pointer to the table that provides the implementation for file descriptor operations. No descriptor should ever have a null ops
pointer.