| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/ |
| A D | hk32f0xx_gpio.c | 266 if ((GPIOx->IDR & GPIO_Pin) != (uint32_t)Bit_RESET) in GPIO_ReadInputDataBit() 272 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadInputDataBit() 309 if ((GPIOx->ODR & GPIO_Pin) != (uint32_t)Bit_RESET) in GPIO_ReadOutputDataBit() 315 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadOutputDataBit() 393 if (BitVal != Bit_RESET) in GPIO_WriteBit()
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/ |
| A D | ft32f0xx_gpio.c | 192 if ((GPIOx->IDR & GPIO_Pin) != (uint32_t)Bit_RESET) in GPIO_ReadInputDataBit() 198 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadInputDataBit() 232 if ((GPIOx->ODR & GPIO_Pin) != (uint32_t)Bit_RESET) in GPIO_ReadOutputDataBit() 238 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadOutputDataBit() 309 if (BitVal != Bit_RESET) in GPIO_WriteBit()
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/ |
| A D | HAL_gpio.c | 255 if ((GPIOx->IDR & GPIO_Pin) != (uint32_t)Bit_RESET) in GPIO_ReadInputDataBit() 261 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadInputDataBit() 293 if ((GPIOx->ODR & GPIO_Pin) != (uint32_t)Bit_RESET) in GPIO_ReadOutputDataBit() 299 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadOutputDataBit() 369 if (BitVal != Bit_RESET) in GPIO_WriteBit()
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32v10x_gpio.c | 203 if((GPIOx->INDR & GPIO_Pin) != (uint32_t)Bit_RESET) in GPIO_ReadInputDataBit() 209 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadInputDataBit() 244 if((GPIOx->OUTDR & GPIO_Pin) != (uint32_t)Bit_RESET) in GPIO_ReadOutputDataBit() 250 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadOutputDataBit() 317 if(BitVal != Bit_RESET) in GPIO_WriteBit()
|
| /bsp/yichip/yc3122-pos/Libraries/sdk/ |
| A D | yc_gpio.c | 142 if (((MGPIO->IN_LEVEL.reg[GPIOx]) & GPIO_Pin) != (uint32_t)Bit_RESET) in GPIO_ReadInputDataBit() 146 return (uint8_t)Bit_RESET; in GPIO_ReadInputDataBit() 174 if (((MGPIO->IN_LEVEL.reg[GPIOx]) & GPIO_Pin) != (uint32_t)Bit_RESET) in GPIO_ReadOutputDataBit() 178 return (uint8_t)Bit_RESET; in GPIO_ReadOutputDataBit() 278 else if (BitVal == Bit_RESET) in GPIO_WriteBit()
|
| /bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32f20x_gpio.c | 187 if ((GPIOx->INDR & GPIO_Pin) != (uint32_t)Bit_RESET) in GPIO_ReadInputDataBit() 193 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadInputDataBit() 222 if ((GPIOx->OUTDR & GPIO_Pin) != (uint32_t)Bit_RESET) in GPIO_ReadOutputDataBit() 228 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadOutputDataBit() 283 if (BitVal != Bit_RESET) in GPIO_WriteBit()
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32f10x_gpio.c | 204 if ((GPIOx->INDR & GPIO_Pin) != (uint32_t)Bit_RESET) in GPIO_ReadInputDataBit() 210 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadInputDataBit() 239 if ((GPIOx->OUTDR & GPIO_Pin) != (uint32_t)Bit_RESET) in GPIO_ReadOutputDataBit() 245 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadOutputDataBit() 300 if (BitVal != Bit_RESET) in GPIO_WriteBit()
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/ |
| A D | HAL_gpio.c | 267 if ((GPIOx->IDR & GPIO_Pin) != (uint32_t)Bit_RESET) in GPIO_ReadInputDataBit() 273 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadInputDataBit() 305 if ((GPIOx->ODR & GPIO_Pin) != (uint32_t)Bit_RESET) in GPIO_ReadOutputDataBit() 311 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadOutputDataBit() 381 if (BitVal != Bit_RESET) in GPIO_WriteBit()
|
| /bsp/tkm32F499/Libraries/Hal_lib/src/ |
| A D | HAL_gpio.c | 289 if ((GPIOx->IDR & GPIO_Pin) != (uint32_t)Bit_RESET) in GPIO_ReadInputDataBit() 295 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadInputDataBit() 327 if ((GPIOx->ODR & GPIO_Pin) != (uint32_t)Bit_RESET) in GPIO_ReadOutputDataBit() 333 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadOutputDataBit() 404 if (BitVal != Bit_RESET) in GPIO_WriteBit()
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/ |
| A D | HAL_gpio.c | 267 if ((GPIOx->IDR & GPIO_Pin) != (uint32_t)Bit_RESET) in GPIO_ReadInputDataBit() 273 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadInputDataBit() 305 if ((GPIOx->ODR & GPIO_Pin) != (uint32_t)Bit_RESET) in GPIO_ReadOutputDataBit() 311 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadOutputDataBit() 381 if (BitVal != Bit_RESET) in GPIO_WriteBit()
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/ |
| A D | air32f10x_gpio.c | 274 if ((GPIOx->IDR & GPIO_Pin) != (uint32_t)Bit_RESET) in GPIO_ReadInputDataBit() 280 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadInputDataBit() 312 if ((GPIOx->ODR & GPIO_Pin) != (uint32_t)Bit_RESET) in GPIO_ReadOutputDataBit() 318 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadOutputDataBit() 386 if (BitVal != Bit_RESET) in GPIO_WriteBit()
|
| /bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/src/ |
| A D | n32g4fr_gpio.c | 290 if ((GPIOx->PID & Pin) != (uint32_t)Bit_RESET) in GPIO_ReadInputDataBit() 296 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadInputDataBit() 328 if ((GPIOx->POD & Pin) != (uint32_t)Bit_RESET) in GPIO_ReadOutputDataBit() 334 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadOutputDataBit() 407 if (BitCmd != Bit_RESET) in GPIO_WriteBit()
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/src/ |
| A D | n32wb452_gpio.c | 290 if ((GPIOx->PID & Pin) != (uint32_t)Bit_RESET) in GPIO_ReadInputDataBit() 296 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadInputDataBit() 328 if ((GPIOx->POD & Pin) != (uint32_t)Bit_RESET) in GPIO_ReadOutputDataBit() 334 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadOutputDataBit() 407 if (BitCmd != Bit_RESET) in GPIO_WriteBit()
|
| /bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/src/ |
| A D | n32g45x_gpio.c | 300 if ((GPIOx->PID & Pin) != (uint32_t)Bit_RESET) in GPIO_ReadInputDataBit() 306 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadInputDataBit() 338 if ((GPIOx->POD & Pin) != (uint32_t)Bit_RESET) in GPIO_ReadOutputDataBit() 344 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadOutputDataBit() 417 if (BitCmd != Bit_RESET) in GPIO_WriteBit()
|
| /bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/src/ |
| A D | n32g45x_gpio.c | 300 if ((GPIOx->PID & Pin) != (uint32_t)Bit_RESET) in GPIO_ReadInputDataBit() 306 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadInputDataBit() 338 if ((GPIOx->POD & Pin) != (uint32_t)Bit_RESET) in GPIO_ReadOutputDataBit() 344 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadOutputDataBit() 417 if (BitCmd != Bit_RESET) in GPIO_WriteBit()
|
| /bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/ |
| A D | n32l43x_gpio.c | 395 if ((GPIOx->PID & Pin) != (uint32_t)Bit_RESET) in GPIO_ReadInputDataBit() 401 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadInputDataBit() 433 if ((GPIOx->POD & Pin) != (uint32_t)Bit_RESET) in GPIO_ReadOutputDataBit() 439 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadOutputDataBit() 512 if (BitCmd != Bit_RESET) in GPIO_WriteBit()
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/ |
| A D | n32l40x_gpio.c | 395 if ((GPIOx->PID & Pin) != (uint32_t)Bit_RESET) in GPIO_ReadInputDataBit() 401 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadInputDataBit() 433 if ((GPIOx->POD & Pin) != (uint32_t)Bit_RESET) in GPIO_ReadOutputDataBit() 439 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadOutputDataBit() 512 if (BitCmd != Bit_RESET) in GPIO_WriteBit()
|
| /bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/ |
| A D | n32g43x_gpio.c | 395 if ((GPIOx->PID & Pin) != (uint32_t)Bit_RESET) in GPIO_ReadInputDataBit() 401 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadInputDataBit() 433 if ((GPIOx->POD & Pin) != (uint32_t)Bit_RESET) in GPIO_ReadOutputDataBit() 439 bitstatus = (uint8_t)Bit_RESET; in GPIO_ReadOutputDataBit() 512 if (BitCmd != Bit_RESET) in GPIO_WriteBit()
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/ |
| A D | hal_gpio.c | 157 return ((gpio->IDR & pin)) ? Bit_SET : Bit_RESET; in GPIO_ReadInputDataBit() 179 return (gpio->ODR & pin) ? Bit_SET : Bit_RESET; in GPIO_ReadOutputDataBit()
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/ |
| A D | hk32f0xx_gpio.h | 108 Bit_RESET = 0, enumerator 112 #define IS_GPIO_BIT_ACTION(ACTION) (((ACTION) == Bit_RESET) || ((ACTION) == Bit_SET))
|
| /bsp/tkm32F499/Libraries/Hal_lib/inc/ |
| A D | HAL_gpio.h | 99 { Bit_RESET = 0, enumerator 103 #define IS_GPIO_BIT_ACTION(ACTION) (((ACTION) == Bit_RESET) || ((ACTION) == Bit_SET))
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/ |
| A D | ft32f0xx_gpio.h | 110 Bit_RESET = 0, enumerator 114 #define IS_GPIO_BIT_ACTION(ACTION) (((ACTION) == Bit_RESET) || ((ACTION) == Bit_SET))
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/ |
| A D | HAL_gpio.h | 98 { Bit_RESET = 0, enumerator 102 #define IS_GPIO_BIT_ACTION(ACTION) (((ACTION) == Bit_RESET) || ((ACTION) == Bit_SET))
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/ |
| A D | HAL_gpio.h | 98 { Bit_RESET = 0, enumerator 102 #define IS_GPIO_BIT_ACTION(ACTION) (((ACTION) == Bit_RESET) || ((ACTION) == Bit_SET))
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/ |
| A D | HAL_gpio.h | 100 Bit_RESET = 0, enumerator 104 #define IS_GPIO_BIT_ACTION(ACTION) (((ACTION) == Bit_RESET) || ((ACTION) == Bit_SET))
|