Searched refs:GPIOBToF_ReadInputDataBit (Results 1 – 6 of 6) sorted by relevance
137 uint8_t GPIOBToF_ReadInputDataBit(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin);
190 uint8_t GPIOBToF_ReadInputDataBit(GPIO_Type *GPIOx, uint16_t GPIO_Pin);
128 uint8_t GPIOBToF_ReadInputDataBit(GPIO_Type *GPIOx, uint16_t GPIO_Pin) in GPIOBToF_ReadInputDataBit() function
130 uint8_t GPIOBToF_ReadInputDataBit(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin) in GPIOBToF_ReadInputDataBit() function
159 value = GPIOBToF_ReadInputDataBit(gpio_port, gpio_pin); in V85XXP_pin_read()
158 value = GPIOBToF_ReadInputDataBit(gpio_port, gpio_pin); in v85xx_pin_read()
Completed in 8 milliseconds