libparanut
A Hardware Abstraction Layer for ParaNut Architectures.
|
Contains architecture independent implementations of the Link Module functions. More...
Functions | |
PN_CID | pn_begin_linked_gm (PN_CMSK *coremask_array, PN_NUMG array_size, char flags) |
int | pn_end_linked (void) |
Ends linked execution. More... | |
PN_CID | pn_run_linked_gm (PN_CMSK *coremask_array, PN_NUMG array_size, void *function, void *args) |
NOT IMPLEMENTED YET, run a function in linked mode using group mask. More... | |
PN_CID | pn_run_linked (PN_NUMC numcores, void(*func)(), void *args) |
Starts a given function in linked mode. More... | |
Contains architecture independent implementations of the Link Module functions.