You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. */
0 commit comments