Home
last modified time | relevance | path

Searched refs:GPIO_WriteBitValue (Results 1 – 12 of 12) sorted by relevance

/bsp/apm32/libraries/Drivers/
A Ddrv_spi.c60 GPIO_WriteBitValue(cs_gpiox, cs_gpio_pin, Bit_SET); in rt_hw_spi_device_attach()
67 GPIO_WriteBitValue(cs_gpiox, cs_gpio_pin, BIT_SET); in rt_hw_spi_device_attach()
76 GPIO_WriteBitValue(cs_gpiox, cs_gpio_pin, BIT_SET); in rt_hw_spi_device_attach()
227 GPIO_WriteBitValue(cs->GPIOx, cs->GPIO_Pin, (GPIO_BSRET_T)RESET); in apm32_spi_xfer()
230 GPIO_WriteBitValue(cs->GPIOx, cs->GPIO_Pin, RESET); in apm32_spi_xfer()
341 GPIO_WriteBitValue(cs->GPIOx, cs->GPIO_Pin, (GPIO_BSRET_T)SET); in apm32_spi_xfer()
344 GPIO_WriteBitValue(cs->GPIOx, cs->GPIO_Pin, SET); in apm32_spi_xfer()
A Ddrv_gpio.c168 GPIO_WriteBitValue(gpio_port, gpio_pin, (GPIO_BSRET_T)value); in apm32_pin_write()
171 GPIO_WriteBitValue(gpio_port, gpio_pin, (uint8_t)value); in apm32_pin_write()
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/
A Dapm32f0xx_gpio.h214 void GPIO_WriteBitValue(GPIO_T* port, uint16_t pin, GPIO_BSRET_T bitVal);
/bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/inc/
A Dapm32s10x_gpio.h236 void GPIO_WriteBitValue(GPIO_T* port, uint16_t pin, uint8_t bitVal);
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/
A Dapm32e10x_gpio.h245 void GPIO_WriteBitValue(GPIO_T* port, uint16_t pin, uint8_t bitVal);
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/
A Dapm32f10x_gpio.h277 void GPIO_WriteBitValue(GPIO_T* port, uint16_t pin, uint8_t bitVal);
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/
A Dapm32f4xx_gpio.h269 void GPIO_WriteBitValue(GPIO_T* port, uint16_t pin, uint8_t bitVal);
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/
A Dapm32f0xx_gpio.c313 void GPIO_WriteBitValue(GPIO_T* port, uint16_t pin, GPIO_BSRET_T bitVal) in GPIO_WriteBitValue() function
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/
A Dapm32f4xx_gpio.c316 void GPIO_WriteBitValue(GPIO_T *port, uint16_t pin, uint8_t bitVal) in GPIO_WriteBitValue() function
/bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/src/
A Dapm32s10x_gpio.c299 void GPIO_WriteBitValue(GPIO_T* port, uint16_t pin, uint8_t bitVal) in GPIO_WriteBitValue() function
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/
A Dapm32e10x_gpio.c308 void GPIO_WriteBitValue(GPIO_T* port, uint16_t pin, uint8_t bitVal) in GPIO_WriteBitValue() function
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/
A Dapm32f10x_gpio.c308 void GPIO_WriteBitValue(GPIO_T* port, uint16_t pin, uint8_t bitVal) in GPIO_WriteBitValue() function

Completed in 83 milliseconds