MPLAB® Harmony Graphics Suite
|
void* leArray_Get( const leArray* arr, uint32_t idx );
Parameters |
Description |
const leList* list |
const pointer to the list to reference |
uint32_t idx |
the index of the entry to get |
void* - pointer to the entry at idx
MPLAB® Harmony Graphics Suite
|