Home
last modified time | relevance | path

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

/tests/drivers/input/tsc_keys/src/
A Dtest_stm32_tsc.c66 const uint16_t max_count = LOG2CEIL(DT_PROP(TSC_NODE, st_max_count_value) + 1) - 8; in ZTEST() local
106 zassert_equal((*tsc_cr & TSC_CR_MCV_Msk), max_count << TSC_CR_MCV_Pos, in ZTEST()
107 "MCV value is not correct, expected %d, got %d", max_count, in ZTEST()
/tests/bluetooth/tester/src/
A Dbtp_mesh.c4186 uint8_t max_count; in dfu_info_get() local
4199 max_count = cp->limit; in dfu_info_get()
4202 max_count); in dfu_info_get()

Completed in 16 milliseconds