Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The function SPinGpioSetPad set the physical pad-settings of a pin.

void SPinGpioSetPad( 
  int pin, 
  int pad
);    

Parameters

pin
SODIMM-pin-number.

pad
Set physical-settings (i.e. Pull-Up, Drive-Strength) of this pin. View processor datasheet for Details (IOMUXC_SW_PAD_CTL_PAT_xxx).

Return Values

None.

Remarks

Requirements

OS Versions: Windows Embedded Compact 7.
Header: drvlib_app.h
Link Library: drvlib_app.lib

See Also

SPinGpioGet, SPinGpioSet, SPinGpioSetPad

  • No labels