Searched defs:bbs_Context (Results 1 - 1 of 1) sorted by relevance

/external/neven/Embedded/common/src/b_BasicEm/
H A DContext.h28 struct bbs_Context;
33 typedef void ( *bbs_errorFPtr )( struct bbs_Context* cpA );
36 typedef uint32 ( *bbs_callbackFPtr )( struct bbs_Context* cpA );
85 struct bbs_Context struct
124 /** initializes bbs_Context */
125 void bbs_Context_init( struct bbs_Context* cpA );
127 /** frees bbs_Context */
128 void bbs_Context_exit( struct bbs_Context* cpA );
133 void bbs_Context_copy( struct bbs_Context* cpA, const struct bbs_Context* srcPtr
[all...]

Completed in 76 milliseconds