xReturn=xTimerPendFunctionCallFromISR(vEventGroupClearBitsCallback,(void*)xEventGroup,(uint32_t)uxBitsToClear,NULL);/*lint !e9087 Can't avoid cast to void* as a generic callback function not specific to this use case. Callback casts back to original type so safe. */
xReturn=xTimerPendFunctionCallFromISR(vEventGroupSetBitsCallback,(void*)xEventGroup,(uint32_t)uxBitsToSet,pxHigherPriorityTaskWoken);/*lint !e9087 Can't avoid cast to void* as a generic callback function not specific to this use case. Callback casts back to original type so safe. */