void TWI_StartWrite (AT91S_TWI *pTwi, unsigned char address, unsigned int iaddress, unsigned char isize, unsigned char byte) |
Name | Type | Default | Description |
pTwi | AT91S_TWI * |
Pointer to an AT91S_TWI instance. |
|
address | unsigned char |
Address of slave to acccess on the bus. |
|
iaddress | unsigned int |
Optional slave internal address. |
|
isize | unsigned char |
Number of internal address bytes. |
|
byte | unsigned char |
First byte to send. |