| /bsp/yichip/yc3122-pos/Libraries/sdk/ |
| A D | yc_gpio.c | 55 void GPIO_Config(GPIO_TypeDef GPIOx, GPIO_Pin_TypeDef GPIO_Pin, GPIO_FUN_TYPEDEF function) in GPIO_Config() 94 void GPIO_PullUpCmd(GPIO_TypeDef GPIOx, GPIO_Pin_TypeDef GPIO_Pin, FunctionalState NewState) in GPIO_PullUpCmd() 137 uint8_t GPIO_ReadInputDataBit(GPIO_TypeDef GPIOx, GPIO_Pin_TypeDef GPIO_Pin) in GPIO_ReadInputDataBit() 169 uint8_t GPIO_ReadOutputDataBit(GPIO_TypeDef GPIOx, GPIO_Pin_TypeDef GPIO_Pin) in GPIO_ReadOutputDataBit() 188 void GPIO_ResetBit(GPIO_TypeDef GPIOx, GPIO_Pin_TypeDef GPIO_Pin) in GPIO_ResetBit() 201 void GPIO_ResetBits(GPIO_TypeDef GPIOx, uint16_t GPIO_Pin) in GPIO_ResetBits() 221 void GPIO_SetBit(GPIO_TypeDef GPIOx, GPIO_Pin_TypeDef GPIO_Pin) in GPIO_SetBit() 235 void GPIO_SetBits(GPIO_TypeDef GPIOx, uint16_t GPIO_Pin) in GPIO_SetBits() 255 void GPIO_Write(GPIO_TypeDef GPIOx, GPIO_Pin_TypeDef GPIO_Pin) in GPIO_Write() 271 void GPIO_WriteBit(GPIO_TypeDef GPIOx, GPIO_Pin_TypeDef GPIO_Pin, BitAction BitVal) in GPIO_WriteBit()
|
| /bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Source/ |
| A D | lib_gpio.c | 130 uint8_t GPIOBToF_ReadInputDataBit(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin) in GPIOBToF_ReadInputDataBit() 153 uint8_t GPIOA_ReadInputDataBit(GPIOA_TypeDef *GPIOx, uint16_t GPIO_Pin) in GPIOA_ReadInputDataBit() 202 uint8_t GPIOBToF_ReadOutputDataBit(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIOBToF_ReadOutputDataBit() 224 uint8_t GPIOA_ReadOutputDataBit(GPIOA_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIOA_ReadOutputDataBit() 273 void GPIOBToF_SetBits(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIOBToF_SetBits() 289 void GPIOA_SetBits(GPIOA_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIOA_SetBits() 305 void GPIOBToF_ResetBits(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIOBToF_ResetBits() 321 void GPIOA_ResetBits(GPIOA_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIOA_ResetBits() 338 void GPIOBToF_WriteBit(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin, uint8_t val) in GPIOBToF_WriteBit() 363 void GPIOA_WriteBit(GPIOA_TypeDef* GPIOx, uint16_t GPIO_Pin, uint8_t val) in GPIOA_WriteBit() [all …]
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_hal_gpio.c | 301 void HAL_GPIO_DeInit(GPIO_TypeDef *GPIOx, uint32_t GPIO_Pin) in HAL_GPIO_DeInit() 381 GPIO_PinState HAL_GPIO_ReadPin(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin) in HAL_GPIO_ReadPin() 413 void HAL_GPIO_WritePin(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, GPIO_PinState PinState) in HAL_GPIO_WritePin() 435 void HAL_GPIO_TogglePin(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin) in HAL_GPIO_TogglePin() 469 HAL_StatusTypeDef HAL_GPIO_LockPin(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin) in HAL_GPIO_LockPin() 504 void HAL_GPIO_EXTI_IRQHandler(uint16_t GPIO_Pin) in HAL_GPIO_EXTI_IRQHandler() 519 __weak void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin) in HAL_GPIO_EXTI_Callback()
|
| /bsp/yichip/yc3121-pos/Libraries/sdk/ |
| A D | yc_gpio.c | 11 void GPIO_Config(GPIO_TypeDef GPIOx, uint16_t GPIO_Pin, GPIO_FunTypeDef function) in GPIO_Config() 80 void GPIO_PullUpCmd(GPIO_TypeDef GPIOx, uint16_t GPIO_Pin, FunctionalState NewState) in GPIO_PullUpCmd() 110 uint8_t GPIO_ReadInputDataBit(GPIO_TypeDef GPIOx, uint16_t GPIO_Pin) in GPIO_ReadInputDataBit() 132 uint8_t GPIO_ReadOutputDataBit(GPIO_TypeDef GPIOx, uint16_t GPIO_Pin) in GPIO_ReadOutputDataBit() 147 void GPIO_ResetBits(GPIO_TypeDef GPIOx, uint16_t GPIO_Pin) in GPIO_ResetBits() 167 void GPIO_SetBits(GPIO_TypeDef GPIOx, uint16_t GPIO_Pin) in GPIO_SetBits() 202 void GPIO_WriteBit(GPIO_TypeDef GPIOx, uint16_t GPIO_Pin, BitAction BitVal) in GPIO_WriteBit()
|
| /bsp/tkm32F499/Libraries/Hal_lib/src/ |
| A D | HAL_gpio.c | 281 uint8_t GPIO_ReadInputDataBit(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_ReadInputDataBit() 320 uint8_t GPIO_ReadOutputDataBit(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_ReadOutputDataBit() 359 void GPIO_SetBits(GPIO_TypeDef* GPIOx, uint32_t GPIO_Pin) in GPIO_SetBits() 378 void GPIO_ResetBits(GPIO_TypeDef* GPIOx, uint32_t GPIO_Pin) in GPIO_ResetBits() 397 void GPIO_WriteBit(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin, BitAction BitVal) in GPIO_WriteBit() 437 void GPIO_PinLockConfig(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_PinLockConfig() 486 void GPIO_PinAFConfig(GPIO_TypeDef* GPIOx, uint32_t GPIO_Pin, uint8_t GPIO_AF) in GPIO_PinAFConfig()
|
| /bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/src/ |
| A D | tae32f53xx_ll_gpio.c | 173 LL_StatusETypeDef LL_GPIO_DeInit(GPIO_TypeDef *GPIOx, uint32_t GPIO_Pin) in LL_GPIO_DeInit() 253 void LL_GPIO_AF_Config(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, GPIO_AFETypeDef Alternate) in LL_GPIO_AF_Config() 309 GPIO_PinStateETypeDef LL_GPIO_ReadPin(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin) in LL_GPIO_ReadPin() 335 void LL_GPIO_WritePin(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, GPIO_PinStateETypeDef PinState) in LL_GPIO_WritePin() 353 void LL_GPIO_TogglePin(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin) in LL_GPIO_TogglePin() 437 __WEAK void LL_GPIO_ExtTrigCallback(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin) in LL_GPIO_ExtTrigCallback()
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/ |
| A D | hk32f0xx_gpio.c | 211 void GPIO_PinLockConfig(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin) in GPIO_PinLockConfig() 258 uint8_t GPIO_ReadInputDataBit(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin) in GPIO_ReadInputDataBit() 301 uint8_t GPIO_ReadOutputDataBit(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin) in GPIO_ReadOutputDataBit() 344 void GPIO_SetBits(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin) in GPIO_SetBits() 363 void GPIO_ResetBits(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin) in GPIO_ResetBits() 386 void GPIO_WriteBit(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, BitAction BitVal) in GPIO_WriteBit()
|
| /bsp/nv32f100x/lib/src/ |
| A D | gpio.c | 267 uint8_t GPIO_BitRead(GPIO_PinType GPIO_Pin) in GPIO_BitRead() 338 void GPIO_PinInit(GPIO_PinType GPIO_Pin, GPIO_PinConfigType GPIO_PinConfig) in GPIO_PinInit() 576 void GPIO_PinToggle(GPIO_PinType GPIO_Pin) in GPIO_PinToggle() 616 void GPIO_PinSet(GPIO_PinType GPIO_Pin) in GPIO_PinSet() 656 void GPIO_PinClear(GPIO_PinType GPIO_Pin) in GPIO_PinClear()
|
| /bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/ |
| A D | lib_gpio.c | 128 uint8_t GPIOBToF_ReadInputDataBit(GPIO_Type *GPIOx, uint16_t GPIO_Pin) in GPIOBToF_ReadInputDataBit() 146 uint8_t GPIOA_ReadInputDataBit(GPIOA_Type *GPIOx, uint16_t GPIO_Pin) in GPIOA_ReadInputDataBit() 190 uint8_t GPIOBToF_ReadOutputDataBit(GPIO_Type* GPIOx, uint16_t GPIO_Pin) in GPIOBToF_ReadOutputDataBit() 208 uint8_t GPIOA_ReadOutputDataBit(GPIOA_Type* GPIOx, uint16_t GPIO_Pin) in GPIOA_ReadOutputDataBit() 270 void GPIOBToF_WriteBit(GPIO_Type* GPIOx, uint16_t GPIO_Pin, uint8_t val) in GPIOBToF_WriteBit() 295 void GPIOA_WriteBit(GPIOA_Type* GPIOx, uint16_t GPIO_Pin, uint8_t val) in GPIOA_WriteBit() 468 void GPIOA_DeGlitchCmd(uint16_t GPIO_Pin, uint8_t NewState) in GPIOA_DeGlitchCmd()
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/ |
| A D | ft32f0xx_gpio.c | 150 void GPIO_PinLockConfig(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_PinLockConfig() 184 uint8_t GPIO_ReadInputDataBit(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_ReadInputDataBit() 224 uint8_t GPIO_ReadOutputDataBit(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_ReadOutputDataBit() 264 void GPIO_SetBits(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_SetBits() 281 void GPIO_ResetBits(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_ResetBits() 302 void GPIO_WriteBit(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin, BitAction BitVal) in GPIO_WriteBit()
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/ |
| A D | air32f10x_gpio.c | 266 uint8_t GPIO_ReadInputDataBit(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_ReadInputDataBit() 305 uint8_t GPIO_ReadOutputDataBit(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_ReadOutputDataBit() 343 void GPIO_SetBits(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_SetBits() 359 void GPIO_ResetBits(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_ResetBits() 379 void GPIO_WriteBit(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin, BitAction BitVal) in GPIO_WriteBit() 417 void GPIO_PinLockConfig(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_PinLockConfig() 639 void GPIO_ForcePullUpConfig(GPIO_TypeDef* GPIOx,uint16_t GPIO_Pin) in GPIO_ForcePullUpConfig() 647 void GPIO_ForceDropDownConfig(GPIO_TypeDef* GPIOx,uint16_t GPIO_Pin) in GPIO_ForceDropDownConfig()
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/ |
| A D | HAL_gpio.c | 247 uint8_t GPIO_ReadInputDataBit(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_ReadInputDataBit() 286 uint8_t GPIO_ReadOutputDataBit(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_ReadOutputDataBit() 325 void GPIO_SetBits(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_SetBits() 342 void GPIO_ResetBits(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_ResetBits() 362 void GPIO_WriteBit(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin, BitAction BitVal) in GPIO_WriteBit() 402 void GPIO_PinLockConfig(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_PinLockConfig()
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32v10x_gpio.c | 199 uint8_t GPIO_ReadInputDataBit(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin) in GPIO_ReadInputDataBit() 240 uint8_t GPIO_ReadOutputDataBit(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin) in GPIO_ReadOutputDataBit() 281 void GPIO_SetBits(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin) in GPIO_SetBits() 297 void GPIO_ResetBits(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin) in GPIO_ResetBits() 315 void GPIO_WriteBit(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, BitAction BitVal) in GPIO_WriteBit() 353 void GPIO_PinLockConfig(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin) in GPIO_PinLockConfig()
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/ |
| A D | HAL_gpio.c | 259 uint8_t GPIO_ReadInputDataBit(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_ReadInputDataBit() 298 uint8_t GPIO_ReadOutputDataBit(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_ReadOutputDataBit() 337 void GPIO_SetBits(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_SetBits() 354 void GPIO_ResetBits(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_ResetBits() 374 void GPIO_WriteBit(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin, BitAction BitVal) in GPIO_WriteBit() 414 void GPIO_PinLockConfig(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_PinLockConfig()
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/ |
| A D | HAL_gpio.c | 259 uint8_t GPIO_ReadInputDataBit(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_ReadInputDataBit() 298 uint8_t GPIO_ReadOutputDataBit(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_ReadOutputDataBit() 337 void GPIO_SetBits(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_SetBits() 354 void GPIO_ResetBits(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_ResetBits() 374 void GPIO_WriteBit(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin, BitAction BitVal) in GPIO_WriteBit() 414 void GPIO_PinLockConfig(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_PinLockConfig()
|
| /bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32f20x_gpio.c | 183 uint8_t GPIO_ReadInputDataBit(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_ReadInputDataBit() 218 uint8_t GPIO_ReadOutputDataBit(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_ReadOutputDataBit() 253 void GPIO_SetBits(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_SetBits() 266 void GPIO_ResetBits(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_ResetBits() 281 void GPIO_WriteBit(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin, BitAction BitVal) in GPIO_WriteBit() 313 void GPIO_PinLockConfig(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_PinLockConfig()
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32f10x_gpio.c | 200 uint8_t GPIO_ReadInputDataBit(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_ReadInputDataBit() 235 uint8_t GPIO_ReadOutputDataBit(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_ReadOutputDataBit() 270 void GPIO_SetBits(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_SetBits() 283 void GPIO_ResetBits(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_ResetBits() 298 void GPIO_WriteBit(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin, BitAction BitVal) in GPIO_WriteBit() 330 void GPIO_PinLockConfig(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin) in GPIO_PinLockConfig()
|
| /bsp/stm32/libraries/HAL_Drivers/nano/ |
| A D | drv_gpio.c | 22 uint16_t GPIO_Pin = GET_GPIOPin(pin); in rt_pin_mode() local 111 uint16_t GPIO_Pin = GET_GPIOPin(pin); in rt_pin_write() local 121 uint16_t GPIO_Pin = GET_GPIOPin(pin); in rt_pin_read() local
|
| /bsp/ft32/libraries/Drivers/ |
| A D | drv_gpio.c | 298 static void rt_gpio_deinit(GPIO_TypeDef *GPIOx, uint32_t GPIO_Pin) in rt_gpio_deinit() 500 void GPIO_EXTI_Callback(uint16_t GPIO_Pin) in GPIO_EXTI_Callback() 505 void GPIO_EXTI_IRQHandler(uint16_t GPIO_Pin) in GPIO_EXTI_IRQHandler()
|
| /bsp/n32/libraries/n32_drivers/ |
| A D | drv_spi.h | 25 uint32_t GPIO_Pin; member
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_gpio.c | 539 void HAL_GPIO_EXTI_Rising_Callback(uint16_t GPIO_Pin) in HAL_GPIO_EXTI_Rising_Callback() 544 void HAL_GPIO_EXTI_Falling_Callback(uint16_t GPIO_Pin) in HAL_GPIO_EXTI_Falling_Callback() 549 void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin) in HAL_GPIO_EXTI_Callback()
|
| /bsp/hk32/libraries/rt_drivers/ |
| A D | drv_spi.h | 33 uint32_t GPIO_Pin; member
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/hal/ |
| A D | hal_gpio.h | 82 } GPIO_Pin; typedef
|
| /bsp/apm32/libraries/Drivers/ |
| A D | drv_spi.h | 33 uint16_t GPIO_Pin; member
|
| /bsp/mm32/libraries/HAL_Drivers/ |
| A D | drv_gpio.c | 411 void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin) in HAL_GPIO_EXTI_Callback() 419 void HAL_GPIO_EXTI_IRQHandler(uint16_t GPIO_Pin) in HAL_GPIO_EXTI_IRQHandler()
|