Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/i2c/
Di2c_lpc11u6x.c100 cfg->base->con_set = LPC11U6X_I2C_CONTROL_START; in lpc11u6x_i2c_transfer()
111 cfg->base->con_set = LPC11U6X_I2C_CONTROL_AA; in lpc11u6x_i2c_transfer()
144 dev_cfg->base->con_set = LPC11U6X_I2C_CONTROL_AA; in lpc11u6x_i2c_slave_register()
299 i2c->con_set = set; in lpc11u6x_i2c_isr()
331 cfg->base->con_set = LPC11U6X_I2C_CONTROL_I2C_EN; in lpc11u6x_i2c_init()
Di2c_lpc11u6x.h57 volatile uint32_t con_set; /* Control set */ member