Searched defs:csf_hdr (Results 1 – 2 of 2) sorted by relevance
20 struct csf_hdr { struct21 uint8_t barker[CSF_BARKER_LEN]; /* 0x00 Barker code */22 uint32_t srk_tbl_off; /* 0x04 SRK Table Offset */24 struct {28 } len_kr;29 uint8_t ie_flag;31 uint32_t uid_flag;33 uint32_t psign; /* 0x10 signature offset */34 uint32_t sign_len; /* 0x14 length of signature */36 union {[all …]