ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
led_map_t Struct Reference

Board LED -> (port index, pin index, lit colour), from the BSP. More...

Data Fields

uint8_t port
 Port.
uint8_t pin
 Pin.
uint16_t color
 RGB565 colour the LED emits when driven high.
const char * name
 Name.

Detailed Description

Board LED -> (port index, pin index, lit colour), from the BSP.

Definition at line 84 of file board_periph_gpio.c.

Field Documentation

◆ color

uint16_t led_map_t::color

RGB565 colour the LED emits when driven high.

Definition at line 87 of file board_periph_gpio.c.

◆ name

const char* led_map_t::name

Name.

Definition at line 88 of file board_periph_gpio.c.

◆ pin

uint8_t led_map_t::pin

Pin.

Definition at line 86 of file board_periph_gpio.c.

◆ port

uint8_t led_map_t::port

Port.

Definition at line 85 of file board_periph_gpio.c.


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