Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/bluetooth/hci/
Dhci_spi_st.c203 #define IS_IRQ_HIGH gpio_pin_get_dt(&irq_gpio) macro
212 #define READ_CONDITION IS_IRQ_HIGH
228 if (!IS_IRQ_HIGH) { in bt_spi_get_header()
242 if (!IS_IRQ_HIGH) { in bt_spi_get_header()
274 while (IS_IRQ_HIGH) { in release_cs()
290 if (!IS_IRQ_HIGH) { in bt_spi_get_header()
314 if (!WAIT_FOR(IS_IRQ_HIGH, 100000, k_usleep(100))) { in bt_spi_get_header()