STM32的LL库函数——GPIO

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

LL_GPIO_GetPinModeuint32_t LL_GPIO_GetPinMode (GPIO_TypeDef * GPIOx, uint32_t Pin) spa

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

LL_GPIO_GetPinOutputTypemargin

uint32_t LL_GPIO_GetPinOutputType (GPIO_TypeDef * GPIOx, uint32_t Pin) co

LL_GPIO_ReadInputPortuint32_t LL_GPIO_ReadInputPort (GPIO_TypeDef * GPIOx) void

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)