Access to information is restricted depending on your login.
Request login-information through our contact form.
Access to information is restricted depending on your login.
Request login-information through our contact form.
The function GPIO_Set_Pin sets the level of an gpio, when it is configured as output.
void GPIO_Set_Pin( volatile GPIO_REGS *v_pGPIOReg, UCHAR pin, BOOL State );
v_pGPIOReg
Pointer to gpio-registers. Use return value of GPIO_AllocSpace.
pin
GPIO pin-number.
State
Set level of pin.
none
OS Versions: Windows CE 4.2 and later.
Header: drvlib_app.h
Link Library: drvlib_app.lib