Home
last modified time | relevance | path

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

/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_gpio.h792 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/
Dstm32l1xx_ll_gpio.h831 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/
Dstm32l4xx_ll_gpio.h905 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/
Dstm32l1xx_hal_gpio.c460 GPIOx->ODR ^= GPIO_Pin; in HAL_GPIO_TogglePin()
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_gpio.c452 GPIOx->ODR ^= GPIO_Pin; in HAL_GPIO_TogglePin()
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_gpio.c474 GPIOx->ODR ^= GPIO_Pin; in HAL_GPIO_TogglePin()
/loramac-node-3.7.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h309 …__IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14… member
/loramac-node-3.7.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h326 …__IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14… member
/loramac-node-3.7.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h327 …__IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14… member
/loramac-node-3.7.0/src/boards/SKiM880B/cmsis/
Dstm32l151xba.h326 …__IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14… member
/loramac-node-3.7.0/src/boards/SKiM980A/cmsis/
Dstm32l151xba.h326 …__IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14… member
/loramac-node-3.7.0/src/boards/NAMote72/cmsis/
Dstm32l152xc.h355 …__IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14… member
/loramac-node-3.7.0/src/boards/NucleoL152/cmsis/
Dstm32l152xe.h364 …__IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14… member
/loramac-node-3.7.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h555 …__IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ member