Searched refs:I3C_INT_PIN (Results 1 – 3 of 3) sorted by relevance
40 if ((cfg->drdy_pin == 1) || (ON_I3C_BUS(cfg) && (!I3C_INT_PIN(cfg)))) { in lsm6dsv16x_enable_xl_int()86 if ((cfg->drdy_pin == 1) || (ON_I3C_BUS(cfg) && (!I3C_INT_PIN(cfg)))) { in lsm6dsv16x_enable_g_int()184 if (ON_I3C_BUS(cfg) && !I3C_INT_PIN(cfg) && IS_ENABLED(CONFIG_LSM6DSV16X_STREAM)) { in lsm6dsv16x_handle_interrupt()208 if (!ON_I3C_BUS(cfg) || (I3C_INT_PIN(cfg))) { in lsm6dsv16x_handle_interrupt()325 if ((!ON_I3C_BUS(cfg) || (I3C_INT_PIN(cfg))) && !gpio_is_ready_dt(lsm6dsv16x->drdy_gpio)) { in lsm6dsv16x_init_interrupt()347 if (!ON_I3C_BUS(cfg) || (I3C_INT_PIN(cfg))) { in lsm6dsv16x_init_interrupt()379 if (I3C_INT_PIN(cfg)) { in lsm6dsv16x_init_interrupt()381 ret = lsm6dsv16x_i3c_int_en_set(ctx, I3C_INT_PIN(cfg)); in lsm6dsv16x_init_interrupt()
94 if ((config->drdy_pin == 1) || (ON_I3C_BUS(config) && (!I3C_INT_PIN(config)))) { in lsm6dsv16x_config_fifo()110 if (!ON_I3C_BUS(config) || (I3C_INT_PIN(config))) { in lsm6dsv16x_submit_stream()132 if (!ON_I3C_BUS(config) || (I3C_INT_PIN(config))) { in lsm6dsv16x_submit_stream()150 if (!ON_I3C_BUS(config) || (I3C_INT_PIN(config))) { in lsm6dsv16x_complete_op_cb()207 if (!ON_I3C_BUS(config) || (I3C_INT_PIN(config))) { in lsm6dsv16x_read_fifo_cb()256 if (!ON_I3C_BUS(config) || (I3C_INT_PIN(config))) { in lsm6dsv16x_read_fifo_cb()273 if (!ON_I3C_BUS(config) || (I3C_INT_PIN(config))) { in lsm6dsv16x_read_fifo_cb()311 if (!ON_I3C_BUS(config) || (I3C_INT_PIN(config))) { in lsm6dsv16x_read_fifo_cb()389 if (ON_I3C_BUS(config) && (!I3C_INT_PIN(config))) { in lsm6dsv16x_stream_irq_handler()
35 #define I3C_INT_PIN(cfg) (cfg->int_en_i3c) macro38 #define I3C_INT_PIN(cfg) (false) macro