Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/twi/
A Dhal_twi.c1133 twi->msgs_ptr = 0; in hal_twi_engine_complete()
1270 if (twi->msgs_ptr < twi->msgs[twi->msgs_idx].len) in hal_twi_core_process()
1274 twi->msgs_ptr++; in hal_twi_core_process()
1279 twi->msgs_ptr = 0; in hal_twi_core_process()
1330 if (twi->msgs_ptr < twi->msgs[twi->msgs_idx].len) in hal_twi_core_process()
1333 if ((twi->msgs_ptr + 2) == twi->msgs[twi->msgs_idx].len) in hal_twi_core_process()
1341 &twi->msgs[twi->msgs_idx].buf[twi->msgs_ptr]); in hal_twi_core_process()
1342 twi->msgs_ptr++; in hal_twi_core_process()
1351 if (twi->msgs_ptr == twi->msgs[twi->msgs_idx].len - 1) in hal_twi_core_process()
1356 twi->msgs_ptr = 0; in hal_twi_core_process()
[all …]
/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Dsunxi_hal_twi.h95 uint32_t msgs_ptr; member

Completed in 9 milliseconds