| /bsp/yichip/yc3121-pos/Libraries/sdk/ |
| A D | yc_gpio.c | 167 void GPIO_SetBits(GPIO_TypeDef GPIOx, uint16_t GPIO_Pin) in GPIO_SetBits() function 196 GPIO_SetBits(GPIOx, 1 << i); in GPIO_Write() 208 GPIO_SetBits(GPIOx, GPIO_Pin); in GPIO_WriteBit()
|
| A D | yc_gpio.h | 264 void GPIO_SetBits(GPIO_TypeDef GPIOx, uint16_t GPIO_Pin);
|
| /bsp/mm32l07x/applications/ |
| A D | main.c | 33 GPIO_SetBits(GPIOA, GPIO_Pin_15); in main()
|
| /bsp/wch/risc-v/ch32v103r-evt/applications/ |
| A D | main.c | 46 GPIO_SetBits(GPIOA, GPIO_Pin_0); in main()
|
| /bsp/CME_M7/StdPeriph_Driver/inc/ |
| A D | cmem7_gpio.h | 149 void GPIO_SetBits(uint32_t mask);
|
| /bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/ |
| A D | SWM320_gpio.h | 19 void GPIO_SetBits(GPIO_TypeDef * GPIOx, uint32_t n, uint32_t w); //将参数指定的从n开始的w位连续引脚的电平置高
|
| A D | SWM320_gpio.c | 217 void GPIO_SetBits(GPIO_TypeDef * GPIOx, uint32_t n, uint32_t w) in GPIO_SetBits() function
|
| /bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/ |
| A D | SWM341_gpio.h | 21 void GPIO_SetBits(GPIO_TypeDef * GPIOx, uint32_t n, uint32_t w); //将参数指定的从n开始的w位连续引脚的电平置高
|
| A D | SWM341_gpio.c | 165 void GPIO_SetBits(GPIO_TypeDef * GPIOx, uint32_t n, uint32_t w) in GPIO_SetBits() function
|
| /bsp/mm32/libraries/MM32F3270_HAL/MM32F3270_HAL_Driver/Inc/ |
| A D | hal_gpio.h | 120 void GPIO_SetBits(GPIO_Type * GPIOx, uint16_t pins);
|
| /bsp/yichip/yc3122-pos/Libraries/sdk/ |
| A D | yc_gpio.c | 235 void GPIO_SetBits(GPIO_TypeDef GPIOx, uint16_t GPIO_Pin) in GPIO_SetBits() function 259 GPIO_SetBits(GPIOx, GPIO_Pin); in GPIO_Write()
|
| /bsp/hk32/libraries/rt_drivers/ |
| A D | drv_spi.c | 59 GPIO_SetBits(cs_gpiox, cs_gpio_pin); in rt_hw_spi_device_attach() 299 GPIO_SetBits(hk32_spi_cs->GPIOx, hk32_spi_cs->GPIO_Pin); in xfer()
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/ |
| A D | hal_gpio.h | 172 void GPIO_SetBits(GPIO_TypeDef* gpio, u16 pin);
|
| /bsp/airm2m/air32f103/board/ |
| A D | board.c | 108 GPIO_SetBits(GPIOA,GPIO_Pin_5|GPIO_Pin_6|GPIO_Pin_7); in air32_spi_clock_and_io_init() 120 GPIO_SetBits(GPIOB,GPIO_Pin_13|GPIO_Pin_14|GPIO_Pin_15); in air32_spi_clock_and_io_init()
|
| /bsp/n32g452xx/Libraries/rt_drivers/ |
| A D | drv_spi.c | 305 GPIO_SetBits(cs->module, cs->pin); in spixfer() 349 GPIO_SetBits(cs->module, cs->pin); in spixfer()
|
| /bsp/mm32/libraries/MM32F3270_HAL/MM32F3270_HAL_Driver/Src/ |
| A D | hal_gpio.c | 77 void GPIO_SetBits(GPIO_Type * GPIOx, uint16_t pins) in GPIO_SetBits() function
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f10x_gpio.h | 144 void GPIO_SetBits(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin);
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32v10x_gpio.h | 146 void GPIO_SetBits(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin);
|
| /bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f20x_gpio.h | 158 void GPIO_SetBits(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin);
|
| /bsp/airm2m/air105/libraries/HAL_Driver/Inc/ |
| A D | air105_gpio.h | 214 void GPIO_SetBits(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin);
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/ |
| A D | hal_gpio.c | 200 void GPIO_SetBits(GPIO_TypeDef* gpio, u16 pin) in GPIO_SetBits() function
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/ |
| A D | hk32f0xx_gpio.h | 317 void GPIO_SetBits(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin);
|
| /bsp/tkm32F499/Libraries/Hal_lib/inc/ |
| A D | HAL_gpio.h | 263 void GPIO_SetBits(GPIO_TypeDef* GPIOx, uint32_t GPIO_Pin);
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/ |
| A D | hk32f0xx_gpio.c | 344 void GPIO_SetBits(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin) in GPIO_SetBits() function
|
| /bsp/CME_M7/StdPeriph_Driver/src/ |
| A D | cmem7_gpio.c | 186 void GPIO_SetBits(uint32_t mask) in GPIO_SetBits() function
|