Searched refs:TIMER_RELOAD_MANU (Results 1 – 12 of 12) sorted by relevance
22 #define TIMER_RELOAD_MANU 2 /**< timer reload manual */ macro
42 if(tim->config.reload_mode == TIMER_RELOAD_MANU){ in hal_timer_start()
135 timer_device->config.reload_mode = TIMER_RELOAD_MANU; in native_timer_setTimeout()175 timer_device->config.reload_mode = TIMER_RELOAD_MANU; in native_timer_clearTimeout()
140 timer_dev_t tim = {0, {1000, TIMER_RELOAD_MANU, _hal_timer_test_cb, 100}, NULL}; in _hal_timer_test()
159 timer_device->config.reload_mode = TIMER_RELOAD_MANU; in native_timer_setTimeout()200 timer_device->config.reload_mode = TIMER_RELOAD_MANU; in native_timer_clearTimeout()
47 #define TIMER_MODE_ONESHOT (TIMER_RELOAD_MANU)
22 #define TIMER_MODE_ONESHOT (TIMER_RELOAD_MANU)
49 #define TIMER_MODE_ONE_SHOT (TIMER_RELOAD_MANU)
71 config->reload_mode = alarm->auto_reload ? TIMER_RELOAD_AUTO : TIMER_RELOAD_MANU; in timer_device_ioctl()
952 timer_device->config.reload_mode = TIMER_RELOAD_MANU; in board_set_timer_default()
Completed in 38 milliseconds