dRonin
adbada4
dRonin firmware
|
Go to the source code of this file.
Macros | |
#define | container_of(ptr, type, member) |
#define container_of | ( | ptr, | |
type, | |||
member | |||
) |
container_of - cast a member of a structure out to the containing structure : the pointer to the member. : the type of the container struct this is embedded in. : the name of the member within the struct.
Definition at line 10 of file pios_struct_helper.h.