Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dusb_phy.c54 static portMUX_TYPE phy_spinlock = portMUX_INITIALIZER_UNLOCKED; variable
178 portENTER_CRITICAL(&phy_spinlock); in usb_phy_install()
181 portEXIT_CRITICAL(&phy_spinlock); in usb_phy_install()
184 portEXIT_CRITICAL(&phy_spinlock); in usb_phy_install()
190 portENTER_CRITICAL(&phy_spinlock); in usb_phy_install()
196 portEXIT_CRITICAL(&phy_spinlock); in usb_phy_install()
199 portEXIT_CRITICAL(&phy_spinlock); in usb_phy_install()
221 portENTER_CRITICAL(&phy_spinlock); in usb_new_phy()
232 portEXIT_CRITICAL(&phy_spinlock); in usb_new_phy()
284 portENTER_CRITICAL(&phy_spinlock); in phy_uninstall()
[all …]