| /bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Inc/ |
| A D | fm33lc0xx_fl_gpio.h | 369 SET_BIT(GPIOx->INEN, ((pin & 0xffff) << 0x0U)); in FL_GPIO_EnablePinInput() 455 SET_BIT(GPIOx->PUEN, ((pin & 0xffff) << 0x0U)); in FL_GPIO_EnablePinPullup() 541 SET_BIT(GPIOx->ODEN, ((pin & 0xffff) << 0x0U)); in FL_GPIO_EnablePinOpenDrain() 627 SET_BIT(GPIOx->DFS, ((pin & 0xffff) << 0x0U)); in FL_GPIO_EnablePinRemap() 656 CLEAR_BIT(GPIOx->DFS, ((pin & 0xffff) << 0x0U)); in FL_GPIO_DisablePinRemap() 721 SET_BIT(GPIOx->ANEN, ((pin & 0xffff) << 0x0U)); in FL_GPIO_EnablePinAnalogSwitch() 924 if(pin&GPIOx->DO) in FL_GPIO_ToggleOutputPin() 926 WRITE_REG(GPIOx->DRST, pin); in FL_GPIO_ToggleOutputPin() 930 WRITE_REG(GPIOx->DSET, pin); in FL_GPIO_ToggleOutputPin() 999 SET_BIT(GPIOx->DSET, ((pin & 0xffff) << 0x0U)); in FL_GPIO_SetOutputPin() [all …]
|
| /bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/src/ |
| A D | tae32f53xx_ll_gpio.c | 79 assert_param(IS_GPIO_ALL_INSTANCE(GPIOx)); in LL_GPIO_Init() 119 WRITE_REG(GPIOx->IER, (READ_REG(GPIOx->ITER) == 0x00UL) ? 0x00UL : 0x01UL); in LL_GPIO_Init() 178 assert_param(IS_GPIO_ALL_INSTANCE(GPIOx)); in LL_GPIO_DeInit() 210 WRITE_REG(GPIOx->IER, (READ_REG(GPIOx->ITER) == 0) ? 0x00 : 0x01); in LL_GPIO_DeInit() 259 assert_param(IS_GPIO_ALL_INSTANCE(GPIOx)); in LL_GPIO_AF_Config() 341 GPIOx->BSRR = GPIO_Pin; in LL_GPIO_WritePin() 359 GPIOx->DR ^= (GPIO_Pin & GPIO_PIN_All); in LL_GPIO_TogglePin() 373 WRITE_REG(GPIOx->DR, Data); in LL_GPIO_WriteData() 387 return READ_REG(GPIOx->DR) & 0xFFFFUL; in LL_GPIO_ReadData() 414 void LL_GPIO_IRQHandler(GPIO_TypeDef *GPIOx) in LL_GPIO_IRQHandler() argument [all …]
|
| /bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Source/ |
| A D | lib_gpio.c | 40 if (GPIOF == GPIOx) in GPIOBToF_Init() 138 tmp = GPIOx->STS; in GPIOBToF_ReadInputDataBit() 161 tmp = GPIOx->STS; in GPIOA_ReadInputDataBit() 180 return GPIOx->STS; in GPIOBToF_ReadInputData() 193 return GPIOx->STS; in GPIOA_ReadInputData() 210 tmp = GPIOx->DAT; in GPIOBToF_ReadOutputDataBit() 232 tmp = GPIOx->DAT; in GPIOA_ReadOutputDataBit() 250 return GPIOx->DAT; in GPIOBToF_ReadOutputData() 263 return GPIOx->DAT; in GPIOA_ReadOutputData() 391 GPIOx->DAT = val; in GPIOBToF_Write() [all …]
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/ |
| A D | hk32f0xx_gpio.c | 96 if (GPIOx == GPIOA) in GPIO_DeInit() 101 else if (GPIOx == GPIOB) in GPIO_DeInit() 106 else if (GPIOx == GPIOC) in GPIO_DeInit() 111 else if (GPIOx == GPIOD) in GPIO_DeInit() 118 if (GPIOx == GPIOF) in GPIO_DeInit() 221 GPIOx->LCKR = tmp; in GPIO_PinLockConfig() 225 GPIOx->LCKR = tmp; in GPIO_PinLockConfig() 227 tmp = GPIOx->LCKR; in GPIO_PinLockConfig() 229 tmp = GPIOx->LCKR; in GPIO_PinLockConfig() 369 GPIOx->BRR = GPIO_Pin; in GPIO_ResetBits() [all …]
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/ |
| A D | ft32f0xx_gpio.c | 31 if(GPIOx == GPIOA) in GPIO_DeInit() 36 else if(GPIOx == GPIOB) in GPIO_DeInit() 41 else if(GPIOx == GPIOC) in GPIO_DeInit() 46 else if(GPIOx == GPIOD) in GPIO_DeInit() 58 if(GPIOx == GPIOF) in GPIO_DeInit() 160 GPIOx->LCKR = tmp; in GPIO_PinLockConfig() 164 GPIOx->LCKR = tmp; in GPIO_PinLockConfig() 166 tmp = GPIOx->LCKR; in GPIO_PinLockConfig() 168 tmp = GPIOx->LCKR; in GPIO_PinLockConfig() 287 GPIOx->BRR = GPIO_Pin; in GPIO_ResetBits() [all …]
|
| /bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/ |
| A D | lib_gpio.c | 53 tmp_reg1 = GPIOx->OEN; in GPIOBToF_Init() 55 tmp_reg2 = GPIOx->IE; in GPIOBToF_Init() 65 GPIOx->OEN = tmp_reg1; in GPIOBToF_Init() 66 GPIOx->IE = tmp_reg2; in GPIOBToF_Init() 168 return GPIOx->STS; in GPIOBToF_ReadInputData() 181 return GPIOx->STS; in GPIOA_ReadInputData() 230 return GPIOx->DAT; in GPIOBToF_ReadOutputData() 243 return GPIOx->DAT; in GPIOA_ReadOutputData() 323 GPIOx->DAT = val; in GPIOBToF_Write() 337 GPIOx->DAT = val; in GPIOA_Write() [all …]
|
| /bsp/mm32/libraries/MM32F3270_HAL/MM32F3270_HAL_Driver/Src/ |
| A D | hal_gpio.c | 25 addr = &(GPIOx->CRL); in GPIO_Init() 35 addr = &(GPIOx->CRH); in GPIO_Init() 79 GPIOx->BSRR = pins; in GPIO_SetBits() 84 GPIOx->BRR = pins; in GPIO_ClearBits() 89 (val != 0u) ? (GPIOx->BSRR = pins) : (GPIOx->BRR = pins); in GPIO_WriteBit() 94 GPIOx->ODR = val; in GPIO_WriteBits() 99 (enable_lock) ? (GPIOx->LCKR |= pins) : (GPIOx->LCKR &= ~pins); in GPIO_PinLock() 107 GPIOx->LCKR; in GPIO_PinLockConf() 108 GPIOx->LCKR; in GPIO_PinLockConf() 126 GPIOx->AFRL = val; in GPIO_PinAFConf() [all …]
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/ |
| A D | HAL_gpio.c | 161 tmpreg = GPIOx->CRL; in GPIO_Init() 190 GPIOx->CRL = tmpreg; in GPIO_Init() 196 tmpreg = GPIOx->CRH; in GPIO_Init() 222 GPIOx->CRH = tmpreg; in GPIO_Init() 331 GPIOx->BSRR = GPIO_Pin; in GPIO_SetBits() 348 GPIOx->BRR = GPIO_Pin; in GPIO_ResetBits() 391 GPIOx->ODR = PortVal; in GPIO_Write() 412 GPIOx->LCKR = tmp; in GPIO_PinLockConfig() 416 GPIOx->LCKR = tmp; in GPIO_PinLockConfig() 418 tmp = GPIOx->LCKR; in GPIO_PinLockConfig() [all …]
|
| /bsp/yichip/yc3121-pos/Libraries/sdk/ |
| A D | yc_gpio.c | 13 _ASSERT(ISGPIOGROUP(GPIOx)); in GPIO_Config() 27 _ASSERT(ISGPIOGROUP(GPIOx)); in GPIO_Init() 82 _ASSERT(ISGPIOGROUP(GPIOx)); in GPIO_PullUpCmd() 105 _ASSERT(ISGPIOGROUP(GPIOx)); in GPIO_ReadInputData() 107 return GPIO_IN(GPIOx); in GPIO_ReadInputData() 112 _ASSERT(ISGPIOGROUP(GPIOx)); in GPIO_ReadInputDataBit() 127 _ASSERT(ISGPIOGROUP(GPIOx)); in GPIO_ReadOutputData() 129 return GPIO_IN(GPIOx); in GPIO_ReadOutputData() 134 _ASSERT(ISGPIOGROUP(GPIOx)); in GPIO_ReadOutputDataBit() 149 _ASSERT(ISGPIOGROUP(GPIOx)); in GPIO_ResetBits() [all …]
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/ |
| A D | ald_gpio.c | 256 tmp = i < 8 ? READ_REG(GPIOx->FUNC0) : READ_REG(GPIOx->FUNC1); in ald_gpio_init() 259 i < 8 ? WRITE_REG(GPIOx->FUNC0, tmp) : WRITE_REG(GPIOx->FUNC1, tmp); in ald_gpio_init() 322 if (GPIOx == GPIOA) in ald_gpio_exti_init() 324 else if (GPIOx == GPIOB) in ald_gpio_exti_init() 326 else if (GPIOx == GPIOC) in ald_gpio_exti_init() 328 else if (GPIOx == GPIOD) in ald_gpio_exti_init() 330 else if (GPIOx == GPIOE) in ald_gpio_exti_init() 332 else if (GPIOx == GPIOF) in ald_gpio_exti_init() 334 else if (GPIOx == GPIOG) in ald_gpio_exti_init() 336 else if (GPIOx == GPIOH) in ald_gpio_exti_init() [all …]
|
| /bsp/tkm32F499/Libraries/Hal_lib/src/ |
| A D | HAL_gpio.c | 160 tmpreg = GPIOx->CRL; in GPIO_Init() 189 GPIOx->CRL = tmpreg; in GPIO_Init() 195 tmpreg = GPIOx->CRH; in GPIO_Init() 221 GPIOx->CRH = tmpreg; in GPIO_Init() 366 GPIOx->BSRR = GPIO_Pin; in GPIO_SetBits() 383 GPIOx->BRR = GPIO_Pin; in GPIO_ResetBits() 426 GPIOx->ODR = PortVal; in GPIO_Write() 447 GPIOx->LCKR = tmp; in GPIO_PinLockConfig() 451 GPIOx->LCKR = tmp; in GPIO_PinLockConfig() 453 tmp = GPIOx->LCKR; in GPIO_PinLockConfig() [all …]
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_ll_gpio.h | 310 return (uint32_t)(READ_BIT(GPIOx->MODER, in LL_GPIO_GetPinMode() 519 return (uint32_t)(READ_BIT(GPIOx->PUPDR, in LL_GPIO_GetPinPull() 712 WRITE_REG(GPIOx->LCKR, PinMask); in LL_GPIO_LockPin() 715 temp = READ_REG(GPIOx->LCKR); in LL_GPIO_LockPin() 775 return (uint32_t)(READ_REG(GPIOx->IDR)); in LL_GPIO_ReadInputPort() 816 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort() 827 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort() 885 WRITE_REG(GPIOx->BSRR, PinMask); in LL_GPIO_SetOutputPin() 916 WRITE_REG(GPIOx->BRR, PinMask); in LL_GPIO_ResetOutputPin() 918 WRITE_REG(GPIOx->BSRR, (PinMask << 16)); in LL_GPIO_ResetOutputPin() [all …]
|
| /bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/ |
| A D | n32l43x_gpio.c | 129 if (GPIOx == GPIOA) in GPIO_DeInit() 469 GPIOx->PBSC = Pin; in GPIO_SetBits() 477 GPIOx->PBSC = Pin; in GPIO_SetBitsHigh16() 492 GPIOx->PBC = Pin; in GPIO_ResetBits() 551 GPIOx->PLOCK = tmp; in GPIO_ConfigPinLock() 553 GPIOx->PLOCK = Pin; in GPIO_ConfigPinLock() 555 GPIOx->PLOCK = tmp; in GPIO_ConfigPinLock() 557 tmp = GPIOx->PLOCK; in GPIO_ConfigPinLock() 559 tmp = GPIOx->PLOCK; in GPIO_ConfigPinLock() 574 GPIO_Module *GPIOx; in GPIO_ConfigPinRemap() local [all …]
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/ |
| A D | n32l40x_gpio.c | 129 if (GPIOx == GPIOA) in GPIO_DeInit() 469 GPIOx->PBSC = Pin; in GPIO_SetBits() 477 GPIOx->PBSC = Pin; in GPIO_SetBitsHigh16() 492 GPIOx->PBC = Pin; in GPIO_ResetBits() 551 GPIOx->PLOCK = tmp; in GPIO_ConfigPinLock() 553 GPIOx->PLOCK = Pin; in GPIO_ConfigPinLock() 555 GPIOx->PLOCK = tmp; in GPIO_ConfigPinLock() 557 tmp = GPIOx->PLOCK; in GPIO_ConfigPinLock() 559 tmp = GPIOx->PLOCK; in GPIO_ConfigPinLock() 574 GPIO_Module *GPIOx; in GPIO_ConfigPinRemap() local [all …]
|
| /bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/ |
| A D | n32g43x_gpio.c | 129 if (GPIOx == GPIOA) in GPIO_DeInit() 469 GPIOx->PBSC = Pin; in GPIO_SetBits() 477 GPIOx->PBSC = Pin; in GPIO_SetBitsHigh16() 492 GPIOx->PBC = Pin; in GPIO_ResetBits() 551 GPIOx->PLOCK = tmp; in GPIO_ConfigPinLock() 553 GPIOx->PLOCK = Pin; in GPIO_ConfigPinLock() 555 GPIOx->PLOCK = tmp; in GPIO_ConfigPinLock() 557 tmp = GPIOx->PLOCK; in GPIO_ConfigPinLock() 559 tmp = GPIOx->PLOCK; in GPIO_ConfigPinLock() 574 GPIO_Module *GPIOx; in GPIO_ConfigPinRemap() local [all …]
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ |
| A D | ald_gpio.c | 248 tmp = i < 8 ? READ_REG(GPIOx->FUNC0) : READ_REG(GPIOx->FUNC1); in ald_gpio_init() 251 i < 8 ? WRITE_REG(GPIOx->FUNC0, tmp) : WRITE_REG(GPIOx->FUNC1, tmp); in ald_gpio_init() 313 if (GPIOx == GPIOA) in ald_gpio_exti_init() 315 else if (GPIOx == GPIOB) in ald_gpio_exti_init() 317 else if (GPIOx == GPIOC) in ald_gpio_exti_init() 319 else if (GPIOx == GPIOD) in ald_gpio_exti_init() 321 else if (GPIOx == GPIOE) in ald_gpio_exti_init() 323 else if (GPIOx == GPIOF) in ald_gpio_exti_init() 325 else if (GPIOx == GPIOG) in ald_gpio_exti_init() 327 else if (GPIOx == GPIOH) in ald_gpio_exti_init() [all …]
|
| /bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/ |
| A D | SWM320_exti.c | 35 EXTI_Close(GPIOx, n); //配置关键寄存器前先关闭 in EXTI_Init() 65 GPIOx->INTCLR = (1 << n); //清除掉因为模式配置可能产生的中断 in EXTI_Init() 76 void EXTI_Open(GPIO_TypeDef * GPIOx, uint32_t n) in EXTI_Open() argument 78 GPIOx->INTEN |= (0x01 << n); in EXTI_Open() 89 void EXTI_Close(GPIO_TypeDef * GPIOx, uint32_t n) in EXTI_Close() argument 91 GPIOx->INTEN &= ~(0x01 << n); in EXTI_Close() 102 uint32_t EXTI_State(GPIO_TypeDef * GPIOx, uint32_t n) in EXTI_State() argument 104 return (GPIOx->INTSTAT >> n) & 0x01; in EXTI_State() 117 return (GPIOx->INTRAWSTAT >> n) & 0x01; in EXTI_RawState() 128 void EXTI_Clear(GPIO_TypeDef * GPIOx, uint32_t n) in EXTI_Clear() argument [all …]
|
| /bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/ |
| A D | SWM341_exti.c | 34 EXTI_Close(GPIOx, n); //配置关键寄存器前先关闭 in EXTI_Init() 64 GPIOx->INTCLR = (1 << n); //清除掉因为模式配置可能产生的中断 in EXTI_Init() 75 void EXTI_Open(GPIO_TypeDef * GPIOx, uint32_t n) in EXTI_Open() argument 77 GPIOx->INTEN |= (0x01 << n); in EXTI_Open() 88 void EXTI_Close(GPIO_TypeDef * GPIOx, uint32_t n) in EXTI_Close() argument 90 GPIOx->INTEN &= ~(0x01 << n); in EXTI_Close() 101 uint32_t EXTI_State(GPIO_TypeDef * GPIOx, uint32_t n) in EXTI_State() argument 103 return (GPIOx->INTSTAT >> n) & 0x01; in EXTI_State() 116 return (GPIOx->INTRAWSTAT >> n) & 0x01; in EXTI_RawState() 127 void EXTI_Clear(GPIO_TypeDef * GPIOx, uint32_t n) in EXTI_Clear() argument [all …]
|
| A D | SWM341_gpio.c | 41 switch((uint32_t)GPIOx) in GPIO_Init() 89 GPIOx->DIR |= (0x01 << n); in GPIO_Init() 114 *(&GPIOx->DATAPIN0 + n) = 1; in GPIO_SetBit() 127 *(&GPIOx->DATAPIN0 + n) = 0; in GPIO_ClrBit() 140 *(&GPIOx->DATAPIN0 + n) = 1 - *(&GPIOx->DATAPIN0 + n); in GPIO_InvBit() 171 GPIOx->ODR |= (bits << n); in GPIO_SetBits() 189 GPIOx->ODR &= ~(bits << n); in GPIO_ClrBits() 207 GPIOx->ODR ^= (bits << n); in GPIO_InvBits() 245 GPIOx->ODR |= (bits << n); in GPIO_AtomicSetBits() 265 GPIOx->ODR &= ~(bits << n); in GPIO_AtomicClrBits() [all …]
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/ |
| A D | air32f10x_gpio.c | 98 if (GPIOx == GPIOA) in GPIO_DeInit() 103 else if (GPIOx == GPIOB) in GPIO_DeInit() 130 if (GPIOx == GPIOG) in GPIO_DeInit() 180 tmpreg = GPIOx->CRL; in GPIO_Init() 209 GPIOx->CRL = tmpreg; in GPIO_Init() 215 tmpreg = GPIOx->CRH; in GPIO_Init() 407 GPIOx->ODR = PortVal; in GPIO_Write() 427 GPIOx->LCKR = tmp; in GPIO_PinLockConfig() 431 GPIOx->LCKR = tmp; in GPIO_PinLockConfig() 433 tmp = GPIOx->LCKR; in GPIO_PinLockConfig() [all …]
|
| /bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/ |
| A D | ald_gpio.c | 246 tmp = i < 8 ? READ_REG(GPIOx->FUNC0) : READ_REG(GPIOx->FUNC1); in ald_gpio_init() 249 i < 8 ? WRITE_REG(GPIOx->FUNC0, tmp) : WRITE_REG(GPIOx->FUNC1, tmp); in ald_gpio_init() 311 if (GPIOx == GPIOA) in ald_gpio_exti_init() 313 else if (GPIOx == GPIOB) in ald_gpio_exti_init() 315 else if (GPIOx == GPIOC) in ald_gpio_exti_init() 317 else if (GPIOx == GPIOD) in ald_gpio_exti_init() 400 GPIOx->BSRR = pin; in ald_gpio_write_pin() 416 WRITE_REG(GPIOx->BIR, pin); in ald_gpio_toggle_pin() 477 WRITE_REG(GPIOx->LOCK, pin); in ald_gpio_lock_pin() 491 return READ_REG(GPIOx->DIN); in ald_gpio_read_port() [all …]
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/ |
| A D | HAL_gpio.c | 173 tmpreg = GPIOx->CRL; in GPIO_Init() 202 GPIOx->CRL = tmpreg; in GPIO_Init() 208 tmpreg = GPIOx->CRH; in GPIO_Init() 234 GPIOx->CRH = tmpreg; in GPIO_Init() 343 GPIOx->BSRR = GPIO_Pin; in GPIO_SetBits() 360 GPIOx->BRR = GPIO_Pin; in GPIO_ResetBits() 403 GPIOx->ODR = PortVal; in GPIO_Write() 424 GPIOx->LCKR = tmp; in GPIO_PinLockConfig() 428 GPIOx->LCKR = tmp; in GPIO_PinLockConfig() 430 tmp = GPIOx->LCKR; in GPIO_PinLockConfig() [all …]
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/ |
| A D | HAL_gpio.c | 173 tmpreg = GPIOx->CRL; in GPIO_Init() 202 GPIOx->CRL = tmpreg; in GPIO_Init() 208 tmpreg = GPIOx->CRH; in GPIO_Init() 234 GPIOx->CRH = tmpreg; in GPIO_Init() 343 GPIOx->BSRR = GPIO_Pin; in GPIO_SetBits() 360 GPIOx->BRR = GPIO_Pin; in GPIO_ResetBits() 403 GPIOx->ODR = PortVal; in GPIO_Write() 424 GPIOx->LCKR = tmp; in GPIO_PinLockConfig() 428 GPIOx->LCKR = tmp; in GPIO_PinLockConfig() 430 tmp = GPIOx->LCKR; in GPIO_PinLockConfig() [all …]
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32v10x_gpio.c | 33 if(GPIOx == GPIOA) in GPIO_DeInit() 38 else if(GPIOx == GPIOB) in GPIO_DeInit() 43 else if(GPIOx == GPIOC) in GPIO_DeInit() 48 else if(GPIOx == GPIOD) in GPIO_DeInit() 53 else if(GPIOx == GPIOE) in GPIO_DeInit() 58 else if(GPIOx == GPIOF) in GPIO_DeInit() 65 if(GPIOx == GPIOG) in GPIO_DeInit() 358 GPIOx->LCKR = tmp; in GPIO_PinLockConfig() 360 GPIOx->LCKR = tmp; in GPIO_PinLockConfig() 361 tmp = GPIOx->LCKR; in GPIO_PinLockConfig() [all …]
|
| /bsp/yichip/yc3122-pos/Libraries/sdk/ |
| A D | yc_gpio.c | 57 _ASSERT(IS_GPIO_PORT(GPIOx)); in GPIO_Config() 73 _ASSERT(IS_GPIO_PORT(GPIOx)); in GPIO_Init() 96 _ASSERT(IS_GPIO_PORT(GPIOx)); in GPIO_PullUpCmd() 125 _ASSERT(IS_GPIO_PORT(GPIOx)); in GPIO_ReadInputData() 139 _ASSERT(IS_GPIO_PORT(GPIOx)); in GPIO_ReadInputDataBit() 157 _ASSERT(IS_GPIO_PORT(GPIOx)); in GPIO_ReadOutputData() 171 _ASSERT(IS_GPIO_PORT(GPIOx)); in GPIO_ReadOutputDataBit() 190 _ASSERT(IS_GPIO_PORT(GPIOx)); in GPIO_ResetBit() 203 _ASSERT(IS_GPIO_PORT(GPIOx)); in GPIO_ResetBits() 223 _ASSERT(IS_GPIO_PORT(GPIOx)); in GPIO_SetBit() [all …]
|