Home
last modified time | relevance | path

Searched refs:g_offCmd (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/display/driver/panel/
H A Dssp_st7789.c72 static struct LcdCmd g_offCmd[] = { variable
219 int32_t count = sizeof(g_offCmd) / sizeof(g_offCmd[0]); in St7789Off()
222 ret = SpiWrite9Bits(g_spiHdl, g_offCmd[i].cmd, g_offCmd[i].data); in St7789Off()
227 if (g_offCmd[i].delay > 0) { in St7789Off()
228 OsalMSleep(g_offCmd[i].delay); in St7789Off()
H A Dmipi_icn9700.c90 struct DsiCmdDesc g_offCmd[] = { variable
225 int32_t count = sizeof(g_offCmd) / sizeof(g_offCmd[0]); in Icn9700Off()
230 ret = MipiDsiTx(icn9700->mipiHandle, &(g_offCmd[i])); in Icn9700Off()
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/display_template/
H A Dhi35xx_display_driver_source.template14 static struct DsiCmdDesc g_offCmd[] = {
143 int32_t count = sizeof(g_offCmd) / sizeof(g_offCmd[0]);
148 ret = MipiDsiTx(${driver_lower_case}->mipiHandle, &(g_offCmd[i]));
H A Drk3568_display_driver_source.template14 static struct DsiCmdDesc g_offCmd[] = {
131 int32_t count = sizeof(g_offCmd) / sizeof(g_offCmd[0]);