Lines Matching refs:param
62 * @param param [IN] type #hi_u32,Callback input parameter.CNcomment:回调入参。CNend
69 typedef hi_void (*irq_routine)(hi_u32 param);
86 * @param None
107 * @param int_value [IN] type #hi_u32,Interrupt status.CNcomment:中断状态。CNend
125 * @param vector [IN] type #hi_u32,Interrupt ID.CNcomment:中断号。CNend
143 * @param vector [IN] type #hi_u32,Interrupt ID.CNcomment:中断号。CNend
175 * @param vector [IN] type #hi_u32,Interrupt ID.CNcomment:中断号。CNend
176 * @param flag [IN] type #hi_u32, attributes like priority,etc.CNcomment:中断优先级等属性。CNend
177 * @param routine [IN] type #irq_routine,Interrupt callback function.CNcomment:中断回调函数。CNend
178 * @param param [IN] type #hi_u32,Parameter transferred to the callback function.
187 hi_u32 hi_irq_request(hi_u32 vector, hi_u32 flags, irq_routine routine, hi_u32 param);
197 * @param vector [IN] type #hi_u32,Interrupt ID.CNcomment:中断号。CNend
215 * @param None