We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
杰理芯片 GPIO 的 HD0 与 HD1 的不同组合,可配置不同的输出驱动档位,组合如下:
void port_hd_init(void) { u16 porta_hd0 = 0xffff; u16 porta_hd1 = 0; JL_PORTA->HD0 = porta_hd0; JL_PORTA->HD1 = porta_hd1; u16 portb_hd0 = 0xffff; u16 portb_hd1 = 0; JL_PORTB->HD0 = portb_hd0; JL_PORTB->HD1 = portb_hd1; u16 portd_hd0 = 0xffff; u16 portd_hd1 = 0x10; JL_PORTD->HD0 = portd_hd0; JL_PORTD->HD1 = portd_hd1; }
文件下载:AD14N_AD15N_AC104N_修改GPIO_HD档位默认配置补丁.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
一、补丁说明
杰理芯片 GPIO 的 HD0 与 HD1 的不同组合,可配置不同的输出驱动档位,组合如下:
二、涉及的SDK版本
三、修改步骤
文件下载:AD14N_AD15N_AC104N_修改GPIO_HD档位默认配置补丁.zip
The text was updated successfully, but these errors were encountered: