MCPcopy Create free account
hub / github.com/FreeRTOS/FreeRTOS-Kernel / vTaskSetTimeOutState

Function vTaskSetTimeOutState

tasks.c:4078–4087  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4076/*-----------------------------------------------------------*/
4077
4078void vTaskSetTimeOutState( TimeOut_t * const pxTimeOut )
4079{
4080 configASSERT( pxTimeOut );
4081 taskENTER_CRITICAL();
4082 {
4083 pxTimeOut->xOverflowCount = xNumOfOverflows;
4084 pxTimeOut->xTimeOnEntering = xTickCount;
4085 }
4086 taskEXIT_CRITICAL();
4087}
4088/*-----------------------------------------------------------*/
4089
4090void vTaskInternalSetTimeOutState( TimeOut_t * const pxTimeOut )

Callers 2

xStreamBufferSendFunction · 0.85
MPU_vTaskSetTimeOutStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected