|
| cy_en_mipidsi_status_t | Cy_MIPIDSI_Init (GFXSS_MIPIDSI_Type *base, cy_stc_mipidsi_config_t const *config, cy_stc_mipidsi_context_t *context) |
| | Initializes MIPI DSI IP Block. More...
|
| |
| void | Cy_MIPIDSI_Enable (GFXSS_MIPIDSI_Type *base) |
| | Enables MIPI DSI IP Block. More...
|
| |
| void | Cy_MIPIDSI_Disable (GFXSS_MIPIDSI_Type *base) |
| | Disable MIPI DSI IP Block. More...
|
| |
| void | Cy_MIPIDSI_DeInit (GFXSS_MIPIDSI_Type *base) |
| | DeInitializes MIPI DSI IP Block resources. More...
|
| |
| void | Cy_MIPIDSI_SetInterruptMask (GFXSS_MIPIDSI_Type *base, uint32_t interrupt_mask) |
| | Set interrupt mask for MIPI DSI Block. More...
|
| |
| uint32_t | Cy_MIPIDSI_GetInterruptMask (GFXSS_MIPIDSI_Type const *base) |
| | Get MIPI DSI Block interrupt mask. More...
|
| |
| uint32_t | Cy_MIPIDSI_GetInterruptStatusMasked (GFXSS_MIPIDSI_Type const *base) |
| | Get interrupt status. More...
|
| |
| cy_en_mipidsi_status_t | Cy_MIPIDSI_WritePacket (GFXSS_MIPIDSI_Type *base, const uint8_t *buf, uint32_t length) |
| | Writes DCS packet on DSI interface. More...
|
| |
| cy_en_mipidsi_status_t | Cy_MIPIDSI_GenericWritePacket (GFXSS_MIPIDSI_Type *base, const uint8_t *buf, uint32_t length) |
| | Writes Generic packet on DSI interface. More...
|
| |
| cy_en_mipidsi_status_t | Cy_MIPIDSI_ReadPacket (GFXSS_MIPIDSI_Type *base, cy_en_mipidsi_packet_type_t packet_type, uint32_t *buf, uint32_t length) |
| | Read packet from DSI. More...
|
| |
| cy_en_mipidsi_status_t | Cy_MIPIDSI_EnterSleep (GFXSS_MIPIDSI_Type *base) |
| | Sends MIPI DSI DCS Command MIPI_DCS_ENTER_SLEEP_MODE. More...
|
| |
| cy_en_mipidsi_status_t | Cy_MIPIDSI_ExitSleep (GFXSS_MIPIDSI_Type *base) |
| | Sends MIPI DSI DCS Command MIPI_DCS_EXIT_SLEEP_MODE. More...
|
| |
| cy_en_mipidsi_status_t | Cy_MIPIDSI_SoftReset (GFXSS_MIPIDSI_Type *base) |
| | Sends MIPI DSI DCS Command MIPI_DCS_SOFT_RESET. More...
|
| |
| cy_en_mipidsi_status_t | Cy_MIPIDSI_DisplayON (GFXSS_MIPIDSI_Type *base) |
| | Sends MIPI DSI DCS Command MIPI_DCS_SET_DISPLAY_ON. More...
|
| |
| cy_en_mipidsi_status_t | Cy_MIPIDSI_DisplayOFF (GFXSS_MIPIDSI_Type *base) |
| | Sends MIPI DSI DCS Command MIPI_DCS_SET_DISPLAY_OFF. More...
|
| |
| cy_en_mipidsi_status_t | Cy_MIPIDSI_EnterULPM (GFXSS_MIPIDSI_Type *base) |
| | Enter Ultra Low Power Mode for both clock and data lines. More...
|
| |
| cy_en_mipidsi_status_t | Cy_MIPIDSI_ExitULPM (GFXSS_MIPIDSI_Type *base) |
| | Exit Ultra Low Power Mode for both clock and data lines. More...
|
| |
| cy_en_mipidsi_status_t | Cy_MIPIDSI_EnterULPM_Data (GFXSS_MIPIDSI_Type *base) |
| | Enter Ultra Low Power Mode for data lines. More...
|
| |
| cy_en_mipidsi_status_t | Cy_MIPIDSI_ExitULPM_Data (GFXSS_MIPIDSI_Type *base) |
| | Exit Ultra Low Power Mode for data lines. More...
|
| |
| cy_en_mipidsi_status_t | Cy_MIPIDSI_CMD_MODE_DCS_SetLowPower (GFXSS_MIPIDSI_Type *base, bool enable) |
| | Enable Low Power transfer of DCS packets for CMD mode displays. More...
|
| |