MPLAB® Harmony Graphics Suite
|
void* leList_Get( const leList* list, uint32_t idx );
Parameters |
Description |
leList* list |
pointer to the list to reference |
uint32_t idx |
the index of the value to retrieve |
void* - the retrieved value
MPLAB® Harmony Graphics Suite
|