Searched refs:struct_header_t (Results 1 – 2 of 2) sorted by relevance
68 } struct_header_t; typedef71 ((((struct_header_t *)(_header))->reg[0]) & SDS_HEADER_ID_MASK)73 (((((struct_header_t *)(_header))->reg[0]) >> SDS_HEADER_MINOR_VERSION_SHIFT)\76 (((((struct_header_t *)(_header))->reg[1]) >> SDS_HEADER_STRUCT_SIZE_SHIFT)\79 ((((struct_header_t *)(_header))->reg[1]) & SDS_HEADER_VALID_MASK)81 ((((uint8_t *)(_header)) + sizeof(struct_header_t)) + (_field_offset))
87 static int get_struct_header(uint32_t structure_id, struct_header_t **header) in get_struct_header()103 *header = (struct_header_t *)current_header; in get_struct_header()121 struct_header_t *header = NULL; in sds_struct_exists()144 struct_header_t *header = NULL; in sds_struct_read()190 struct_header_t *header = NULL; in sds_struct_write()