• Home
  • Raw
  • Download

Lines Matching full:hardware

103  * @brief Delete hardware interrupt.
106 * This API is used to delete hardware interrupt.
110 …* <li>The hardware interrupt module is usable only when the configuration item for hardware interr…
111 …* <li>Hardware interrupt number value range: [OS_USER_HWI_MIN,OS_USER_HWI_MAX]. The value range ap…
116 …* @param hwiNum [IN] Type#HWI_HANDLE_T: hardware interrupt number. The value range applicable f…
117 * @param irqParam [IN] Type #HwiIrqParam *. ID of hardware interrupt which will base on
118 * when delete the hardware interrupt.
129 * @brief Create a hardware interrupt.
132 …* This API is used to configure a hardware interrupt and register a hardware interrupt handling fu…
136 …* <li>The hardware interrupt module is usable only when the configuration item for hardware interr…
137 …* <li>Hardware interrupt number value range: [OS_USER_HWI_MIN,OS_USER_HWI_MAX]. The value range ap…
142 …* @param hwiNum [IN] Type#HWI_HANDLE_T: hardware interrupt number. The value range applicable f…
143 …* @param hwiPrio [IN] Type#HWI_PRIOR_T: hardware interrupt priority. Ignore this parameter tempo…
144 …* @param mode [IN] Type#HWI_MODE_T: hardware interrupt mode. Ignore this parameter temporaril…
145 …* @param handler [IN] Type#HWI_PROC_FUNC: interrupt handler used when a hardware interrupt is tr…
147 * handler used when a hardware interrupt is triggered.
149 …* @retval #OS_ERRNO_HWI_PROC_FUNC_NULL 0x02000901: Null hardware interrupt handling …
151 …* @retval #OS_ERRNO_HWI_NO_MEMORY 0x02000903: Insufficient memory for hardware