Searched refs:rstGpio (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-platform-i2c-des.md | 184 uint16_t rstGpio; /* 复位管脚 */ 209 ret = GpioSetDir(tpDevice->rstGpio, GPIO_DIR_OUT); 215 ret = GpioWrite(tpDevice->rstGpio, GPIO_VAL_HIGH); 222 ret = GpioWrite(tpDevice->rstGpio, GPIO_VAL_LOW); 229 ret = GpioWrite(tpDevice->rstGpio, GPIO_VAL_HIGH); 300 tpDevice.rstGpio = 3;
|
H A D | driver-peripherals-touch-des.md | 208 rstGpio = 3;
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-platform-i2c-des.md | 186 uint16_t rstGpio; /* Reset pin. */ 211 ret = GpioSetDir(tpDevice->rstGpio, GPIO_DIR_OUT); 217 ret = GpioWrite(tpDevice->rstGpio, GPIO_VAL_HIGH); 224 ret = GpioWrite(tpDevice->rstGpio, GPIO_VAL_LOW); 231 ret = GpioWrite(tpDevice->rstGpio, GPIO_VAL_HIGH); 302 tpDevice.rstGpio = 3;
|
H A D | driver-peripherals-touch-des.md | 208 rstGpio = 3;
|
/ohos5.0/drivers/hdf_core/framework/model/input/driver/ |
H A D | input_config.h | 53 uint16_t rstGpio; member
|
H A D | hdf_touch.c | 110 gpio = chipDev->boardCfg->pins.rstGpio; in HandleResetEvent() 146 gpio = chipDev->boardCfg->pins.rstGpio; in HandlePowerEvent() 219 ret = SetGpio(chipDev->boardCfg->pins.rstGpio, 1, 0); in Gt1xRequestIo() 230 ret = SetGpio(chipDev->boardCfg->pins.rstGpio, 1, 1); in Gt1xRequestIo()
|
H A D | input_config_parser.c | 164 ret = parser->GetUint16(pinsNode, "rstGpio", &pins->rstGpio, 0); in ParsePins()
|
/ohos5.0/docs/zh-cn/device-dev/guide/ |
H A D | device-outerdriver-demo.md | 135 rstGpio = 3; // 复位管脚连接主机芯片的3号管脚
|
/ohos5.0/docs/en/device-dev/guide/ |
H A D | device-outerdriver-demo.md | 134 rstGpio = 3; // Set the reset pin.
|
/ohos5.0/docs/zh-cn/device-dev/porting/ |
H A D | porting-yangfan-on_standard-demo.md | 1614 rstGpio = 150; // touch芯片rst对应的IO引脚编号
|
/ohos5.0/docs/en/device-dev/porting/ |
H A D | porting-yangfan-on_standard-demo.md | 1612 rstGpio = 150; // I/O pin code corresponding to rst of the touch chip
|