Hilscher netX microcontroller driver  V0.0.5.0
Documentation of the netX driver package
DRV_TRAMPOLINE_T Struct Reference

#include <system_netx.h>

Collaboration diagram for DRV_TRAMPOLINE_T:
Collaboration graph

Data Fields

void * target
 
void const * source
 
unsigned long length
 
void(* entry )(void)
 

Detailed Description

Structure defined to contain the informations of the page extraction ping pong code.

Definition at line 136 of file system_netx.h.

Field Documentation

void(* DRV_TRAMPOLINE_T::entry) (void)

Entry point of the function.

Definition at line 141 of file system_netx.h.

unsigned long DRV_TRAMPOLINE_T::length

Length of the function to copy.

Definition at line 140 of file system_netx.h.

void const* DRV_TRAMPOLINE_T::source

Pointer from where the function is copied.

Definition at line 139 of file system_netx.h.

void* DRV_TRAMPOLINE_T::target

Pointer to where the function is copied to.

Definition at line 138 of file system_netx.h.


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