STM32的LL库函数——GPIO

LL_GPIO_SetPinModevoid LL_GPIO_SetPinMode (GPIO_TypeDef * GPIOx, uint32_t Pin, uint32_t Mode)

LL_GPIO_GetPinModeuint32_t LL_GPIO_GetPinMode (GPIO_TypeDef * GPIOx, uint32_t Pin)

LL_GPIO_SetPinOutputTypevoid LL_GPIO_SetPinOutputType (GPIO_TypeDef * GPIOx, uint32_t PinMask, uint32_t OutputType)

LL_GPIO_GetPinOutputType

uint32_t LL_GPIO_GetPinOutputType (GPIO_TypeDef * GPIOx, uint32_t Pin)

LL_GPIO_ReadInputPortuint32_t LL_GPIO_ReadInputPort (GPIO_TypeDef * GPIOx)

LL_GPIO_IsInputPinSetuint32_t LL_GPIO_IsInputPinSet (GPIO_TypeDef * GPIOx, uint32_t PinMask)

LL_GPIO_WriteOutputPortvoid LL_GPIO_WriteOutputPort (GPIO_TypeDef * GPIOx, uint32_t PortValue)

LL_GPIO_ReadOutputPortuint32_t LL_GPIO_ReadOutputPort (GPIO_TypeDef * GPIOx)

LL_GPIO_IsOutputPinSetuint32_t LL_GPIO_IsOutputPinSet (GPIO_TypeDef * GPIOx, uint32_t PinMask)

LL_GPIO_TogglePinvoid LL_GPIO_TogglePin (GPIO_TypeDef * GPIOx, uint32_t PinMask)

扫描二维码关注公众号,回复: 3530340 查看本文章

猜你喜欢

转载自blog.csdn.net/dlx6969/article/details/82967442