Skip to content
Snippets Groups Projects
Commit 23324106 authored by Dietmar Muscholik's avatar Dietmar Muscholik Committed by Oleksii Kutuzov
Browse files

[E81] Add defines for USB-related GPIOs

parent cd45b490
No related branches found
No related tags found
1 merge request!13Merge E81 development branch into trunk
......@@ -8,4 +8,18 @@
#define LCD0_BKLT_EN &pm8350c_gpios 7
#define LCD0_BKLT_PWM &pm8350c_pwm 3
#define USB_HUB_RST_N_PIN 29
#define USB_HUB_RST_N &stm32 USB_HUB_RST_N_PIN
#define USB0_EN_OC_N_PIN 11
#define USB0_EN_OC_N &stm32 USB0_EN_OC_N_PIN
#define USB1_EN_OC_N_PIN 12
#define USB1_EN_OC_N &stm32 USB1_EN_OC_N_PIN
#define USB2_EN_OC_N_PIN 13
#define USB2_EN_OC_N &stm32 USB2_EN_OC_N_PIN
#define USB3_EN_OC_N_PIN 14
#define USB3_EN_OC_N &stm32 USB3_EN_OC_N_PIN
#define USB4_EN_OC_N_PIN 15
#define USB4_EN_OC_N &stm32 USB4_EN_OC_N_PIN
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment