Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/samples/src/nrfx_timer/counter/
Dmain.c95 nrfx_timer_t timer_c_inst = NRFX_TIMER_INSTANCE(TIMER_C_INST_IDX); in timer_handler() local
108 else if (timer_inst->instance_id == timer_c_inst.instance_id) in timer_handler()
149 nrfx_timer_t timer_c_inst = NRFX_TIMER_INSTANCE(TIMER_C_INST_IDX); in main() local
150 config.frequency = NRF_TIMER_BASE_FREQUENCY_GET(timer_c_inst.p_reg); in main()
152 config.p_context = &timer_c_inst; in main()
153 status = nrfx_timer_init(&timer_c_inst, &config, timer_handler); in main()
172 nrfx_timer_extended_compare(&timer_c_inst, NRF_TIMER_CC_CHANNEL0, COUNTER_MAX_VAL, in main()
175 nrfx_timer_enable(&timer_c_inst); in main()
180 nrfx_timer_is_enabled(&timer_c_inst) ? "enabled" : "disabled"); in main()
188 nrfx_timer_increment(&timer_c_inst); in main()
[all …]