Searched refs:RESET_GPIO (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/model/display/driver/panel/ |
H A D | ssp_st7789.c | 124 ret = GpioSetDir(RESET_GPIO, GPIO_DIR_OUT); in LcdResetOn() 129 ret = GpioWrite(RESET_GPIO, GPIO_VAL_HIGH); in LcdResetOn() 134 ret = GpioWrite(RESET_GPIO, GPIO_VAL_LOW); in LcdResetOn() 141 ret = GpioWrite(RESET_GPIO, GPIO_VAL_HIGH); in LcdResetOn() 155 ret = GpioSetDir(RESET_GPIO, GPIO_DIR_OUT); in LcdResetOff() 160 ret = GpioWrite(RESET_GPIO, GPIO_VAL_LOW); in LcdResetOff()
|
H A D | ssp_st7789.h | 12 #define RESET_GPIO 5 macro
|
H A D | ili9881c_boe.h | 21 #define RESET_GPIO 178 macro
|
H A D | mipi_icn9700.c | 17 #define RESET_GPIO 5 macro 307 icn9700->reset_gpio = RESET_GPIO; in Icn9700EntryInit()
|
H A D | ili9881c_boe.c | 629 ili9881cBoeDev->resetGpio = RESET_GPIO; in Ili9881cBoeResInit()
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/display_template/ |
H A D | display_driver_head.template | 11 #define RESET_GPIO 0
|
H A D | rk3568_display_driver_source.template | 188 ${driver_lower_case}->reset_gpio = RESET_GPIO;
|
H A D | hi35xx_display_driver_source.template | 209 ${driver_lower_case}->reset_gpio = RESET_GPIO;
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-lcd-des.md | 190 #define RESET_GPIO 5 269 ret = GpioSetDir(RESET_GPIO, GPIO_DIR_OUT); 275 ret = GpioWrite(RESET_GPIO, GPIO_VAL_HIGH);
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-lcd-des.md | 189 #define RESET_GPIO 5 268 ret = GpioSetDir(RESET_GPIO, GPIO_DIR_OUT); 274 ret = GpioWrite(RESET_GPIO, GPIO_VAL_HIGH);
|