|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
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. | |
Board LED -> (port index, pin index, lit colour), from the BSP.
Definition at line 84 of file board_periph_gpio.c.
| uint16_t led_map_t::color |
RGB565 colour the LED emits when driven high.
Definition at line 87 of file board_periph_gpio.c.
| const char* led_map_t::name |
Name.
Definition at line 88 of file board_periph_gpio.c.
| uint8_t led_map_t::pin |
Pin.
Definition at line 86 of file board_periph_gpio.c.
| uint8_t led_map_t::port |
Port.
Definition at line 85 of file board_periph_gpio.c.