/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_lpgpio.h | 292 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()
|
D | stm32u5xx_ll_gpio.h | 829 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/ |
D | stm32mp1xx_ll_gpio.h | 817 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/ |
D | stm32f2xx_ll_gpio.h | 814 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/ |
D | stm32u0xx_ll_gpio.h | 826 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/ |
D | stm32l0xx_ll_gpio.h | 776 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/ |
D | stm32f0xx_ll_gpio.h | 771 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/ |
D | stm32c0xx_ll_gpio.h | 820 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/ |
D | stm32f7xx_ll_gpio.h | 814 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/ |
D | stm32g0xx_ll_gpio.h | 790 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/ |
D | stm32wb0x_ll_gpio.h | 780 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/ |
D | stm32h7rsxx_ll_gpio.h | 825 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/ |
D | stm32f3xx_ll_gpio.h | 811 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/ |
D | stm32wbxx_ll_gpio.h | 823 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/ |
D | stm32f4xx_ll_gpio.h | 814 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/ |
D | stm32l1xx_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() 947 uint32_t odr = READ_REG(GPIOx->ODR); in LL_GPIO_TogglePin()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_gpio.h | 827 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/ |
D | stm32l4xx_ll_gpio.h | 889 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/ |
D | stm32l5xx_ll_gpio.h | 818 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/ |
D | stm32h7xx_ll_gpio.h | 817 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/ |
D | stm32wbaxx_ll_gpio.h | 826 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/ |
D | stm32wlxx_ll_gpio.h | 869 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/ |
D | stm32h5xx_ll_gpio.h | 827 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/ |
D | stm32f1xx_ll_gpio.h | 566 …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/ |
D | stm32n6xx_ll_gpio.h | 1174 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()
|