Home
last modified time | relevance | path

Searched refs:GPIOBToF_WriteBit (Results 1 – 6 of 6) sorted by relevance

/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Include/
A Dlib_gpio.h153 void GPIOBToF_WriteBit(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin, uint8_t val);
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_gpio.h203 void GPIOBToF_WriteBit(GPIO_Type* GPIOx, uint16_t GPIO_Pin, uint8_t val);
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_gpio.c270 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 Dlib_gpio.c338 void GPIOBToF_WriteBit(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin, uint8_t val) in GPIOBToF_WriteBit() function
/bsp/Vango/v85xxp/drivers/
A Ddrv_gpio.c140 GPIOBToF_WriteBit(gpio_port, gpio_pin, (BitState)value); in V85XXP_pin_write()
/bsp/Vango/v85xx/drivers/
A Ddrv_gpio.c139 GPIOBToF_WriteBit(gpio_port, gpio_pin, (BitState)value); in v85xx_pin_write()

Completed in 14 milliseconds