Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/sensor/infineon/dps310/
Ddps310.c289 static bool poll_rdy(const struct device *dev, uint8_t reg_addr, uint8_t ready_mask) in poll_rdy() argument
301 if ((reg & ready_mask) == ready_mask) { in poll_rdy()