Searched refs:GPIOBToF_WriteBit (Results 1 – 6 of 6) sorted by relevance
| /bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Include/ |
| A D | lib_gpio.h | 153 void GPIOBToF_WriteBit(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin, uint8_t val);
|
| /bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/ |
| A D | lib_gpio.h | 203 void GPIOBToF_WriteBit(GPIO_Type* GPIOx, uint16_t GPIO_Pin, uint8_t val);
|
| /bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/ |
| A D | lib_gpio.c | 270 void GPIOBToF_WriteBit(GPIO_Type* GPIOx, uint16_t GPIO_Pin, uint8_t val) in GPIOBToF_WriteBit() function
|
| /bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Source/ |
| A D | lib_gpio.c | 338 void GPIOBToF_WriteBit(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin, uint8_t val) in GPIOBToF_WriteBit() function
|
| /bsp/Vango/v85xxp/drivers/ |
| A D | drv_gpio.c | 140 GPIOBToF_WriteBit(gpio_port, gpio_pin, (BitState)value); in V85XXP_pin_write()
|
| /bsp/Vango/v85xx/drivers/ |
| A D | drv_gpio.c | 139 GPIOBToF_WriteBit(gpio_port, gpio_pin, (BitState)value); in v85xx_pin_write()
|
Completed in 14 milliseconds