Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dusbh.c104 static portMUX_TYPE usbh_lock = portMUX_INITIALIZER_UNLOCKED; variable
108 #define USBH_ENTER_CRITICAL_ISR() portENTER_CRITICAL_ISR(&usbh_lock)
109 #define USBH_EXIT_CRITICAL_ISR() portEXIT_CRITICAL_ISR(&usbh_lock)
110 #define USBH_ENTER_CRITICAL() portENTER_CRITICAL(&usbh_lock)
111 #define USBH_EXIT_CRITICAL() portEXIT_CRITICAL(&usbh_lock)
112 #define USBH_ENTER_CRITICAL_SAFE() portENTER_CRITICAL_SAFE(&usbh_lock)
113 #define USBH_EXIT_CRITICAL_SAFE() portEXIT_CRITICAL_SAFE(&usbh_lock)