Lines Matching full:counter
172 /* Tests the counter is not running after reset. */
188 * The counter should not be running if WDOGCONTROL.INTEN has not been set, in test_watchdog_reset()
195 /* Let the counter run before reset */ in test_watchdog_reset()
210 /* The counter should not be running after reset. */ in test_watchdog_reset()
219 * Tests inten works as the counter enable based on this description:
221 * Enable the interrupt event, WDOGINT. Set HIGH to enable the counter and the
222 * interrupt, or LOW to disable the counter and interrupt. Reloads the counter
242 * Note: the counter should not be running as long as WDOGCONTROL.INTEN is in test_watchdog_inten()
252 /* Set HIGH WDOGCONTROL.INTEN to enable the counter and the interrupt */ in test_watchdog_inten()
258 /* or LOW to disable the counter and interrupt. */ in test_watchdog_inten()
265 * Reloads the counter from the value in WDOGLOAD when the interrupt is in test_watchdog_inten()
272 /* Test counter is still on */ in test_watchdog_inten()
281 * Note: the counter should be running since WDOGCONTROL.INTEN is set in test_watchdog_inten()
323 * Note: the counter should not be running as long as WDOGCONTROL.INTEN is in test_watchdog_inten_luminary()
333 /* Set HIGH WDOGCONTROL.INTEN to enable the counter and the interrupt */ in test_watchdog_inten_luminary()
357 /* The counter should not be running after reset. */ in test_watchdog_inten_luminary()