We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3077c commit 99b23b9Copy full SHA for 99b23b9
ports/atmel-samd/common-hal/busio/UART.c
@@ -203,10 +203,10 @@ void common_hal_busio_uart_construct(busio_uart_obj_t *self,
203
// which don't necessarily match what we need. After calling it, set the values
204
// specific to this instantiation of UART.
205
206
- // Set pads computed for this SERCOM.
+ // Set pads computed for this SERCOM. Refer to the datasheet for details on pads.
207
// TXPO:
208
// 0x0: TX pad 0; no RTS/CTS
209
- // 0x1: resevered
+ // 0x1: reserved
210
// 0x2: TX pad 0; RTS: pad 2, CTS: pad 3
211
// 0x3: TX pad 0; RTS: pad 2; no CTS
212
// RXPO:
0 commit comments