Searched refs:intFlags2New (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/mipi_dsi/ |
D | fsl_mipi_dsi.c | 1073 uint32_t intFlags2New; in DSI_TransferBlocking() local 1115 DSI_GetAndClearInterruptStatus(base, &intFlags1New, &intFlags2New); in DSI_TransferBlocking() 1119 … status = DSI_HandleResult(base, intFlags1Old | intFlags1New, intFlags2Old | intFlags2New, xfer); in DSI_TransferBlocking()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/mipi_dsi_split/ |
D | fsl_mipi_dsi.c | 1074 uint32_t intFlags2New; in DSI_TransferBlocking() local 1118 DSI_GetAndClearInterruptStatus(base, &intFlags1New, &intFlags2New); in DSI_TransferBlocking() 1122 … status = DSI_HandleResult(base, intFlags1Old | intFlags1New, intFlags2Old | intFlags2New, xfer); in DSI_TransferBlocking()
|