Project

General

Profile

Actions

Feature #727

closed

add "bit" type to for reading single-bit flags

Added by Tom Hayward about 11 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
03/25/2013
Due date:
% Done:

100%

Estimated time:
Chirp Version:
daily
Model affected:
(All models)
I read the instructions above:

Description

add "bit" type to for reading single-bit flags

Example usage:

struct {
  char  name[8];
  bit   ch_enable_flag[128];
  u8    unknown[8];
} scan_list[17];

The ch_enable_flag array is 16 bytes long.

Actions #1

Updated by Dan Smith about 11 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF