Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/spi/
Dspi_bus_lock.c198 …bool volatile acq_dev_bg_active; ///< BG is the acquiring processor serving the … member
342 lock->acq_dev_bg_active = true; in req_core()
369 BUS_LOCK_DEBUG_EXECUTE_CHECK(!lock->acq_dev_bg_active); in acquire_core()
417 lock->acq_dev_bg_active = !bg_yield; in schedule_core()
419 lock->acq_dev_bg_active = false; in schedule_core()
489 lock->acq_dev_bg_active = false; in clear_pend_core()
502 BUS_LOCK_DEBUG_EXECUTE_CHECK(!lock->acquiring_dev || lock->acq_dev_bg_active); in bg_entry_core()
531 BUS_LOCK_DEBUG_EXECUTE_CHECK(!lock->acquiring_dev || lock->acq_dev_bg_active); in bg_exit_core()
539 BUS_LOCK_DEBUG_EXECUTE_CHECK(lock->acq_dev_bg_active); in bg_exit_core()
548 BUS_LOCK_DEBUG_EXECUTE_CHECK(!lock->acq_dev_bg_active); in bg_exit_core()
[all …]