Searched refs:new_count (Results 1 – 2 of 2) sorted by relevance
37 …new_count = int(dut.expect(re.compile(r'Wrote updated pulse count to NVS:\s+(\d+)'), timeout=5)[0]…38 assert init_count + inc == new_count, '{} + {} != {}'.format(init_count, inc, new_count)39 nvs_value = new_count
114 …systimer_counter_value_t new_count = { .val = systimer_hal_get_counter_value(hal, counter_id) + ti… in systimer_hal_counter_value_advance() local115 systimer_ll_set_counter_value(hal->dev, counter_id, new_count.val); in systimer_hal_counter_value_advance()