![]() |
Network Component
Version 7.3
MDK Middleware for IPv4 and IPv6 Networking
|
Events generated by the Network - Ethernet Interface functions. More...
Functions | |
__STATIC_INLINE void | EvrNetETH_InitInterface (void) |
Event on Ethernet interface initialize (Op) More... | |
__STATIC_INLINE void | EvrNetETH_MacAddressConfigError (void) |
Event on Ethernet MAC address configuration error (Error) More... | |
__STATIC_INLINE void | EvrNetETH_MacAddressSetup (const uint8_t *mac_address) |
Event on Ethernet MAC address setup (Detail) More... | |
__STATIC_INLINE void | EvrNetETH_PhyDriverConfigError (void) |
Event on Ethernet PHY configuration error (Error) More... | |
__STATIC_INLINE void | EvrNetETH_PhyDriverInitError (void) |
Event on Ethernet PHY initialization error (Error) More... | |
__STATIC_INLINE void | EvrNetETH_Ip4ConfigError (void) |
Event on Ethernet IPv4 configuration error (Error) More... | |
__STATIC_INLINE void | EvrNetETH_Ip6ConfigError (void) |
Event on Ethernet IPv6 configuration error (Error) More... | |
__STATIC_INLINE void | EvrNetETH_ThreadCreateFailed (void) |
Event on Ethernet thread create failed (Error) More... | |
__STATIC_INLINE void | EvrNetETH_SendFrame (uint32_t length, uint8_t ip_version) |
Event on Ethernet send frame (Op) More... | |
__STATIC_INLINE void | EvrNetETH_LinkDownError (void) |
Event on Ethernet link down error (Error) More... | |
__STATIC_INLINE void | EvrNetETH_Ip4LocalAddressUndefined (void) |
Event on Ethernet local IPv4 address undefined (Error) More... | |
__STATIC_INLINE void | EvrNetETH_Ip4MacAddressUnresolved (const uint8_t *ip4_address) |
Event on Ethernet MAC address unresolved (Error) More... | |
__STATIC_INLINE void | EvrNetETH_Ip6LocalAddressUndefined (void) |
Event on Ethernet local IPv6 address undefined (Error) More... | |
__STATIC_INLINE void | EvrNetETH_Ip6MacAddressUnresolved (const uint8_t *ip6_address) |
Event on Ethernet MAC address unresolved (Error) More... | |
__STATIC_INLINE void | EvrNetETH_InvalidIpVersion (uint8_t ip_version) |
Event on Ethernet invalid IP version (Error) More... | |
__STATIC_INLINE void | EvrNetETH_HeaderInfo (const void *eth_header) |
Event on Ethernet send/receive frame header info (Detail) More... | |
__STATIC_INLINE void | EvrNetETH_LinkDownStatus (void) |
Event on Ethernet link down status (Op) More... | |
__STATIC_INLINE void | EvrNetETH_LinkUpStatus (int32_t speed, int32_t duplex) |
Event on Ethernet link up status (Op) More... | |
__STATIC_INLINE void | EvrNetETH_ReceiveFrame (uint32_t length) |
Event on Ethernet receive frame (Op) More... | |
__STATIC_INLINE void | EvrNetETH_Ip4Disabled (void) |
Event on Ethernet receive IPv4 disabled (Op) More... | |
__STATIC_INLINE void | EvrNetETH_Ip6Disabled (void) |
Event on Ethernet receive IPv6 disabled (Op) More... | |
__STATIC_INLINE void | EvrNetETH_ProtocolUnknown (uint16_t protocol) |
Event on Ethernet receive protocol unknown (Op) More... | |
Events generated by the Network - Ethernet Interface functions.
__STATIC_INLINE void EvrNetETH_HeaderInfo | ( | const void * | eth_header | ) |
Event on Ethernet send/receive frame header info (Detail)
eth_header | pointer to ethernet frame header of 14 bytes
|
__STATIC_INLINE void EvrNetETH_InitInterface | ( | void | ) |
Event on Ethernet interface initialize (Op)
__STATIC_INLINE void EvrNetETH_InvalidIpVersion | ( | uint8_t | ip_version | ) |
Event on Ethernet invalid IP version (Error)
ip_version | invalid IP protocol version value |
__STATIC_INLINE void EvrNetETH_Ip4ConfigError | ( | void | ) |
Event on Ethernet IPv4 configuration error (Error)
__STATIC_INLINE void EvrNetETH_Ip4Disabled | ( | void | ) |
Event on Ethernet receive IPv4 disabled (Op)
__STATIC_INLINE void EvrNetETH_Ip4LocalAddressUndefined | ( | void | ) |
Event on Ethernet local IPv4 address undefined (Error)
__STATIC_INLINE void EvrNetETH_Ip4MacAddressUnresolved | ( | const uint8_t * | ip4_address | ) |
Event on Ethernet MAC address unresolved (Error)
ip4_address | pointer to IPv4 destination address |
__STATIC_INLINE void EvrNetETH_Ip6ConfigError | ( | void | ) |
Event on Ethernet IPv6 configuration error (Error)
__STATIC_INLINE void EvrNetETH_Ip6Disabled | ( | void | ) |
Event on Ethernet receive IPv6 disabled (Op)
__STATIC_INLINE void EvrNetETH_Ip6LocalAddressUndefined | ( | void | ) |
Event on Ethernet local IPv6 address undefined (Error)
__STATIC_INLINE void EvrNetETH_Ip6MacAddressUnresolved | ( | const uint8_t * | ip6_address | ) |
Event on Ethernet MAC address unresolved (Error)
ip6_address | pointer to IPv6 destination address |
__STATIC_INLINE void EvrNetETH_LinkDownError | ( | void | ) |
Event on Ethernet link down error (Error)
__STATIC_INLINE void EvrNetETH_LinkDownStatus | ( | void | ) |
Event on Ethernet link down status (Op)
__STATIC_INLINE void EvrNetETH_LinkUpStatus | ( | int32_t | speed, |
int32_t | duplex | ||
) |
Event on Ethernet link up status (Op)
speed | link speed
|
duplex | link duplex
|
__STATIC_INLINE void EvrNetETH_MacAddressConfigError | ( | void | ) |
Event on Ethernet MAC address configuration error (Error)
__STATIC_INLINE void EvrNetETH_MacAddressSetup | ( | const uint8_t * | mac_address | ) |
Event on Ethernet MAC address setup (Detail)
mac_address | pointer to MAC address |
__STATIC_INLINE void EvrNetETH_PhyDriverConfigError | ( | void | ) |
Event on Ethernet PHY configuration error (Error)
__STATIC_INLINE void EvrNetETH_PhyDriverInitError | ( | void | ) |
Event on Ethernet PHY initialization error (Error)
__STATIC_INLINE void EvrNetETH_ProtocolUnknown | ( | uint16_t | protocol | ) |
Event on Ethernet receive protocol unknown (Op)
protocol | unknown ethernet protocol type |
__STATIC_INLINE void EvrNetETH_ReceiveFrame | ( | uint32_t | length | ) |
Event on Ethernet receive frame (Op)
length | frame length in bytes |
__STATIC_INLINE void EvrNetETH_SendFrame | ( | uint32_t | length, |
uint8_t | ip_version | ||
) |
Event on Ethernet send frame (Op)
length | frame length in bytes |
ip_version | internet protocol version
|
__STATIC_INLINE void EvrNetETH_ThreadCreateFailed | ( | void | ) |
Event on Ethernet thread create failed (Error)