Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/gpio/
Dgpio_stmpe1600.c48 struct stmpe1600_config { struct
69 static int write_reg16(const struct stmpe1600_config * const config, uint8_t reg, uint16_t value) in write_reg16() argument
89 static int read_reg16(const struct stmpe1600_config * const config, uint8_t reg, uint16_t *value) in read_reg16()
150 const struct stmpe1600_config *const config = dev->config; in stmpe1600_configure()
254 const struct stmpe1600_config *const config = dev->config; in stmpe1600_init()
298 static struct stmpe1600_config stmpe1600_##inst##_config = { \