FORM 4.3
bit_field Struct Reference

#include <structs.h>

Data Fields

UBYTE bit_0: 1
 
UBYTE bit_1: 1
 
UBYTE bit_2: 1
 
UBYTE bit_3: 1
 
UBYTE bit_4: 1
 
UBYTE bit_5: 1
 
UBYTE bit_6: 1
 
UBYTE bit_7: 1
 

Detailed Description

The struct bit_field is used by set_in, set_set, set_del and set_sub. They in turn are used in pre.c to toggle bits that indicate whether a character can be used as a separator of function arguments. This facility is used in the communication with external channels.

Definition at line 878 of file structs.h.

Field Documentation

◆ bit_0

UBYTE bit_0

Definition at line 879 of file structs.h.

◆ bit_1

UBYTE bit_1

Definition at line 880 of file structs.h.

◆ bit_2

UBYTE bit_2

Definition at line 881 of file structs.h.

◆ bit_3

UBYTE bit_3

Definition at line 882 of file structs.h.

◆ bit_4

UBYTE bit_4

Definition at line 883 of file structs.h.

◆ bit_5

UBYTE bit_5

Definition at line 884 of file structs.h.

◆ bit_6

UBYTE bit_6

Definition at line 885 of file structs.h.

◆ bit_7

UBYTE bit_7

Definition at line 886 of file structs.h.


The documentation for this struct was generated from the following file: