ra8-firmware
0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
nx_ether_driver_ra8_eth.h
Go to the documentation of this file.
1
37
38
#pragma once
39
40
#ifdef __cplusplus
41
extern
"C"
{
42
#endif
43
44
/* nx_api.h drags in the NX_IP_DRIVER struct definition the function
45
* signature below references. Including it here keeps consumers from
46
* having to remember the include order. */
47
#include <stdint.h>
48
49
#include "nx_api.h"
50
91
void
nx_ether_driver_ra8_eth
(NX_IP_DRIVER* driver_req);
92
118
void
nx_ether_driver_ra8_eth_set_mac
(
const
uint8_t mac[6]);
119
120
#ifdef __cplusplus
121
}
122
#endif
nx_ether_driver_ra8_eth_set_mac
void nx_ether_driver_ra8_eth_set_mac(const uint8_t mac[6])
Install the local MAC address used by the driver at NX_LINK_INITIALIZE.
Definition
nx_ether_driver_ra8_eth.c:224
nx_ether_driver_ra8_eth
void nx_ether_driver_ra8_eth(NX_IP_DRIVER *driver_req)
NetX Duo network-driver entry point bridging onto ra8_eth_*.
Definition
nx_ether_driver_ra8_eth.c:861
port
netxduo
inc
nx_ether_driver_ra8_eth.h
Generated by
1.16.1