Searched refs:GPIO_PinStateETypeDef (Results 1 – 2 of 2) sorted by relevance
309 GPIO_PinStateETypeDef LL_GPIO_ReadPin(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin) in LL_GPIO_ReadPin()311 GPIO_PinStateETypeDef bitstatus; in LL_GPIO_ReadPin()335 void LL_GPIO_WritePin(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, GPIO_PinStateETypeDef PinState) in LL_GPIO_WritePin()
170 } GPIO_PinStateETypeDef; typedef450 GPIO_PinStateETypeDef LL_GPIO_ReadPin(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin) ;451 void LL_GPIO_WritePin(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, GPIO_PinStateETypeDef PinSta…
Completed in 5 milliseconds