Home
last modified time | relevance | path

Searched refs:ODR (Results 1 – 25 of 65) sorted by relevance

123

/bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/
A DSWM341_gpio.c171 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 Dhal_gpio.c69 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 Dhal_gpio.c179 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 Dstm32l1xx_ll_gpio.h816 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 Dhk32f0xx_gpio.c309 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 Dft32f0xx_gpio.c232 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 DHAL_gpio.c293 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 DHAL_gpio.c305 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 DHAL_gpio.c327 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 DHAL_gpio.c305 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 Dreg_i2c.h65 uint32 ODR; /**< 0x0060 Pin Open Drain Output Enable Register */ member
A Dreg_sci.h61 uint32 ODR; /**< 0x0054: Pin Open Drain Output Enable Register */ member
A Dreg_lin.h62 uint32 ODR; /**< 0x0054: Pin open drain output enable register */ member
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/
A Dair32f10x_gpio.c312 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 Ddrv_uart.c97 scilinREG->ODR = (0U << 2U) /* tx pin */ in _configure()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_gpio.c284 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 Dht32f5xxxx_gpio.c290 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 Dstm32l1xx_hal_gpio.c443 odr = GPIOx->ODR; in HAL_GPIO_TogglePin()
/bsp/mm32f327x/Libraries/MM32F327x/Include/
A Dreg_gpio.h65 …__IO u32 ODR; ///< Output Data Regis… member
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/Device/Holtek/HT32F1xxxx/Include/
A Dht32f1xxxx_01.h552 …__IO uint32_t ODR; /*!< 0x010 Open Drain Selection Register … member
/bsp/ft32/libraries/FT32F0xx/CMSIS/FT32F0xx/Include/
A Dft32f030x6.h338 …__IO uint16_t ODR; /*!< GPIO port output data register, Address… member
A Dft32f030x8.h369 …__IO uint16_t ODR; /*!< GPIO port output data register, Address… member
A Dft32f072x8.h384 …__IO uint16_t ODR; /*!< GPIO port output data register, Address… member
A Dft32f032x8.h378 …__IO uint16_t ODR; /*!< GPIO port output data register, Address… member
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/Device/Holtek/HT32F5xxxx/Include/
A Dht32f5xxxx_01.h902 …__IO uint32_t ODR; /*!< 0x010 Open Drain Selection Register … member

Completed in 144 milliseconds

123