Searched refs:GPIOBToF_Init (Results 1 – 6 of 6) sorted by relevance
| /bsp/Vango/v85xxp/drivers/ |
| A D | drv_gpio.c | 205 GPIOBToF_Init(PIN_V85XXPPORT(pin), &GPIO_InitStruct); in V85XXP_pin_mode() 427 GPIOBToF_Init(GPIOF, &GPIO_InitStruct); in rt_hw_pin_init() 430 GPIOBToF_Init(GPIOE, &GPIO_InitStruct); in rt_hw_pin_init() 433 GPIOBToF_Init(GPIOD, &GPIO_InitStruct); in rt_hw_pin_init() 436 GPIOBToF_Init(GPIOC, &GPIO_InitStruct); in rt_hw_pin_init() 439 GPIOBToF_Init(GPIOB, &GPIO_InitStruct); in rt_hw_pin_init()
|
| /bsp/Vango/v85xx/drivers/ |
| A D | drv_gpio.c | 208 GPIOBToF_Init(PIN_V85XXPORT(pin), &GPIO_InitStruct); in v85xx_pin_mode() 430 GPIOBToF_Init(GPIOF, &GPIO_InitStruct); in rt_hw_pin_init() 433 GPIOBToF_Init(GPIOE, &GPIO_InitStruct); in rt_hw_pin_init() 436 GPIOBToF_Init(GPIOD, &GPIO_InitStruct); in rt_hw_pin_init() 439 GPIOBToF_Init(GPIOC, &GPIO_InitStruct); in rt_hw_pin_init() 442 GPIOBToF_Init(GPIOB, &GPIO_InitStruct); in rt_hw_pin_init()
|
| /bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Include/ |
| A D | lib_gpio.h | 133 void GPIOBToF_Init(GPIO_TypeDef *GPIOx, GPIO_InitType *InitStruct);
|
| /bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/ |
| A D | lib_gpio.h | 186 void GPIOBToF_Init(GPIO_Type *GPIOx, GPIO_InitType *InitStruct);
|
| /bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/ |
| A D | lib_gpio.c | 31 void GPIOBToF_Init(GPIO_Type *GPIOx, GPIO_InitType *InitStruct) in GPIOBToF_Init() function
|
| /bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Source/ |
| A D | lib_gpio.c | 31 void GPIOBToF_Init(GPIO_TypeDef *GPIOx, GPIO_InitType *InitStruct) in GPIOBToF_Init() function
|
Completed in 10 milliseconds