Urbanite: Parking aid system
stm32f4_display_hw_t Struct Reference

Structure to define the HW dependencies of an RGB LED. More...

Data Fields

GPIO_TypeDef * p_port_red
 
uint8_t pin_red
 
GPIO_TypeDef * p_port_green
 
uint8_t pin_green
 
GPIO_TypeDef * p_port_blue
 
uint8_t pin_blue
 

Detailed Description

Structure to define the HW dependencies of an RGB LED.

Field Documentation

◆ p_port_blue

GPIO_TypeDef* stm32f4_display_hw_t::p_port_blue

GPIO where the BLUE LED is connected

◆ p_port_green

GPIO_TypeDef* stm32f4_display_hw_t::p_port_green

GPIO where the GREEN LED is connected

◆ p_port_red

GPIO_TypeDef* stm32f4_display_hw_t::p_port_red

GPIO where the RED LED is connected

◆ pin_blue

uint8_t stm32f4_display_hw_t::pin_blue

Pin/line where the BLUE LED is connected

◆ pin_green

uint8_t stm32f4_display_hw_t::pin_green

Pin/line where the GREEN LED is connected

◆ pin_red

uint8_t stm32f4_display_hw_t::pin_red

Pin/line where the RED LED is connected


The documentation for this struct was generated from the following file: