/hal_espressif-latest/components/esp_hw_support/dma/ |
D | gdma_priv.h | 45 portMUX_TYPE spinlock; // group level spinlock member 58 portMUX_TYPE spinlock; // pair level spinlock member 64 portMUX_TYPE spinlock; // channel level spinlock member
|
D | esp_async_memcpy.c | 36 portMUX_TYPE spinlock; // spinlock, prevent operating descriptors concurrently member
|
D | gdma.c | 46 portMUX_TYPE spinlock; // platform level spinlock member
|
/hal_espressif-latest/components/driver/uart/ |
D | uart.c | 69 #define UART_ENTER_CRITICAL_SAFE(spinlock) esp_os_enter_critical_safe(spinlock) argument 70 #define UART_EXIT_CRITICAL_SAFE(spinlock) esp_os_exit_critical_safe(spinlock) argument 71 #define UART_ENTER_CRITICAL_ISR(spinlock) esp_os_enter_critical_isr(spinlock) argument 72 #define UART_EXIT_CRITICAL_ISR(spinlock) esp_os_exit_critical_isr(spinlock) argument 73 #define UART_ENTER_CRITICAL(spinlock) esp_os_enter_critical(spinlock) argument 74 #define UART_EXIT_CRITICAL(spinlock) esp_os_exit_critical(spinlock) argument
|
/hal_espressif-latest/components/esp_pm/ |
D | pm_locks.c | 26 portMUX_TYPE spinlock; /*!< spinlock used when operating on 'count' */ member
|
/hal_espressif-latest/components/driver/gpio/ |
D | gpio_flex_glitch_filter.c | 24 portMUX_TYPE spinlock; member
|
D | gpio_etm.c | 35 portMUX_TYPE spinlock; member
|
D | dedic_gpio.c | 46 …portMUX_TYPE spinlock; // Spinlock, stop GPIO channels from accessing common resource concurr… member
|
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | bt.c | 351 portMUX_TYPE spinlock = portMUX_INITIALIZER_UNLOCKED; in esp_bt_read_ctrl_log_from_flash() local 1325 portMUX_TYPE spinlock = portMUX_INITIALIZER_UNLOCKED; in esp_bt_controller_log_interface() local 1346 portMUX_TYPE spinlock = portMUX_INITIALIZER_UNLOCKED; in esp_ble_controller_log_dump_all() local
|
/hal_espressif-latest/components/esp_hw_support/ |
D | esp_etm.c | 46 portMUX_TYPE spinlock; // to protect per-group register level concurrent access member
|
D | intr_alloc.c | 105 static portMUX_TYPE spinlock = portMUX_INITIALIZER_UNLOCKED; variable
|
/hal_espressif-latest/components/esp_psram/esp32/ |
D | esp_himem.c | 92 static portMUX_TYPE spinlock = portMUX_INITIALIZER_UNLOCKED; variable
|
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | bt.c | 371 portMUX_TYPE spinlock = portMUX_INITIALIZER_UNLOCKED; in esp_bt_read_ctrl_log_from_flash() local 429 portMUX_TYPE spinlock = portMUX_INITIALIZER_UNLOCKED; in esp_ble_controller_log_dump_all() local
|
/hal_espressif-latest/components/bt/controller/esp32h2/ |
D | bt.c | 347 portMUX_TYPE spinlock = portMUX_INITIALIZER_UNLOCKED; in esp_bt_read_ctrl_log_from_flash() local 1303 portMUX_TYPE spinlock = portMUX_INITIALIZER_UNLOCKED; in esp_bt_controller_log_interface() local
|
/hal_espressif-latest/components/esp_system/task_wdt/ |
D | task_wdt.c | 81 static portMUX_TYPE spinlock = portMUX_INITIALIZER_UNLOCKED; variable
|
/hal_espressif-latest/components/driver/deprecated/ |
D | mcpwm_legacy.c | 89 portMUX_TYPE spinlock; member
|