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

SEGGER RTT control block. More...

Collaboration diagram for rtt_cb_t:

Data Fields

char id [16]
 "SEGGER RTT" + padding.
uint32_t max_up
 Number of up channels.
uint32_t max_down
 Number of down channels.
rtt_buf_t up [1]
 Up channel array (host RX).
rtt_buf_t down [1]
 Down channel array (host TX).

Detailed Description

SEGGER RTT control block.

Scanned by the J-Link OB via the leading id[] magic. Must live at a known SRAM region.

Definition at line 68 of file main.c.

Field Documentation

◆ down

rtt_buf_t rtt_cb_t::down[1]

Down channel array (host TX).

Definition at line 73 of file main.c.

◆ id

char rtt_cb_t::id[16]

"SEGGER RTT" + padding.

Definition at line 69 of file main.c.

◆ max_down

uint32_t rtt_cb_t::max_down

Number of down channels.

Definition at line 71 of file main.c.

◆ max_up

uint32_t rtt_cb_t::max_up

Number of up channels.

Definition at line 70 of file main.c.

◆ up

rtt_buf_t rtt_cb_t::up[1]

Up channel array (host RX).

Definition at line 72 of file main.c.


The documentation for this struct was generated from the following file:
  • examples/ek_ra8d2/hw_validated/hil/rtt_log_demo/src/main.c