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

48-bit MAC address container. More...

#include <ra8_net_pal.h>

Data Fields

uint8_t bytes [k_ra8_net_pal_mac_addr_len]
 Bytes.

Detailed Description

48-bit MAC address container.

Wrapped in a struct so ra8_net_pal_set_mac_addr can take a pointer to a complete object instead of a raw byte pointer; this makes accidental length mismatches harder.

Definition at line 125 of file ra8_net_pal.h.

Field Documentation

◆ bytes

uint8_t ra8_net_pal_mac_t::bytes[k_ra8_net_pal_mac_addr_len]

Bytes.

Definition at line 126 of file ra8_net_pal.h.

Referenced by ra8_net_pal_get_mac_addr(), ra8_net_pal_init(), and ra8_net_pal_set_mac_addr().


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