Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/
Dadc_share_hw_ctrl.c137 #define ADC_LOCK_TRY_ACQUIRE(lock) k_mutex_lock(lock, K_NO_WAIT) macro
170 if (ADC_LOCK_TRY_ACQUIRE(&adc1_lock) == -1) { in adc_lock_try_acquire()
176 if (ADC_LOCK_TRY_ACQUIRE(&adc2_lock) == -1) { in adc_lock_try_acquire()