Searched refs:hwi (Results 1 – 4 of 4) sorted by relevance
253 HwiP_Handle hwi; /*!< Hwi object for interrupts */ member
211 object->hwi = HwiP_create(INT_I2S, (HwiP_Fxn)I2S_hwiIntFxn, &hwiParams); in I2S_open()213 if (object->hwi == NULL) { in I2S_open()269 if(object->hwi != NULL) { in I2S_close()270 HwiP_delete(object->hwi); in I2S_close()271 object->hwi = NULL; in I2S_close()
275 HwiP_Handle hwi; /* Hwi object for interrupts */ member
251 if (object->hwi) { in UART2CC32XX_close()252 HwiP_delete(object->hwi); in UART2CC32XX_close()496 object->hwi = NULL; in UART2CC32XX_open()578 object->hwi = HwiP_create(hwAttrs->intNum, UART2CC32XX_hwiIntFxn, in UART2CC32XX_open()581 if (object->hwi == NULL) { in UART2CC32XX_open()