Searched refs:TimeOut_t (Results 1 – 7 of 7) sorted by relevance
125 } TimeOut_t; typedef3143 void vTaskSetTimeOutState( TimeOut_t * const pxTimeOut ) PRIVILEGED_FUNCTION;3232 BaseType_t xTaskCheckForTimeOut( TimeOut_t * const pxTimeOut,3499 void vTaskInternalSetTimeOutState( TimeOut_t * const pxTimeOut ) PRIVILEGED_FUNCTION;
114 void MPU_vTaskSetTimeOutState( TimeOut_t * const pxTimeOut ) FREERTOS_SYSTEM_CALL;115 BaseType_t MPU_xTaskCheckForTimeOut( TimeOut_t * const pxTimeOut,
1030 #define xTimeOutType TimeOut_t
817 TimeOut_t xTimeOut; in xQueueGenericSend()1378 TimeOut_t xTimeOut; in xQueueReceive()1537 TimeOut_t xTimeOut; in xQueueSemaphoreTake()1774 TimeOut_t xTimeOut; in xQueuePeek()
596 TimeOut_t xTimeOut; in xStreamBufferSend()
3773 void vTaskSetTimeOutState( TimeOut_t * const pxTimeOut ) in vTaskSetTimeOutState()3785 void vTaskInternalSetTimeOutState( TimeOut_t * const pxTimeOut ) in vTaskInternalSetTimeOutState()3793 BaseType_t xTaskCheckForTimeOut( TimeOut_t * const pxTimeOut, in xTaskCheckForTimeOut()
354 TimeOut_t connection_timeout; in cdc_acm_find_and_open_usb_device()