Home
last modified time | relevance | path

Searched refs:st7796s_handle_t (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/st7796s/
Dfsl_st7796s.h85 } st7796s_handle_t; typedef
112 status_t ST7796S_Init(st7796s_handle_t *handle,
132 status_t ST7796S_Init(st7796s_handle_t *handle, const st7796s_config_t *config, dbi_iface_t *dbiIfa…
149 status_t ST7796S_InvertDisplay(st7796s_handle_t *handle, bool invert);
166 status_t ST7796S_EnableDisplay(st7796s_handle_t *handle, bool enable);
181 status_t ST7796S_SetPixelFormat(st7796s_handle_t *handle, st7796s_pixel_format_t pixelFormat);
199 status_t ST7796S_SetTEConfig(st7796s_handle_t *handle, st7796s_te_config_t teConfig);
214 status_t ST7796S_Config(st7796s_handle_t *handle, const st7796s_config_t *config);
234 status_t ST7796S_SelectArea(st7796s_handle_t *handle, uint16_t startX, uint16_t startY, uint16_t en…
252 status_t ST7796S_WritePixels(st7796s_handle_t *handle, uint16_t *pixels, uint32_t len);
[all …]
Dfsl_st7796s.c72 static status_t ST7796S_WriteCommand(st7796s_handle_t *handle, in ST7796S_WriteCommand()
93 static status_t ST7796S_PresetDriver(st7796s_handle_t *handle, st7796s_driver_preset_t preset) in ST7796S_PresetDriver()
121 static status_t ST7796S_SoftwareReset(st7796s_handle_t *handle) in ST7796S_SoftwareReset()
129 static status_t ST7796S_SleepMode(st7796s_handle_t *handle, bool sleep) in ST7796S_SleepMode()
145 status_t ST7796S_Init(st7796s_handle_t *handle, in ST7796S_Init()
150 status_t ST7796S_Init(st7796s_handle_t *handle, const st7796s_config_t *config, dbi_iface_t *dbiIfa… in ST7796S_Init()
168 status_t ST7796S_InvertDisplay(st7796s_handle_t *handle, bool invert) in ST7796S_InvertDisplay()
185 status_t ST7796S_EnableDisplay(st7796s_handle_t *handle, bool enable) in ST7796S_EnableDisplay()
202 status_t ST7796S_SetPixelFormat(st7796s_handle_t *handle, st7796s_pixel_format_t pixelFormat) in ST7796S_SetPixelFormat()
210 status_t ST7796S_SetTEConfig(st7796s_handle_t *handle, st7796s_te_config_t teConfig) in ST7796S_SetTEConfig()
[all …]