Revision c930aa01 modules/LightRing_1-0/board.h
modules/LightRing_1-0/board.h | ||
---|---|---|
301 | 301 |
* PB4 - PIN4 (input floating) |
302 | 302 |
* PB5 - LASER_OC_N (input floating) |
303 | 303 |
* PB6 - SYS_UART_DN (output opendrain high 50MHz) |
304 |
* PB7 - PIN7 (input foating) |
|
304 |
* PB7 - PIN7 (input floating)
|
|
305 | 305 |
* PB8 - WL_GDO2 (input pullup) |
306 | 306 |
* PB9 - WL_GDO0 (input pullup) |
307 | 307 |
* PB10 - MEM_SCL (alternate opendrain 50MHz) |
... | ... | |
352 | 352 |
* PC1 - PIN1 (input floating) |
353 | 353 |
* PC2 - PIN2 (input floating) |
354 | 354 |
* PC3 - PIN3 (input floating) |
355 |
* PC4 - LIGHT_XLAT (output pushpull high 10MHz)
|
|
355 |
* PC4 - LIGHT_XLAT (output pushpull low 50MHz)
|
|
356 | 356 |
* PC5 - PIN5 (input floating) |
357 | 357 |
* PC6 - PIN6 (input floating) |
358 | 358 |
* PC7 - PIN7 (input floating) |
... | ... | |
370 | 370 |
PIN_CR(GPIOC_PIN1, PIN_MODE_INPUT, PIN_CNF_INPUT_FLOATING) | \ |
371 | 371 |
PIN_CR(GPIOC_PIN2, PIN_MODE_INPUT, PIN_CNF_INPUT_FLOATING) | \ |
372 | 372 |
PIN_CR(GPIOC_PIN3, PIN_MODE_INPUT, PIN_CNF_INPUT_FLOATING) | \ |
373 |
PIN_CR(GPIOC_LIGHT_XLAT, PIN_MODE_OUTPUT_10M, PIN_CNF_OUTPUT_PUSHPULL) | \
|
|
373 |
PIN_CR(GPIOC_LIGHT_XLAT, PIN_MODE_OUTPUT_50M, PIN_CNF_OUTPUT_PUSHPULL) | \
|
|
374 | 374 |
PIN_CR(GPIOC_PIN5, PIN_MODE_INPUT, PIN_CNF_INPUT_FLOATING) | \ |
375 | 375 |
PIN_CR(GPIOC_PIN6, PIN_MODE_INPUT, PIN_CNF_INPUT_FLOATING) | \ |
376 | 376 |
PIN_CR(GPIOC_PIN7, PIN_MODE_INPUT, PIN_CNF_INPUT_FLOATING)) |
Also available in: Unified diff