Home
last modified time | relevance | path

Searched refs:TimeOut_t (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.5.0/components/freertos/include/freertos/
Dtask.h125 } TimeOut_t; typedef
3143 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;
Dmpu_prototypes.h114 void MPU_vTaskSetTimeOutState( TimeOut_t * const pxTimeOut ) FREERTOS_SYSTEM_CALL;
115 BaseType_t MPU_xTaskCheckForTimeOut( TimeOut_t * const pxTimeOut,
DFreeRTOS.h1030 #define xTimeOutType TimeOut_t
/hal_espressif-3.5.0/components/freertos/
Dqueue.c817 TimeOut_t xTimeOut; in xQueueGenericSend()
1378 TimeOut_t xTimeOut; in xQueueReceive()
1537 TimeOut_t xTimeOut; in xQueueSemaphoreTake()
1774 TimeOut_t xTimeOut; in xQueuePeek()
Dstream_buffer.c596 TimeOut_t xTimeOut; in xStreamBufferSend()
Dtasks.c3773 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()
/hal_espressif-3.5.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c354 TimeOut_t connection_timeout; in cdc_acm_find_and_open_usb_device()