Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/i2c/
Di2c_sam_twi.c172 uint32_t twi_cr_stop; in read_msg_start() local
178 twi_cr_stop = (msg->len == 1U) ? TWI_CR_STOP : 0; in read_msg_start()
180 twi->TWI_CR = TWI_CR_START | twi_cr_stop; in read_msg_start()