Searched refs:input_latch (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.7.0/drivers/gpio/ |
D | gpio_pca953x.c | 73 int input_latch; member 452 if (cfg->input_latch > -1) { in gpio_pca953x_init() 454 cfg->input_latch); in gpio_pca953x_init() 490 .input_latch = DT_INST_PROP_OR(n, input_latch, -1), \
|
D | gpio_pcal64xxa.c | 521 uint8_t input_latch = ~triggers->masked; in pcal6408a_triggers_apply() local 524 rc = pcal64xxa_i2c_write(i2c, PCAL6408A_REG_INPUT_LATCH, (uint8_t)input_latch); in pcal6408a_triggers_apply() 690 pcal64xxa_data_t input_latch = ~triggers->masked; in pcal6416a_triggers_apply() local 693 rc = pcal64xxa_i2c_write(i2c, PCAL6416A_REG_INPUT_LATCH_0, (uint8_t)input_latch); in pcal6416a_triggers_apply() 699 rc = pcal64xxa_i2c_write(i2c, PCAL6416A_REG_INPUT_LATCH_1, (uint8_t)(input_latch >> 8)); in pcal6416a_triggers_apply()
|
D | gpio_pca95xx.c | 92 uint16_t input_latch; member 331 write_port_reg(dev, REG_INPUT_LATCH_PORT0, pin, &drv_data->reg_cache.input_latch, ~value); in update_int_mask_reg() 862 .reg_cache.input_latch = 0x0, \
|