Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/gatt/authorization/src/
Dgatt_server_test.c57 uint16_t write_cnt; member
77 chrc_ctx->write_cnt++; in write_test_chrc()
168 if ((unhandled_chrc_ctx.read_cnt != 1) && (unhandled_chrc_ctx.write_cnt != 1)) { in unhandled_chrc_operation_validate()
190 if ((unauthorized_chrc_ctx.read_cnt != 0) && (unauthorized_chrc_ctx.write_cnt != 0)) { in unauthorized_chrc_operation_validate()
212 if ((authorized_chrc_ctx.read_cnt != 1) && (authorized_chrc_ctx.write_cnt != 1)) { in authorized_chrc_operation_validate()
/Zephyr-latest/tests/lib/spsc_pbuf/src/
Dmain.c417 uint32_t write_cnt; member
456 memset(buf, (uint8_t)ctx->write_cnt, len); in stress_write()
458 ctx->write_cnt++; in stress_write()
480 TC_PRINT("Writes:%d failures: %d\n", ctx.write_cnt, ctx.wr_err); in ZTEST()
485 TC_PRINT("Writes:%d failures: %d\n", ctx.write_cnt, ctx.wr_err); in ZTEST()
528 memset(buf, (uint8_t)ctx->write_cnt, len); in stress_alloc_commit()
531 ctx->write_cnt++; in stress_alloc_commit()
543 ctx.write_cnt = 0; in ZTEST()
/Zephyr-latest/drivers/display/
Ddisplay_ili9xxx.c135 uint16_t write_cnt; in ili9xxx_write() local
173 for (write_cnt = 0U; write_cnt < nbr_of_writes; ++write_cnt) { in ili9xxx_write()
Ddisplay_gc9x01x.c515 uint16_t write_cnt; in gc9x01x_write() local
551 for (write_cnt = 0U; write_cnt < nbr_of_writes; ++write_cnt) { in gc9x01x_write()
Ddisplay_st7735r.c179 uint16_t write_cnt; in st7735r_write() local
228 for (write_cnt = 1U; write_cnt < nbr_of_writes; ++write_cnt) { in st7735r_write()
Ddisplay_st7789v.c180 for (uint16_t write_cnt = 0U; write_cnt < nbr_of_writes; ++write_cnt) { in st7789v_write() local