GPIO学习 就是给自己看的,基于LQ的例程学习 /* GPIO模式 */ #define PIN_MODE_OUTPUT IfxPort_Mode_outputPushPullGeneral /*!< 推挽输出 */ #define PIN_MODE_OUTPUT_OD IfxPort_Mode_outputOpenDrainGeneral /*!< 开漏输出 */ #define PIN_MODE_INPUT IfxPort_Mode_inputNoPullDevice /*!< 浮空输入 *