Searched refs:kStatusGroup_MIPI_DSI (Results 1 – 3 of 3) sorted by relevance
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/mipi_dsi/ |
D | fsl_mipi_dsi.h | 36 kStatus_DSI_Busy = MAKE_STATUS((int32_t)kStatusGroup_MIPI_DSI, 0), /*!< DSI is busy. */ 37 … kStatus_DSI_RxDataError = MAKE_STATUS((int32_t)kStatusGroup_MIPI_DSI, 1), /*!< Read data error. */ 39 …MAKE_STATUS((int32_t)kStatusGroup_MIPI_DSI, 2), /*!< Error report package r… 40 …kStatus_DSI_NotSupported = MAKE_STATUS((int32_t)kStatusGroup_MIPI_DSI, 3), /*!< The transfer type …
|
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/mipi_dsi_split/ |
D | fsl_mipi_dsi.h | 44 kStatus_DSI_Busy = MAKE_STATUS((int32_t)kStatusGroup_MIPI_DSI, 0), /*!< DSI is busy. */ 45 … kStatus_DSI_RxDataError = MAKE_STATUS((int32_t)kStatusGroup_MIPI_DSI, 1), /*!< Read data error. */ 47 …MAKE_STATUS((int32_t)kStatusGroup_MIPI_DSI, 2), /*!< Error report package r… 48 …kStatus_DSI_NotSupported = MAKE_STATUS((int32_t)kStatusGroup_MIPI_DSI, 3), /*!< The transfer type …
|
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/common/ |
D | fsl_common.h | 111 kStatusGroup_MIPI_DSI = 30, /*!< Group number for MIPI DSI status codes */ enumerator
|