stmpe1600_IO_WritePin() is only used within stmpe1600.
 
Symbols
loading...
Files
loading...

stmpe1600_IO_WritePin() function

Set the value of the selected IO pins.

Syntax

void stmpe1600_IO_WritePin(uint16_t DeviceAddr,     uint32_t IO_Pin,     uint8_t PinState);
Implemented in stmpe1600.c:395

Arguments

DeviceAddr

Device address on communication Bus.

IO_Pin

IO pin(s) to be set. This parameter could be any combination of the following values: @arg STMPE1600_PIN_x: where x can be from 0 to 15.

PinState

The value to be set.

Return value

None

References

LocationText
stmpe1600.c:395
void stmpe1600_IO_WritePin(uint16_t DeviceAddr, uint32_t IO_Pin, uint8_t PinState)
stmpe1600.h:153
void stmpe1600_IO_WritePin(uint16_t DeviceAddr, uint32_t IO_Pin, uint8_t PinState);
stmpe1600.c:68
stmpe1600_IO_WritePin,

Call Tree

Functions called by stmpe1600_IO_WritePin()
stmpe1600_IO_WritePin()
Data read by stmpe1600_IO_WritePin()
Data written by stmpe1600_IO_WritePin()
stmpe1600_IO_WritePin()
all items filtered out
Implementations
stmpe1600_IO_WritePin()
all items filtered out
Type of stmpe1600_IO_WritePin()
stmpe1600_IO_WritePin()
uint8_t
all items filtered out