Searched refs:rk_config (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/libs/libplatsupport/src/plat/rockpro64/
H A Dltimer.c104 rk_config_t rk_config = { local
111 error = rk_init(&rk_ltimer->rk_timeout, ops, rk_config);
121 rk_config.user_cb_event = LTIMER_OVERFLOW_EVENT;
123 error = rk_init_secondary(&rk_ltimer->rk_timestamp, &rk_ltimer->rk_timeout, ops, rk_config);
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/rockpro64/
H A Dltimer.c104 rk_config_t rk_config = { local
111 error = rk_init(&rk_ltimer->rk_timeout, ops, rk_config);
121 rk_config.user_cb_event = LTIMER_OVERFLOW_EVENT;
123 error = rk_init_secondary(&rk_ltimer->rk_timestamp, &rk_ltimer->rk_timeout, ops, rk_config);

Completed in 26 milliseconds