Searched refs:max_count (Results 1 – 2 of 2) sorted by relevance
66 const uint16_t max_count = LOG2CEIL(DT_PROP(TSC_NODE, st_max_count_value) + 1) - 8; in ZTEST() local106 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()
4186 uint8_t max_count; in dfu_info_get() local4199 max_count = cp->limit; in dfu_info_get()4202 max_count); in dfu_info_get()
Completed in 16 milliseconds