1.1.4.9 1.6.13.16 1.7.14.16 1.10.11.16 1.11.11.16 1.12.11.16 1.13.10.16 1.14.10.16 1.15.10.16 1.16.8.16 1.17.8.16 1.18.9.16 1.19.8.16 1.20.8.16 1.21.9.16 1.22.13.16 1.23.12.16 1.24.9.16 GPIO_PinSet Function
C
void GPIO_PinSet(GPIO_PIN pin)
Summary
Sets the selected pin.
Description
This function drives '1' on the selected I/O line/pin.
Precondition
Pin must be made output before setting
Parameters
Param | Description |
---|---|
pin | One of the IO pins from the enum GPIO_PIN |
Returns
None.
Example
GPIO_PinSet(GPIO_PIN_RB3);
Remarks
None.