Home
last modified time | relevance | path

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

12345678910>>...14

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_lpgpio.h292 WRITE_REG(LPGPIOx->ODR, PortValue); in LL_LPGPIO_WriteOutputPort()
303 return (uint32_t)(READ_REG(LPGPIOx->ODR)); in LL_LPGPIO_ReadOutputPort()
332 return ((READ_BIT(LPGPIOx->ODR, PinMask) == (PinMask)) ? 1UL : 0UL); in LL_LPGPIO_IsOutputPinSet()
419 WRITE_REG(LPGPIOx->ODR, READ_REG(LPGPIOx->ODR) ^ PinMask); in LL_LPGPIO_TogglePin()
Dstm32u5xx_ll_gpio.h829 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort()
840 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort()
869 return ((READ_BIT(GPIOx->ODR, PinMask) == (PinMask)) ? 1UL : 0UL); in LL_GPIO_IsOutputPinSet()
956 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_gpio.h817 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort()
828 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort()
857 return (READ_BIT(GPIOx->ODR, PinMask) == (PinMask)); in LL_GPIO_IsOutputPinSet()
944 WRITE_REG(GPIOx->ODR, READ_REG(GPIOx->ODR) ^ PinMask); in LL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_gpio.h814 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort()
825 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort()
854 return (READ_BIT(GPIOx->ODR, PinMask) == (PinMask)); in LL_GPIO_IsOutputPinSet()
941 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_gpio.h826 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort()
837 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort()
866 return ((READ_BIT(GPIOx->ODR, PinMask) == (PinMask)) ? 1UL : 0UL); in LL_GPIO_IsOutputPinSet()
953 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_gpio.h776 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort()
787 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort()
816 return (READ_BIT(GPIOx->ODR, PinMask) == (PinMask)); in LL_GPIO_IsOutputPinSet()
903 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_gpio.h771 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort()
782 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort()
811 return (READ_BIT(GPIOx->ODR, PinMask) == (PinMask)); in LL_GPIO_IsOutputPinSet()
898 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_gpio.h820 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort()
831 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort()
860 return ((READ_BIT(GPIOx->ODR, PinMask) == (PinMask)) ? 1UL : 0UL); in LL_GPIO_IsOutputPinSet()
947 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_gpio.h814 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort()
825 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort()
854 return (READ_BIT(GPIOx->ODR, PinMask) == (PinMask)); in LL_GPIO_IsOutputPinSet()
941 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_gpio.h790 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort()
801 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort()
830 return ((READ_BIT(GPIOx->ODR, PinMask) == (PinMask)) ? 1UL : 0UL); in LL_GPIO_IsOutputPinSet()
917 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_gpio.h780 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort()
791 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort()
820 return ((READ_BIT(GPIOx->ODR, PinMask) == (PinMask)) ? 1UL : 0UL); in LL_GPIO_IsOutputPinSet()
907 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_gpio.h825 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort()
836 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort()
865 return ((READ_BIT(GPIOx->ODR, PinMask) == (PinMask)) ? 1UL : 0UL); in LL_GPIO_IsOutputPinSet()
952 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_gpio.h811 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort()
822 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort()
851 return (READ_BIT(GPIOx->ODR, PinMask) == (PinMask)); in LL_GPIO_IsOutputPinSet()
938 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_gpio.h823 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort()
834 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort()
863 return ((READ_BIT(GPIOx->ODR, PinMask) == (PinMask)) ? 1UL : 0UL); in LL_GPIO_IsOutputPinSet()
950 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_gpio.h814 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort()
825 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort()
854 return (READ_BIT(GPIOx->ODR, PinMask) == (PinMask)); in LL_GPIO_IsOutputPinSet()
941 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_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()
947 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_gpio.h827 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort()
838 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort()
867 return ((READ_BIT(GPIOx->ODR, PinMask) == (PinMask)) ? 1UL : 0UL); in LL_GPIO_IsOutputPinSet()
954 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_gpio.h889 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort()
900 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort()
929 return ((READ_BIT(GPIOx->ODR, PinMask) == (PinMask)) ? 1UL : 0UL); in LL_GPIO_IsOutputPinSet()
1016 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_gpio.h818 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort()
829 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort()
858 return ((READ_BIT(GPIOx->ODR, PinMask) == (PinMask)) ? 1UL : 0UL); in LL_GPIO_IsOutputPinSet()
945 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_gpio.h817 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort()
828 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort()
857 return ((READ_BIT(GPIOx->ODR, PinMask) == (PinMask)) ? 1UL : 0UL); in LL_GPIO_IsOutputPinSet()
944 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_gpio.h826 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort()
837 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort()
866 return ((READ_BIT(GPIOx->ODR, PinMask) == (PinMask)) ? 1UL : 0UL); in LL_GPIO_IsOutputPinSet()
953 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_gpio.h869 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort()
880 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort()
909 return ((READ_BIT(GPIOx->ODR, PinMask) == (PinMask)) ? 1UL : 0UL); in LL_GPIO_IsOutputPinSet()
996 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_gpio.h827 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort()
838 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort()
867 return ((READ_BIT(GPIOx->ODR, PinMask) == (PinMask)) ? 1UL : 0UL); in LL_GPIO_IsOutputPinSet()
954 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_gpio.h566 …MODIFY_REG(GPIOx->ODR, (Pin >> GPIO_PIN_MASK_POS), Pull << (POSITION_VAL(Pin >> GPIO_PIN_MASK_POS)… in LL_GPIO_SetPinPull()
597 …return (READ_BIT(GPIOx->ODR, (GPIO_ODR_ODR0 << (POSITION_VAL(Pin >> GPIO_PIN_MASK_POS)))) >> (POSI… in LL_GPIO_GetPinPull()
736 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort()
747 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort()
776 …return (READ_BIT(GPIOx->ODR, (PinMask >> GPIO_PIN_MASK_POS) & 0x0000FFFFU) == ((PinMask >> GPIO_PI… in LL_GPIO_IsOutputPinSet()
863 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_gpio.h1174 WRITE_REG(GPIOx->ODR, PortValue); in LL_GPIO_WriteOutputPort()
1185 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort()
1214 return ((READ_BIT(GPIOx->ODR, PinMask) == (PinMask)) ? 1UL : 0UL); in LL_GPIO_IsOutputPinSet()
1301 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin()

12345678910>>...14