Events generated by the Network - System Core functions. More...
Functions | |
__STATIC_INLINE void | EvrNetSYS_InitSystem (uint32_t lib_version) |
Event on network initialize start (Op) | |
__STATIC_INLINE void | EvrNetSYS_ThreadCreateFailed (void) |
Event on failure to create network core thread (Error) | |
__STATIC_INLINE void | EvrNetSYS_TimerCreateFailed (void) |
Event on failure to create network interval timer (Error) | |
__STATIC_INLINE void | EvrNetSYS_InitComplete (void) |
Event on network initialize complete (Op) | |
__STATIC_INLINE void | EvrNetSYS_GetOption (uint16_t if_id, int32_t option) |
Event on get interface option (API) | |
__STATIC_INLINE void | EvrNetSYS_SetOption (uint16_t if_id, int32_t option) |
Event on set interface option (API) | |
__STATIC_INLINE void | EvrNetSYS_SetDefault (uint16_t if_id, int32_t ip_version) |
Event on set default interface (API) | |
__STATIC_INLINE void | EvrNetSYS_SetHostName (const char *name, uint32_t length) |
Event on set local host name (API) | |
__STATIC_INLINE void | EvrNetSYS_UninitSystem (void) |
Event on network uninitialize start (Op) | |
__STATIC_INLINE void | EvrNetSYS_UninitComplete (void) |
Event on network uninitialize complete (Op) | |
Events generated by the Network - System Core functions.
The Network System Core functions generate events that inform about the general system events and help in troubleshooting.
__STATIC_INLINE void EvrNetSYS_GetOption | ( | uint16_t | if_id, |
int32_t | option | ||
) |
Event on get interface option (API)
if_id | network interface identifier |
option | interface option to get |
The event GetOption is created when the function netIF_GetOption is executed.
Value in the Event Recorder shows:
__STATIC_INLINE void EvrNetSYS_InitComplete | ( | void | ) |
Event on network initialize complete (Op)
The event InitComplete is created when the function netInitialize successfully initialized the Network component.
__STATIC_INLINE void EvrNetSYS_InitSystem | ( | uint32_t | lib_version | ) |
Event on network initialize start (Op)
lib_version | encoded library version BCD (MMmmbbbb)
|
The event InitSystem is created when the function netInitialize is executed.
Value in the Event Recorder shows:
__STATIC_INLINE void EvrNetSYS_SetDefault | ( | uint16_t | if_id, |
int32_t | ip_version | ||
) |
Event on set default interface (API)
if_id | network interface identifier |
ip_version | internet protocol version to use |
The event SetDefault is created when the function netIF_SetDefault is executed.
Value in the Event Recorder shows:
__STATIC_INLINE void EvrNetSYS_SetHostName | ( | const char * | name, |
uint32_t | length | ||
) |
Event on set local host name (API)
name | pointer to host name string |
length | length of host name string |
The event SetHostName is created when the function netSYS_SetHostName is executed.
Value in the Event Recorder shows:
__STATIC_INLINE void EvrNetSYS_SetOption | ( | uint16_t | if_id, |
int32_t | option | ||
) |
Event on set interface option (API)
if_id | network interface identifier |
option | interface option to set |
The event SetOption is created when the function netIF_SetOption is executed.
Value in the Event Recorder shows:
__STATIC_INLINE void EvrNetSYS_ThreadCreateFailed | ( | void | ) |
Event on failure to create network core thread (Error)
The event ThreadCreateFailed is generated, if the function netInitialize failed to create the Network Core thread.
Value in the Event Recorder shows:
__STATIC_INLINE void EvrNetSYS_TimerCreateFailed | ( | void | ) |
Event on failure to create network interval timer (Error)
The event TimerCreateFailed is generated, if the function netInitialize failed to create the Network Tick timer.
Value in the Event Recorder shows:
__STATIC_INLINE void EvrNetSYS_UninitComplete | ( | void | ) |
Event on network uninitialize complete (Op)
The event UninitComplete is created when the function netUninitialize successfully de-initialized the Network component.
__STATIC_INLINE void EvrNetSYS_UninitSystem | ( | void | ) |
Event on network uninitialize start (Op)
The event UninitSystem is created when the function netUninitialize is executed.