Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/i2c/
Di2c_sam_twihs.c166 uint32_t twihs_cr_stop; in read_msg_start() local
175 twihs_cr_stop = (msg->len == 1U) ? TWIHS_CR_STOP : 0; in read_msg_start()
177 twihs->TWIHS_CR = TWIHS_CR_START | twihs_cr_stop; in read_msg_start()
Di2c_sam_twihs_rtio.c163 uint32_t twihs_cr_stop; in read_msg_start() local
169 twihs_cr_stop = (len == 1U) ? TWIHS_CR_STOP : 0; in read_msg_start()
175 twihs->TWIHS_CR = TWIHS_CR_START | twihs_cr_stop; in read_msg_start()