| /bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/ |
| A D | SWM341_gpio.c | 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() 285 GPIOx->ODR ^= (bits << n); in GPIO_AtomicInvBits()
|
| /bsp/mm32/libraries/MM32F3270_HAL/MM32F3270_HAL_Driver/Src/ |
| A D | hal_gpio.c | 69 return (GPIOx->ODR & pins); in GPIO_ReadOutDataBit() 74 return (uint16_t)GPIOx->ODR; in GPIO_ReadOutData() 94 GPIOx->ODR = val; in GPIO_WriteBits()
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/ |
| A D | hal_gpio.c | 179 return (gpio->ODR & pin) ? Bit_SET : Bit_RESET; in GPIO_ReadOutputDataBit() 189 return gpio->ODR; in GPIO_ReadOutputData() 243 gpio->ODR = value; in GPIO_Write()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_ll_gpio.h | 816 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort() 827 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort() 856 return (READ_BIT(GPIOx->ODR, PinMask) == (PinMask)); in LL_GPIO_IsOutputPinSet() 948 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin()
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/ |
| A D | hk32f0xx_gpio.c | 309 if ((GPIOx->ODR & GPIO_Pin) != (uint32_t)Bit_RESET) in GPIO_ReadOutputDataBit() 331 return ((uint16_t)GPIOx->ODR); in GPIO_ReadOutputData() 415 GPIOx->ODR = PortVal; in GPIO_Write()
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/ |
| A D | ft32f0xx_gpio.c | 232 if ((GPIOx->ODR & GPIO_Pin) != (uint32_t)Bit_RESET) in GPIO_ReadOutputDataBit() 253 return ((uint16_t)GPIOx->ODR); in GPIO_ReadOutputData() 330 GPIOx->ODR = PortVal; in GPIO_Write()
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/ |
| A D | HAL_gpio.c | 293 if ((GPIOx->ODR & GPIO_Pin) != (uint32_t)Bit_RESET) in GPIO_ReadOutputDataBit() 314 return ((uint16_t)GPIOx->ODR); in GPIO_ReadOutputData() 391 GPIOx->ODR = PortVal; in GPIO_Write()
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/ |
| A D | HAL_gpio.c | 305 if ((GPIOx->ODR & GPIO_Pin) != (uint32_t)Bit_RESET) in GPIO_ReadOutputDataBit() 326 return ((uint16_t)GPIOx->ODR); in GPIO_ReadOutputData() 403 GPIOx->ODR = PortVal; in GPIO_Write()
|
| /bsp/tkm32F499/Libraries/Hal_lib/src/ |
| A D | HAL_gpio.c | 327 if ((GPIOx->ODR & GPIO_Pin) != (uint32_t)Bit_RESET) in GPIO_ReadOutputDataBit() 348 return ((uint16_t)GPIOx->ODR); in GPIO_ReadOutputData() 426 GPIOx->ODR = PortVal; in GPIO_Write()
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/ |
| A D | HAL_gpio.c | 305 if ((GPIOx->ODR & GPIO_Pin) != (uint32_t)Bit_RESET) in GPIO_ReadOutputDataBit() 326 return ((uint16_t)GPIOx->ODR); in GPIO_ReadOutputData() 403 GPIOx->ODR = PortVal; in GPIO_Write()
|
| /bsp/rm48x50/HALCoGen/include/ |
| A D | reg_i2c.h | 65 uint32 ODR; /**< 0x0060 Pin Open Drain Output Enable Register */ member
|
| A D | reg_sci.h | 61 uint32 ODR; /**< 0x0054: Pin Open Drain Output Enable Register */ member
|
| A D | reg_lin.h | 62 uint32 ODR; /**< 0x0054: Pin open drain output enable register */ member
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/ |
| A D | air32f10x_gpio.c | 312 if ((GPIOx->ODR & GPIO_Pin) != (uint32_t)Bit_RESET) in GPIO_ReadOutputDataBit() 333 return ((uint16_t)GPIOx->ODR); in GPIO_ReadOutputData() 407 GPIOx->ODR = PortVal; in GPIO_Write()
|
| /bsp/rm48x50/drivers/ |
| A D | drv_uart.c | 97 scilinREG->ODR = (0U << 2U) /* tx pin */ in _configure()
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/ |
| A D | ht32f1xxxx_gpio.c | 284 HT_GPIOx->ODR |= GPIO_PIN_nBITMAP; in GPIO_OpenDrainConfig() 286 HT_GPIOx->ODR &= ~GPIO_PIN_nBITMAP; in GPIO_OpenDrainConfig()
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/ |
| A D | ht32f5xxxx_gpio.c | 290 HT_GPIOx->ODR |= GPIO_PIN_nBITMAP; in GPIO_OpenDrainConfig() 292 HT_GPIOx->ODR &= ~GPIO_PIN_nBITMAP; in GPIO_OpenDrainConfig()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_hal_gpio.c | 443 odr = GPIOx->ODR; in HAL_GPIO_TogglePin()
|
| /bsp/mm32f327x/Libraries/MM32F327x/Include/ |
| A D | reg_gpio.h | 65 …__IO u32 ODR; ///< Output Data Regis… member
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/Device/Holtek/HT32F1xxxx/Include/ |
| A D | ht32f1xxxx_01.h | 552 …__IO uint32_t ODR; /*!< 0x010 Open Drain Selection Register … member
|
| /bsp/ft32/libraries/FT32F0xx/CMSIS/FT32F0xx/Include/ |
| A D | ft32f030x6.h | 338 …__IO uint16_t ODR; /*!< GPIO port output data register, Address… member
|
| A D | ft32f030x8.h | 369 …__IO uint16_t ODR; /*!< GPIO port output data register, Address… member
|
| A D | ft32f072x8.h | 384 …__IO uint16_t ODR; /*!< GPIO port output data register, Address… member
|
| A D | ft32f032x8.h | 378 …__IO uint16_t ODR; /*!< GPIO port output data register, Address… member
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/Device/Holtek/HT32F5xxxx/Include/ |
| A D | ht32f5xxxx_01.h | 902 …__IO uint32_t ODR; /*!< 0x010 Open Drain Selection Register … member
|