STM8 gpio模式说明

Posted will-lin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了STM8 gpio模式说明相关的知识,希望对你有一定的参考价值。

GPIO_Mode_In_FL_No_IT  浮空输入无中断
Input floating, no external interrupt

GPIO_Mode_In_PU_No_IT  上拉输入无中断
Input pull-up, no external interrupt

GPIO_Mode_In_FL_IT   浮空输入有中断
Input floating, external interrupt

GPIO_Mode_In_PU_IT   上拉输入有中断
Input pull-up, external interrupt


GPIO_Mode_Out_OD_Low_Fast 开漏-输出低-高速
Output open-drain, low level, 10MHz

GPIO_Mode_Out_PP_Low_Fast 推挽-输出低-高速
Output push-pull, low level, 10MHz

GPIO_Mode_Out_OD_Low_Slow 开漏-输出低-低速
Output open-drain, low level, 2MHz

GPIO_Mode_Out_PP_Low_Slow 推挽-输出低-低速
Output push-pull, low level, 2MHz

GPIO_Mode_Out_OD_HiZ_Fast 开漏-输出高阻-高速
Output open-drain, high-impedance level, 10MHz

GPIO_Mode_Out_PP_High_Fast 推挽-输出高-高速
Output push-pull, high level, 10MHz

GPIO_Mode_Out_OD_HiZ_Slow 开漏-输出高阻-低速
Output open-drain, high-impedance level, 2MHz

GPIO_Mode_Out_PP_High_Slow 推挽-输出高-低速
Output push-pull, high level, 2MHz














以上是关于STM8 gpio模式说明的主要内容,如果未能解决你的问题,请参考以下文章

关于STM32中GPIO的8种工作模式

关于STM32中GPIO的8种工作模式

求助关于stm8s003f3读写内部EEPROM的问题

STM8单片机GPIO口的驱动深度解析

像STM8一样编程STM32(寄存器级GPIO)

GPIO工作原理(八种工作方式附电路图详解)