Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/system/ulp_fsm/ulp/
Dexample_test.py37new_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
/hal_espressif-3.6.0/components/hal/
Dsystimer_hal.c114 …systimer_counter_value_t new_count = { .val = systimer_hal_get_counter_value(hal, counter_id) + ti… in systimer_hal_counter_value_advance() local
115 systimer_ll_set_counter_value(hal->dev, counter_id, new_count.val); in systimer_hal_counter_value_advance()