FSM thermostat
port_led_hw_t Struct Reference

Structure to define the HW dependencies of a LED. More...

#include <port_led.h>

Data Fields

GPIO_TypeDef * p_port
 
uint8_t pin
 

Detailed Description

Structure to define the HW dependencies of a LED.

Definition at line 30 of file port_led.h.

Field Documentation

◆ p_port

GPIO_TypeDef* port_led_hw_t::p_port

GPIO where the LED is connected

Definition at line 32 of file port_led.h.

◆ pin

uint8_t port_led_hw_t::pin

Pin/line where the LED is connected

Definition at line 33 of file port_led.h.


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