Macros

GPIO Configuration Mode Elements values convention: 0xX0yz00YZ. More...

Collaboration diagram for GPIO mode define:

Macros

#define GPIO_MODE_AF_OD   0x00000012U
 
#define GPIO_MODE_AF_OD   0x00000012U
 
#define GPIO_MODE_AF_OD   (0x00000012U)
 
#define GPIO_MODE_AF_OD   ((uint32_t)0x00000012U)
 
#define GPIO_MODE_AF_OD   0x00000012U
 
#define GPIO_MODE_AF_OD   (0x00000012U)
 
#define GPIO_MODE_AF_PP   0x00000002U
 
#define GPIO_MODE_AF_PP   0x00000002U
 
#define GPIO_MODE_AF_PP   (0x00000002U)
 
#define GPIO_MODE_AF_PP   ((uint32_t)0x00000002U)
 
#define GPIO_MODE_AF_PP   (0x00000002U)
 
#define GPIO_MODE_AF_PP   0x00000002U
 
#define GPIO_MODE_ANALOG   (0x00000003U)
 
#define GPIO_MODE_ANALOG   0x00000003U
 
#define GPIO_MODE_ANALOG   ((uint32_t)0x00000003U)
 
#define GPIO_MODE_ANALOG   (0x00000003U)
 
#define GPIO_MODE_ANALOG   0x00000003U
 
#define GPIO_MODE_ANALOG   0x00000003U
 
#define GPIO_MODE_EVT_FALLING   0x10220000U
 
#define GPIO_MODE_EVT_FALLING   (0x11220000U)
 
#define GPIO_MODE_EVT_FALLING   0x10220000U
 
#define GPIO_MODE_EVT_FALLING   0x10220000U
 
#define GPIO_MODE_EVT_FALLING   ((uint32_t)0x10220000U)
 
#define GPIO_MODE_EVT_FALLING   (0x11220000U)
 
#define GPIO_MODE_EVT_RISING   (0x11120000U)
 
#define GPIO_MODE_EVT_RISING   0x10120000U
 
#define GPIO_MODE_EVT_RISING   0x10120000U
 
#define GPIO_MODE_EVT_RISING   ((uint32_t)0x10120000U)
 
#define GPIO_MODE_EVT_RISING   0x10120000U
 
#define GPIO_MODE_EVT_RISING   (0x11120000U)
 
#define GPIO_MODE_EVT_RISING_FALLING   0x10320000U
 
#define GPIO_MODE_EVT_RISING_FALLING   (0x11320000U)
 
#define GPIO_MODE_EVT_RISING_FALLING   0x10320000U
 
#define GPIO_MODE_EVT_RISING_FALLING   ((uint32_t)0x10320000U)
 
#define GPIO_MODE_EVT_RISING_FALLING   0x10320000U
 
#define GPIO_MODE_EVT_RISING_FALLING   (0x11320000U)
 
#define GPIO_MODE_INPUT   (0x00000000U)
 
#define GPIO_MODE_INPUT   ((uint32_t)0x00000000U)
 
#define GPIO_MODE_INPUT   0x00000000U
 
#define GPIO_MODE_INPUT   (0x00000000U)
 
#define GPIO_MODE_INPUT   0x00000000U
 
#define GPIO_MODE_INPUT   0x00000000U
 
#define GPIO_MODE_IT_FALLING   0x10210000U
 
#define GPIO_MODE_IT_FALLING   0x10210000U
 
#define GPIO_MODE_IT_FALLING   0x10210000U
 
#define GPIO_MODE_IT_FALLING   (0x11210000U)
 
#define GPIO_MODE_IT_FALLING   ((uint32_t)0x10210000U)
 
#define GPIO_MODE_IT_FALLING   (0x11210000U)
 
#define GPIO_MODE_IT_RISING   (0x11110000U)
 
#define GPIO_MODE_IT_RISING   0x10110000U
 
#define GPIO_MODE_IT_RISING   ((uint32_t)0x10110000U)
 
#define GPIO_MODE_IT_RISING   (0x11110000U)
 
#define GPIO_MODE_IT_RISING   0x10110000U
 
#define GPIO_MODE_IT_RISING   0x10110000U
 
#define GPIO_MODE_IT_RISING_FALLING   0x10310000U
 
#define GPIO_MODE_IT_RISING_FALLING   0x10310000U
 
#define GPIO_MODE_IT_RISING_FALLING   (0x11310000U)
 
#define GPIO_MODE_IT_RISING_FALLING   ((uint32_t)0x10310000U)
 
#define GPIO_MODE_IT_RISING_FALLING   0x10310000U
 
#define GPIO_MODE_IT_RISING_FALLING   (0x11310000U)
 
#define GPIO_MODE_OUTPUT_OD   0x00000011U
 
#define GPIO_MODE_OUTPUT_OD   (0x00000011U)
 
#define GPIO_MODE_OUTPUT_OD   (0x00000011U)
 
#define GPIO_MODE_OUTPUT_OD   ((uint32_t)0x00000011U)
 
#define GPIO_MODE_OUTPUT_OD   0x00000011U
 
#define GPIO_MODE_OUTPUT_OD   0x00000011U
 
#define GPIO_MODE_OUTPUT_PP   0x00000001U
 
#define GPIO_MODE_OUTPUT_PP   0x00000001U
 
#define GPIO_MODE_OUTPUT_PP   0x00000001U
 
#define GPIO_MODE_OUTPUT_PP   ((uint32_t)0x00000001U)
 
#define GPIO_MODE_OUTPUT_PP   (0x00000001U)
 
#define GPIO_MODE_OUTPUT_PP   (0x00000001U)
 

Detailed Description

GPIO Configuration Mode Elements values convention: 0xX0yz00YZ.

Macro Definition Documentation

◆ GPIO_MODE_AF_OD [1/6]

#define GPIO_MODE_AF_OD   0x00000012U

Alternate Function Open Drain Mode

Definition at line 123 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.

◆ GPIO_MODE_AF_OD [2/6]

#define GPIO_MODE_AF_OD   0x00000012U

Alternate Function Open Drain Mode

Definition at line 123 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.

◆ GPIO_MODE_AF_OD [3/6]

#define GPIO_MODE_AF_OD   (0x00000012U)

Alternate Function Open Drain Mode

Definition at line 123 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h.

◆ GPIO_MODE_AF_OD [4/6]

#define GPIO_MODE_AF_OD   ((uint32_t)0x00000012U)

Alternate Function Open Drain Mode

Definition at line 123 of file stm32f7xx_hal_gpio.h.

◆ GPIO_MODE_AF_OD [5/6]

#define GPIO_MODE_AF_OD   0x00000012U

Alternate Function Open Drain Mode

Definition at line 123 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.

◆ GPIO_MODE_AF_OD [6/6]

#define GPIO_MODE_AF_OD   (0x00000012U)

Alternate Function Open Drain Mode

Definition at line 123 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h.

◆ GPIO_MODE_AF_PP [1/6]

#define GPIO_MODE_AF_PP   0x00000002U

Alternate Function Push Pull Mode

Definition at line 122 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.

◆ GPIO_MODE_AF_PP [2/6]

#define GPIO_MODE_AF_PP   0x00000002U

Alternate Function Push Pull Mode

Definition at line 122 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.

◆ GPIO_MODE_AF_PP [3/6]

#define GPIO_MODE_AF_PP   (0x00000002U)

Alternate Function Push Pull Mode

Definition at line 122 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h.

◆ GPIO_MODE_AF_PP [4/6]

#define GPIO_MODE_AF_PP   ((uint32_t)0x00000002U)

Alternate Function Push Pull Mode

Definition at line 122 of file stm32f7xx_hal_gpio.h.

◆ GPIO_MODE_AF_PP [5/6]

#define GPIO_MODE_AF_PP   (0x00000002U)

Alternate Function Push Pull Mode

Definition at line 122 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h.

◆ GPIO_MODE_AF_PP [6/6]

#define GPIO_MODE_AF_PP   0x00000002U

Alternate Function Push Pull Mode

Definition at line 122 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.

◆ GPIO_MODE_ANALOG [1/6]

#define GPIO_MODE_ANALOG   (0x00000003U)

◆ GPIO_MODE_ANALOG [2/6]

#define GPIO_MODE_ANALOG   0x00000003U

◆ GPIO_MODE_ANALOG [3/6]

#define GPIO_MODE_ANALOG   ((uint32_t)0x00000003U)

Analog Mode

Definition at line 125 of file stm32f7xx_hal_gpio.h.

◆ GPIO_MODE_ANALOG [4/6]

#define GPIO_MODE_ANALOG   (0x00000003U)

◆ GPIO_MODE_ANALOG [5/6]

#define GPIO_MODE_ANALOG   0x00000003U

◆ GPIO_MODE_ANALOG [6/6]

#define GPIO_MODE_ANALOG   0x00000003U

◆ GPIO_MODE_EVT_FALLING [1/6]

#define GPIO_MODE_EVT_FALLING   0x10220000U

External Event Mode with Falling edge trigger detection

Definition at line 132 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.

◆ GPIO_MODE_EVT_FALLING [2/6]

#define GPIO_MODE_EVT_FALLING   (0x11220000U)

External Event Mode with Falling edge trigger detection

Definition at line 132 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h.

◆ GPIO_MODE_EVT_FALLING [3/6]

#define GPIO_MODE_EVT_FALLING   0x10220000U

External Event Mode with Falling edge trigger detection

Definition at line 132 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.

◆ GPIO_MODE_EVT_FALLING [4/6]

#define GPIO_MODE_EVT_FALLING   0x10220000U

External Event Mode with Falling edge trigger detection

Definition at line 132 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.

◆ GPIO_MODE_EVT_FALLING [5/6]

#define GPIO_MODE_EVT_FALLING   ((uint32_t)0x10220000U)

External Event Mode with Falling edge trigger detection

Definition at line 132 of file stm32f7xx_hal_gpio.h.

◆ GPIO_MODE_EVT_FALLING [6/6]

#define GPIO_MODE_EVT_FALLING   (0x11220000U)

External Event Mode with Falling edge trigger detection

Definition at line 132 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h.

◆ GPIO_MODE_EVT_RISING [1/6]

#define GPIO_MODE_EVT_RISING   (0x11120000U)

External Event Mode with Rising edge trigger detection

Definition at line 131 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h.

◆ GPIO_MODE_EVT_RISING [2/6]

#define GPIO_MODE_EVT_RISING   0x10120000U

External Event Mode with Rising edge trigger detection

Definition at line 131 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.

◆ GPIO_MODE_EVT_RISING [3/6]

#define GPIO_MODE_EVT_RISING   0x10120000U

External Event Mode with Rising edge trigger detection

Definition at line 131 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.

◆ GPIO_MODE_EVT_RISING [4/6]

#define GPIO_MODE_EVT_RISING   ((uint32_t)0x10120000U)

External Event Mode with Rising edge trigger detection

Definition at line 131 of file stm32f7xx_hal_gpio.h.

◆ GPIO_MODE_EVT_RISING [5/6]

#define GPIO_MODE_EVT_RISING   0x10120000U

External Event Mode with Rising edge trigger detection

Definition at line 131 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.

◆ GPIO_MODE_EVT_RISING [6/6]

#define GPIO_MODE_EVT_RISING   (0x11120000U)

External Event Mode with Rising edge trigger detection

Definition at line 131 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h.

◆ GPIO_MODE_EVT_RISING_FALLING [1/6]

#define GPIO_MODE_EVT_RISING_FALLING   0x10320000U

External Event Mode with Rising/Falling edge trigger detection

Definition at line 133 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.

◆ GPIO_MODE_EVT_RISING_FALLING [2/6]

#define GPIO_MODE_EVT_RISING_FALLING   (0x11320000U)

External Event Mode with Rising/Falling edge trigger detection

Definition at line 133 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h.

◆ GPIO_MODE_EVT_RISING_FALLING [3/6]

#define GPIO_MODE_EVT_RISING_FALLING   0x10320000U

External Event Mode with Rising/Falling edge trigger detection

Definition at line 133 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.

◆ GPIO_MODE_EVT_RISING_FALLING [4/6]

#define GPIO_MODE_EVT_RISING_FALLING   ((uint32_t)0x10320000U)

External Event Mode with Rising/Falling edge trigger detection

Definition at line 133 of file stm32f7xx_hal_gpio.h.

◆ GPIO_MODE_EVT_RISING_FALLING [5/6]

#define GPIO_MODE_EVT_RISING_FALLING   0x10320000U

External Event Mode with Rising/Falling edge trigger detection

Definition at line 133 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.

◆ GPIO_MODE_EVT_RISING_FALLING [6/6]

#define GPIO_MODE_EVT_RISING_FALLING   (0x11320000U)

External Event Mode with Rising/Falling edge trigger detection

Definition at line 133 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h.

◆ GPIO_MODE_INPUT [1/6]

#define GPIO_MODE_INPUT   (0x00000000U)

◆ GPIO_MODE_INPUT [2/6]

#define GPIO_MODE_INPUT   ((uint32_t)0x00000000U)

Input Floating Mode

Definition at line 119 of file stm32f7xx_hal_gpio.h.

◆ GPIO_MODE_INPUT [3/6]

#define GPIO_MODE_INPUT   0x00000000U

◆ GPIO_MODE_INPUT [4/6]

#define GPIO_MODE_INPUT   (0x00000000U)

◆ GPIO_MODE_INPUT [5/6]

#define GPIO_MODE_INPUT   0x00000000U

◆ GPIO_MODE_INPUT [6/6]

#define GPIO_MODE_INPUT   0x00000000U

◆ GPIO_MODE_IT_FALLING [1/6]

#define GPIO_MODE_IT_FALLING   0x10210000U

External Interrupt Mode with Falling edge trigger detection

Definition at line 128 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.

◆ GPIO_MODE_IT_FALLING [2/6]

#define GPIO_MODE_IT_FALLING   0x10210000U

External Interrupt Mode with Falling edge trigger detection

Definition at line 128 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.

◆ GPIO_MODE_IT_FALLING [3/6]

#define GPIO_MODE_IT_FALLING   0x10210000U

External Interrupt Mode with Falling edge trigger detection

Definition at line 128 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.

◆ GPIO_MODE_IT_FALLING [4/6]

#define GPIO_MODE_IT_FALLING   (0x11210000U)

External Interrupt Mode with Falling edge trigger detection

Definition at line 128 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h.

◆ GPIO_MODE_IT_FALLING [5/6]

#define GPIO_MODE_IT_FALLING   ((uint32_t)0x10210000U)

External Interrupt Mode with Falling edge trigger detection

Definition at line 128 of file stm32f7xx_hal_gpio.h.

◆ GPIO_MODE_IT_FALLING [6/6]

#define GPIO_MODE_IT_FALLING   (0x11210000U)

External Interrupt Mode with Falling edge trigger detection

Definition at line 128 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h.

◆ GPIO_MODE_IT_RISING [1/6]

#define GPIO_MODE_IT_RISING   (0x11110000U)

External Interrupt Mode with Rising edge trigger detection

Definition at line 127 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h.

◆ GPIO_MODE_IT_RISING [2/6]

#define GPIO_MODE_IT_RISING   0x10110000U

External Interrupt Mode with Rising edge trigger detection

Definition at line 127 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.

◆ GPIO_MODE_IT_RISING [3/6]

#define GPIO_MODE_IT_RISING   ((uint32_t)0x10110000U)

External Interrupt Mode with Rising edge trigger detection

Definition at line 127 of file stm32f7xx_hal_gpio.h.

◆ GPIO_MODE_IT_RISING [4/6]

#define GPIO_MODE_IT_RISING   (0x11110000U)

External Interrupt Mode with Rising edge trigger detection

Definition at line 127 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h.

◆ GPIO_MODE_IT_RISING [5/6]

#define GPIO_MODE_IT_RISING   0x10110000U

External Interrupt Mode with Rising edge trigger detection

Definition at line 127 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.

◆ GPIO_MODE_IT_RISING [6/6]

#define GPIO_MODE_IT_RISING   0x10110000U

External Interrupt Mode with Rising edge trigger detection

Definition at line 127 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.

◆ GPIO_MODE_IT_RISING_FALLING [1/6]

#define GPIO_MODE_IT_RISING_FALLING   0x10310000U

External Interrupt Mode with Rising/Falling edge trigger detection

Definition at line 129 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.

◆ GPIO_MODE_IT_RISING_FALLING [2/6]

#define GPIO_MODE_IT_RISING_FALLING   0x10310000U

External Interrupt Mode with Rising/Falling edge trigger detection

Definition at line 129 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.

◆ GPIO_MODE_IT_RISING_FALLING [3/6]

#define GPIO_MODE_IT_RISING_FALLING   (0x11310000U)

External Interrupt Mode with Rising/Falling edge trigger detection

Definition at line 129 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h.

◆ GPIO_MODE_IT_RISING_FALLING [4/6]

#define GPIO_MODE_IT_RISING_FALLING   ((uint32_t)0x10310000U)

External Interrupt Mode with Rising/Falling edge trigger detection

Definition at line 129 of file stm32f7xx_hal_gpio.h.

◆ GPIO_MODE_IT_RISING_FALLING [5/6]

#define GPIO_MODE_IT_RISING_FALLING   0x10310000U

External Interrupt Mode with Rising/Falling edge trigger detection

Definition at line 129 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h.

◆ GPIO_MODE_IT_RISING_FALLING [6/6]

#define GPIO_MODE_IT_RISING_FALLING   (0x11310000U)

External Interrupt Mode with Rising/Falling edge trigger detection

Definition at line 129 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h.

◆ GPIO_MODE_OUTPUT_OD [1/6]

#define GPIO_MODE_OUTPUT_OD   0x00000011U

◆ GPIO_MODE_OUTPUT_OD [2/6]

#define GPIO_MODE_OUTPUT_OD   (0x00000011U)

◆ GPIO_MODE_OUTPUT_OD [3/6]

#define GPIO_MODE_OUTPUT_OD   (0x00000011U)

◆ GPIO_MODE_OUTPUT_OD [4/6]

#define GPIO_MODE_OUTPUT_OD   ((uint32_t)0x00000011U)

Output Open Drain Mode

Definition at line 121 of file stm32f7xx_hal_gpio.h.

◆ GPIO_MODE_OUTPUT_OD [5/6]

#define GPIO_MODE_OUTPUT_OD   0x00000011U

◆ GPIO_MODE_OUTPUT_OD [6/6]

#define GPIO_MODE_OUTPUT_OD   0x00000011U

◆ GPIO_MODE_OUTPUT_PP [1/6]

#define GPIO_MODE_OUTPUT_PP   0x00000001U

◆ GPIO_MODE_OUTPUT_PP [2/6]

#define GPIO_MODE_OUTPUT_PP   0x00000001U

◆ GPIO_MODE_OUTPUT_PP [3/6]

#define GPIO_MODE_OUTPUT_PP   0x00000001U

◆ GPIO_MODE_OUTPUT_PP [4/6]

#define GPIO_MODE_OUTPUT_PP   ((uint32_t)0x00000001U)

Output Push Pull Mode

Definition at line 120 of file stm32f7xx_hal_gpio.h.

◆ GPIO_MODE_OUTPUT_PP [5/6]

#define GPIO_MODE_OUTPUT_PP   (0x00000001U)

◆ GPIO_MODE_OUTPUT_PP [6/6]

#define GPIO_MODE_OUTPUT_PP   (0x00000001U)


picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:06