Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
stm32_eth.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2018 Robin Lösch
3
* SPDX-License-Identifier: LGPL-2.1-only
4
*/
5
15
16
#pragma once
17
18
#include "
net/netdev.h
"
19
20
#ifdef __cplusplus
21
extern
"C"
{
22
#endif
23
28
void
stm32_eth_netdev_setup
(
netdev_t
*
netdev
);
29
30
#ifdef __cplusplus
31
}
32
#endif
33
netdev.h
Definitions low-level network driver interface.
netdev_t
struct netdev netdev_t
Forward declaration for netdev struct.
Definition
netdev.h:285
stm32_eth_netdev_setup
void stm32_eth_netdev_setup(netdev_t *netdev)
Setup netdev.
netdev
Structure to hold driver state.
Definition
netdev.h:364
Generated on Sat Aug 29 2026 21:14:27 by
1.13.2