Class Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
M
 memmon_header
 memmon_spec
S
 sched_task
 sched_time
T
 ttlv_header
 ttlv_inm_header
 ttlv_msg_inm_reg
 ttlv_msg_inm_regpair
 ttlv_msg_inm_result
 ttlv_msg_reg
 ttlv_msg_regpair
 ttlv_s_header
 ttlv_s_inm_header
typedef struct __attribute__ ((__packed__)) memmon_header
Specifies the byte format of a memory monitor notification header.
typedef struct memmon_spec
Specifies a memory monitor.
typedef struct sched_task
Represents an instance of a task that can be scheduled for execution.
typedef struct sched_time
Represents either a duration or a scheduler timestamp.
typedef union ttlv_header
Provides byte access to the ttlv_s_header struct h via the byte array b.
typedef union ttlv_inm_header
Provides byte access to the ttlv_s_inm_header struct h via the byte array b.
typedef struct __attribute__ ((__packed__)) ttlv_msg_inm_reg
Specifies the format of an identifier-value pair for a logical register, with an INM message ID appended.
typedef struct __attribute__ ((__packed__)) ttlv_msg_inm_regpair
Specifies the format of an identifier-value pair for a logical register pair, with an INM message ID appended.
typedef struct __attribute__ ((__packed__)) ttlv_msg_inm_result
Specifies the format of a generic INM response message.
typedef struct __attribute__ ((__packed__)) ttlv_msg_reg
Specifies the format of an identifier-value pair for a logical register.
typedef struct __attribute__ ((__packed__)) ttlv_msg_regpair
Specifies the format of an identifier-value pair for a logical register pair.
typedef struct __attribute__ ((__packed__)) ttlv_s_header
Specifies the byte format of a TLV header.
typedef struct __attribute__ ((__packed__)) ttlv_s_inm_header
Specifies the byte format of an INM message header.
Close