stmpe811_IO_InitPin() is only used within stmpe811.
 
Symbols
loading...
Files
loading...

stmpe811_IO_InitPin() function

Initialize the selected IO pin direction.

Syntax

void stmpe811_IO_InitPin(uint16_t DeviceAddr,     uint32_t IO_Pin,     uint8_t Direction);
Implemented in stmpe811.c:481

Arguments

DeviceAddr

Device address on communication Bus.

IO_Pin

The IO pin to be configured. This parameter could be any combination of the following values: @arg STMPE811_PIN_x: Where x can be from 0 to 7.

Direction

could be STMPE811_DIRECTION_IN or STMPE811_DIRECTION_OUT.

Return value

None

Call Tree

Functions calling stmpe811_IO_InitPin()
Functions called by stmpe811_IO_InitPin()
all items filtered out
stmpe811_IO_InitPin()
all items filtered out
Data read by stmpe811_IO_InitPin()
Data written by stmpe811_IO_InitPin()
stmpe811_IO_InitPin()
stmpe811_IO_InitPin()::tmp
all items filtered out
Type of stmpe811_IO_InitPin()
stmpe811_IO_InitPin()
uint8_t
all items filtered out