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

Fixed table of registered apps + the focused index. More...

#include <ra8_app.h>

Collaboration diagram for ra8_app_registry_t:

Data Fields

ra8_app_t ** apps
 Caller storage (array of app pointers).
uint16_t cap
 Capacity of apps.
uint16_t count
 Registered app count.
int16_t active
 Focused app index, or k_ra8_app_none.

Detailed Description

Fixed table of registered apps + the focused index.

Definition at line 161 of file ra8_app.h.

Field Documentation

◆ active

int16_t ra8_app_registry_t::active

◆ apps

◆ cap

uint16_t ra8_app_registry_t::cap

Capacity of apps.

Definition at line 163 of file ra8_app.h.

Referenced by ra8_app_register(), and ra8_app_registry_init().

◆ count

uint16_t ra8_app_registry_t::count

Registered app count.

Definition at line 164 of file ra8_app.h.

Referenced by internal_app_remove_at(), ra8_app_at(), ra8_app_count(), ra8_app_find(), ra8_app_register(), and ra8_app_registry_init().


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