MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > c) Datastructure Functions > leArray_Set Function
MPLAB® Harmony Graphics Suite
leArray_Set Function
C
leResult leArray_Set(
    leArray* arr, 
    uint32_t idx, 
    void* val
);
Parameters
Parameters 
Description 
leList* list 
pointer to the list to reference 
uint32_t idx 
the index of the entry to set 
void* val 
the value to set the index to 
Returns

leResult - the result of the operation

MPLAB® Harmony Graphics Suite