|
uc-sdk
|
Functions | |
| void | PINSEL_ConfigPin (PINSEL_CFG_Type *PinCfg) |
| Configure Pin corresponding to specified parameters passed in the PinCfg. More... | |
| void | PINSEL_ConfigTraceFunc (FunctionalState NewState) |
| Configure trace function. More... | |
| void | PINSEL_SetI2C0Pins (uint8_t i2cPinMode, FunctionalState filterSlewRateEnable) |
| Setup I2C0 pins. More... | |
| void PINSEL_ConfigPin | ( | PINSEL_CFG_Type * | PinCfg) |
Configure Pin corresponding to specified parameters passed in the PinCfg.
| [in] | PinCfg | Pointer to a PINSEL_CFG_Type structure that contains the configuration information for the specified pin. |
Definition at line 290 of file lpc17xx_pinsel.c.
| void PINSEL_ConfigTraceFunc | ( | FunctionalState | NewState) |
Configure trace function.
| [in] | NewState | State of the Trace function configuration, should be one of the following:
|
Definition at line 245 of file lpc17xx_pinsel.c.
| void PINSEL_SetI2C0Pins | ( | uint8_t | i2cPinMode, |
| FunctionalState | filterSlewRateEnable | ||
| ) |
Setup I2C0 pins.
| [in] | i2cPinMode | I2C pin mode, should be one of the following:
|
| [in] | filterSlewRateEnable | should be:
|
Definition at line 267 of file lpc17xx_pinsel.c.