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()247 if (ON_I3C_BUS(cfg) && !I3C_INT_PIN(cfg) && IS_ENABLED(CONFIG_LSM6DSV16X_STREAM)) { in lsm6dsv16x_handle_interrupt()280 if (!ON_I3C_BUS(cfg) || (I3C_INT_PIN(cfg))) { in lsm6dsv16x_handle_interrupt()397 if ((!ON_I3C_BUS(cfg) || (I3C_INT_PIN(cfg))) && !gpio_is_ready_dt(lsm6dsv16x->drdy_gpio)) { in lsm6dsv16x_init_interrupt()419 if (!ON_I3C_BUS(cfg) || (I3C_INT_PIN(cfg))) { in lsm6dsv16x_init_interrupt()451 if (I3C_INT_PIN(cfg)) { in lsm6dsv16x_init_interrupt()453 ret = lsm6dsv16x_i3c_int_en_set(ctx, I3C_INT_PIN(cfg)); in lsm6dsv16x_init_interrupt()
95 if ((config->drdy_pin == 1) || (ON_I3C_BUS(config) && (!I3C_INT_PIN(config)))) { in lsm6dsv16x_config_fifo()111 if (!ON_I3C_BUS(config) || (I3C_INT_PIN(config))) { in lsm6dsv16x_submit_stream()133 if (!ON_I3C_BUS(config) || (I3C_INT_PIN(config))) { in lsm6dsv16x_submit_stream()151 if (!ON_I3C_BUS(config) || (I3C_INT_PIN(config))) { in lsm6dsv16x_complete_op_cb()208 if (!ON_I3C_BUS(config) || (I3C_INT_PIN(config))) { in lsm6dsv16x_read_fifo_cb()257 if (!ON_I3C_BUS(config) || (I3C_INT_PIN(config))) { in lsm6dsv16x_read_fifo_cb()274 if (!ON_I3C_BUS(config) || (I3C_INT_PIN(config))) { in lsm6dsv16x_read_fifo_cb()312 if (!ON_I3C_BUS(config) || (I3C_INT_PIN(config))) { in lsm6dsv16x_read_fifo_cb()399 if (ON_I3C_BUS(config) && (!I3C_INT_PIN(config))) { in lsm6dsv16x_stream_irq_handler()
37 #define I3C_INT_PIN(cfg) (cfg->int_en_i3c) macro40 #define I3C_INT_PIN(cfg) (false) macro