Searched refs:gpt_prv_ns_callback (Results 1 – 1 of 1) sorted by relevance
96 typedef void (BSP_CMSE_NONSECURE_CALL * gpt_prv_ns_callback)(timer_callback_args_t * p_args); typedef98 typedef BSP_CMSE_NONSECURE_CALL void (*volatile gpt_prv_ns_callback)(timer_callback_args_t * p_args… typedef1712 gpt_prv_ns_callback p_callback = (gpt_prv_ns_callback) (p_ctrl->p_callback); in r_gpt_call_callback()