Searched refs:nrf5x_hwtimer_obj (Results 1 – 1 of 1) sorted by relevance
54 static struct nrf5x_hwtimer nrf5x_hwtimer_obj[] = variable300 for (i = 0; i < sizeof(nrf5x_hwtimer_obj) / sizeof(nrf5x_hwtimer_obj[0]); i++) in nrf5x_hwtimer_init()302 nrf5x_hwtimer_obj[i].timer_device.info = &_info; in nrf5x_hwtimer_init()303 nrf5x_hwtimer_obj[i].timer_device.ops = &_ops; in nrf5x_hwtimer_init()304 …if (rt_device_hwtimer_register(&nrf5x_hwtimer_obj[i].timer_device, nrf5x_hwtimer_obj[i].name, &nrf… in nrf5x_hwtimer_init()306 LOG_D("%s register success", nrf5x_hwtimer_obj[i].name); in nrf5x_hwtimer_init()310 LOG_E("%s register failed", nrf5x_hwtimer_obj[i].name); in nrf5x_hwtimer_init()
Completed in 3 milliseconds