xEventGroupCreateWithCaps() function
Creates an event group with specific memory capabilities This function is similar to xEventGroupCreate(), except that it allows the memory allocated for the event group to have specific capabilities (e.g., MALLOC_CAP_INTERNAL).
Arguments
uxMemoryCaps
Memory capabilities of the event group's memory (see esp_heap_caps.h)
Return value
Handle to the created event group or NULL on failure.
Notes
An event group created using this function must only be deleted using vEventGroupDeleteWithCaps()
xEventGroupCreateWithCaps() calls 3 functions:
![]()
xEventGroupCreateWithCaps()
xEventGroupCreateWithCaps():
![]()
xEventGroupCreateWithCaps()