Home
last modified time | relevance | path

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

12

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_gpio.h815 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort()
826 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort()
855 return (READ_BIT(GPIOx->ODR, PinMask) == (PinMask)); in LL_GPIO_IsOutputPinSet()
942 WRITE_REG(GPIOx->ODR, READ_REG(GPIOx->ODR) ^ PinMask); in LL_GPIO_TogglePin()
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/
H A Dstm32wbxx_ll_gpio.h824 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort()
835 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort()
864 return ((READ_BIT(GPIOx->ODR, PinMask) == (PinMask)) ? 1UL : 0UL); in LL_GPIO_IsOutputPinSet()
951 WRITE_REG(GPIOx->ODR, READ_REG(GPIOx->ODR) ^ PinMask); in LL_GPIO_TogglePin()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_gpio.h890 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort()
901 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort()
930 return ((READ_BIT(GPIOx->ODR, PinMask) == (PinMask)) ? 1UL : 0UL); in LL_GPIO_IsOutputPinSet()
1017 WRITE_REG(GPIOx->ODR, READ_REG(GPIOx->ODR) ^ PinMask); in LL_GPIO_TogglePin()
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/
H A Dstm32wbxx_hal_gpio.c434 if ((GPIOx->ODR & GPIO_Pin) != 0x00u) in HAL_GPIO_TogglePin()
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_gpio.c440 if ((GPIOx->ODR & GPIO_Pin) == GPIO_Pin) in HAL_GPIO_TogglePin()
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_gpio.c461 odr = GPIOx->ODR; in HAL_GPIO_TogglePin()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_gpio.c458 if ((GPIOx->ODR & GPIO_Pin) != 0x00u) in HAL_GPIO_TogglePin()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_gpio.c440 if ((GPIOx->ODR & GPIO_Pin) == GPIO_Pin) in HAL_GPIO_TogglePin()
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Src/
H A Dstm32l0xx_hal_gpio.c438 GPIOx->ODR ^= GPIO_Pin; in HAL_GPIO_TogglePin()
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Device/ST/STM32F4xx/Include/
H A Dstm32f410rx.h290 __IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ member
H A Dstm32f410tx.h287 __IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ member
H A Dstm32f410cx.h290 __IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ member
H A Dstm32f401xe.h272 __IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ member
H A Dstm32f401xc.h272 __IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ member
H A Dstm32f411xe.h273 __IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ member
H A Dstm32f412cx.h393 __IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ member
H A Dstm32f405xx.h438 __IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ member
H A Dstm32f415xx.h437 __IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ member
H A Dstm32f412zx.h413 __IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ member
H A Dstm32f407xx.h534 __IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ member
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/CMSIS/Device/ST/STM32L0xx/Include/
H A Dstm32l073xx.h311 …__IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14… member
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/CMSIS/Device/ST/STM32WBxx/Include/
H A Dstm32wb50xx.h307 …__IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ member
H A Dstm32wb55xx.h339 …__IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ member
/btstack/port/stm32-f4discovery-cc256x/Drivers/CMSIS/Device/ST/STM32F4xx/Include/
H A Dstm32f407xx.h550 __IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ member
/btstack/port/stm32-l451-miromico-sx1280/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
H A Dstm32l451xx.h501 …__IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ member

12