Home
last modified time | relevance | path

Searched refs:ssd1963_handle_t (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/ssd1963/
Dfsl_ssd1963.h143 } ssd1963_handle_t; typedef
247 status_t SSD1963_Init(ssd1963_handle_t *handle,
264 void SSD1963_SetMemoryDoneCallback(ssd1963_handle_t *handle, dbi_mem_done_callback_t callback, void…
271 void SSD1963_Deinit(ssd1963_handle_t *handle);
278 status_t SSD1963_StartDisplay(ssd1963_handle_t *handle);
285 status_t SSD1963_StopDisplay(ssd1963_handle_t *handle);
293 status_t SSD1963_SetFlipMode(ssd1963_handle_t *handle, ssd1963_flip_mode_t mode);
301 status_t SSD1963_SetOrientationMode(ssd1963_handle_t *handle, ssd1963_orientation_mode_t mode);
309 status_t SSD1963_SetBackLight(ssd1963_handle_t *handle, uint8_t value);
320 status_t SSD1963_SelectArea(ssd1963_handle_t *handle, uint16_t startX, uint16_t startY, uint16_t en…
[all …]
Dfsl_ssd1963.c157 status_t SSD1963_Init(ssd1963_handle_t *handle, in SSD1963_Init()
197 (void)memset(handle, 0, sizeof(ssd1963_handle_t)); in SSD1963_Init()
279 void SSD1963_SetMemoryDoneCallback(ssd1963_handle_t *handle, dbi_mem_done_callback_t callback, void… in SSD1963_SetMemoryDoneCallback()
286 void SSD1963_Deinit(ssd1963_handle_t *handle) in SSD1963_Deinit()
290 (void)memset(handle, 0, sizeof(ssd1963_handle_t)); in SSD1963_Deinit()
293 status_t SSD1963_StartDisplay(ssd1963_handle_t *handle) in SSD1963_StartDisplay()
298 status_t SSD1963_StopDisplay(ssd1963_handle_t *handle) in SSD1963_StopDisplay()
303 status_t SSD1963_SetFlipMode(ssd1963_handle_t *handle, ssd1963_flip_mode_t mode) in SSD1963_SetFlipMode()
325 status_t SSD1963_SetOrientationMode(ssd1963_handle_t *handle, ssd1963_orientation_mode_t mode) in SSD1963_SetOrientationMode()
346 status_t SSD1963_SelectArea(ssd1963_handle_t *handle, uint16_t startX, uint16_t startY, uint16_t en… in SSD1963_SelectArea()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/dc/ssd1963/
Dfsl_dc_fb_ssd1963.h68 ssd1963_handle_t ssd1963; /*!< The SSD1963 handle. */