/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_ll_gpio.h | 815 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 D | stm32wbxx_ll_gpio.h | 824 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 D | stm32l4xx_ll_gpio.h | 890 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 D | stm32wbxx_hal_gpio.c | 434 if ((GPIOx->ODR & GPIO_Pin) != 0x00u) in HAL_GPIO_TogglePin()
|
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_hal_gpio.c | 440 if ((GPIOx->ODR & GPIO_Pin) == GPIO_Pin) in HAL_GPIO_TogglePin()
|
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal_gpio.c | 461 odr = GPIOx->ODR; in HAL_GPIO_TogglePin()
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal_gpio.c | 458 if ((GPIOx->ODR & GPIO_Pin) != 0x00u) in HAL_GPIO_TogglePin()
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_hal_gpio.c | 440 if ((GPIOx->ODR & GPIO_Pin) == GPIO_Pin) in HAL_GPIO_TogglePin()
|
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Src/ |
H A D | stm32l0xx_hal_gpio.c | 438 GPIOx->ODR ^= GPIO_Pin; in HAL_GPIO_TogglePin()
|
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Device/ST/STM32F4xx/Include/ |
H A D | stm32f410rx.h | 290 __IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ member
|
H A D | stm32f410tx.h | 287 __IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ member
|
H A D | stm32f410cx.h | 290 __IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ member
|
H A D | stm32f401xe.h | 272 __IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ member
|
H A D | stm32f401xc.h | 272 __IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ member
|
H A D | stm32f411xe.h | 273 __IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ member
|
H A D | stm32f412cx.h | 393 __IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ member
|
H A D | stm32f405xx.h | 438 __IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ member
|
H A D | stm32f415xx.h | 437 __IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ member
|
H A D | stm32f412zx.h | 413 __IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ member
|
H A D | stm32f407xx.h | 534 __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 D | stm32l073xx.h | 311 …__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 D | stm32wb50xx.h | 307 …__IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ member
|
H A D | stm32wb55xx.h | 339 …__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 D | stm32f407xx.h | 550 __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 D | stm32l451xx.h | 501 …__IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ member
|