Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/gpio/
Dgpio_sx1509b.c365 } __packed debounce_buf; in sx1509b_config() local
367 debounce_buf.reg = SX1509B_REG_DEBOUNCE_CONFIG; in sx1509b_config()
368 debounce_buf.debounce.debounce_config in sx1509b_config()
370 debounce_buf.debounce.debounce_enable in sx1509b_config()
373 rc = i2c_write_dt(&cfg->bus, &debounce_buf.reg, in sx1509b_config()
374 sizeof(debounce_buf)); in sx1509b_config()