diff options
Diffstat (limited to 'src/typec/tcd.h')
| -rw-r--r-- | src/typec/tcd.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/typec/tcd.h b/src/typec/tcd.h index da7ab4b13..6e18cd063 100644 --- a/src/typec/tcd.h +++ b/src/typec/tcd.h @@ -78,6 +78,12 @@ void tcd_int_enable (uint8_t rhport); // Disable interrupt void tcd_int_disable(uint8_t rhport); +// Enable Type-C port terminations +void tcd_connect(uint8_t rhport); + +// Disable Type-C port terminations +void tcd_disconnect(uint8_t rhport); + // Interrupt Handler void tcd_int_handler(uint8_t rhport); |
