Searched refs:ODR (Results 1 – 14 of 14) sorted by relevance
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_gpio.h | 792 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort() 803 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort() 832 return (READ_BIT(GPIOx->ODR, PinMask) == (PinMask)); in LL_GPIO_IsOutputPinSet() 919 WRITE_REG(GPIOx->ODR, READ_REG(GPIOx->ODR) ^ PinMask); in LL_GPIO_TogglePin()
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_gpio.h | 831 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort() 842 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort() 871 return (READ_BIT(GPIOx->ODR, PinMask) == (PinMask)); in LL_GPIO_IsOutputPinSet() 963 WRITE_REG(GPIOx->ODR, READ_REG(GPIOx->ODR) ^ PinMask); in LL_GPIO_TogglePin()
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_gpio.h | 905 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort() 916 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort() 945 return ((READ_BIT(GPIOx->ODR, PinMask) == (PinMask)) ? 1UL : 0UL); in LL_GPIO_IsOutputPinSet() 1032 WRITE_REG(GPIOx->ODR, READ_REG(GPIOx->ODR) ^ PinMask); in LL_GPIO_TogglePin()
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_hal_gpio.c | 460 GPIOx->ODR ^= GPIO_Pin; in HAL_GPIO_TogglePin()
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_gpio.c | 452 GPIOx->ODR ^= GPIO_Pin; in HAL_GPIO_TogglePin()
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_gpio.c | 474 GPIOx->ODR ^= GPIO_Pin; in HAL_GPIO_TogglePin()
|
/loramac-node-3.7.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 309 …__IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14… member
|
/loramac-node-3.7.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 326 …__IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14… member
|
/loramac-node-3.7.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 327 …__IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14… member
|
/loramac-node-3.7.0/src/boards/SKiM880B/cmsis/ |
D | stm32l151xba.h | 326 …__IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14… member
|
/loramac-node-3.7.0/src/boards/SKiM980A/cmsis/ |
D | stm32l151xba.h | 326 …__IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14… member
|
/loramac-node-3.7.0/src/boards/NAMote72/cmsis/ |
D | stm32l152xc.h | 355 …__IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14… member
|
/loramac-node-3.7.0/src/boards/NucleoL152/cmsis/ |
D | stm32l152xe.h | 364 …__IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14… member
|
/loramac-node-3.7.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 555 …__IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ member
|