Macros
Collaboration diagram for EVAL LOW LEVEL LED:

Macros

#define LED1_GPIO_PORT   GPIOI
 
#define LED1_PIN   GPIO_PIN_12
 
#define LED2_GPIO_PORT   GPIOI
 
#define LED2_PIN   GPIO_PIN_13
 
#define LED3_GPIO_PORT   GPIOI
 
#define LED3_PIN   GPIO_PIN_14
 
#define LED4_GPIO_PORT   GPIOI
 
#define LED4_PIN   GPIO_PIN_15
 
#define LEDx_GPIO_CLK_DISABLE()   __HAL_RCC_GPIOI_CLK_DISABLE()
 
#define LEDx_GPIO_CLK_ENABLE()   __HAL_RCC_GPIOI_CLK_ENABLE()
 

Detailed Description

Macro Definition Documentation

◆ LED1_GPIO_PORT

#define LED1_GPIO_PORT   GPIOI

Definition at line 190 of file stm32h747i_discovery.h.

◆ LED1_PIN

#define LED1_PIN   GPIO_PIN_12

Definition at line 191 of file stm32h747i_discovery.h.

◆ LED2_GPIO_PORT

#define LED2_GPIO_PORT   GPIOI

Definition at line 193 of file stm32h747i_discovery.h.

◆ LED2_PIN

#define LED2_PIN   GPIO_PIN_13

Definition at line 194 of file stm32h747i_discovery.h.

◆ LED3_GPIO_PORT

#define LED3_GPIO_PORT   GPIOI

Definition at line 196 of file stm32h747i_discovery.h.

◆ LED3_PIN

#define LED3_PIN   GPIO_PIN_14

Definition at line 197 of file stm32h747i_discovery.h.

◆ LED4_GPIO_PORT

#define LED4_GPIO_PORT   GPIOI

Definition at line 199 of file stm32h747i_discovery.h.

◆ LED4_PIN

#define LED4_PIN   GPIO_PIN_15

Definition at line 200 of file stm32h747i_discovery.h.

◆ LEDx_GPIO_CLK_DISABLE

#define LEDx_GPIO_CLK_DISABLE ( )    __HAL_RCC_GPIOI_CLK_DISABLE()

Definition at line 203 of file stm32h747i_discovery.h.

◆ LEDx_GPIO_CLK_ENABLE

#define LEDx_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOI_CLK_ENABLE()

Definition at line 202 of file stm32h747i_discovery.h.



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