SDA_SetDriveMode(SDA_DM_DIG_HIZ) and SDA_write(high)

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

what is the difference between SDA_SetDriveMode(SDA_DM_DIG_HIZ) and SDA_write(high) or what is the use of  void Pin_SetDriveMode (uint8 mode)

0 Likes
1 Solution
AnkitaS_51
Employee
Employee
100 likes received 50 likes received 25 likes received

<pin_name>_Write: Writes the value to the Component pins.

<pin_name>_SetDriveMode : Sets the drive mode for each of the Component‘s pins.

I suppose "SDA" is the name of Pin Component in this case.

http://www.cypress.com/file/45381/download

View solution in original post

0 Likes
1 Reply
AnkitaS_51
Employee
Employee
100 likes received 50 likes received 25 likes received

<pin_name>_Write: Writes the value to the Component pins.

<pin_name>_SetDriveMode : Sets the drive mode for each of the Component‘s pins.

I suppose "SDA" is the name of Pin Component in this case.

http://www.cypress.com/file/45381/download

0 Likes