Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/sam0/drivers/i2c/
A Di2c_master_interrupt.c228 module->no_stop = false; in i2c_master_read_packet_job()
266 module->no_stop = true; in i2c_master_read_packet_job_no_stop()
338 module->no_stop = false; in i2c_master_write_packet_job()
376 module->no_stop = true; in i2c_master_write_packet_job_no_stop()
410 if (!module->no_stop) { in _i2c_master_isr_handler()
438 if (!module->no_stop) { in _i2c_master_isr_handler()
A Di2c_master.c232 if ((!module->no_stop) && (counter == (length - 1))) { in _i2c_master_read_packet()
281 module->no_stop = false; in i2c_master_read_packet_wait()
327 module->no_stop = true; in i2c_master_read_packet_wait_no_stop()
381 if (!module->no_stop) { in _i2c_master_write_packet()
425 module->no_stop = false; in i2c_master_write_packet_wait()
470 module->no_stop = true; in i2c_master_write_packet_wait_no_stop()
A Di2c_master.h146 bool no_stop; member

Completed in 11 milliseconds