bit field teriminin İngilizce İngilizce sözlükte anlamı
A contiguous group of bits within a binary pattern; they are specified by a starting bit position and length The functions IBSET, IBCLR, BTEST, and IBITS, and the subroutine MVBITS operate on bit fields
a field representing multiple boolean values as a field of sequential binary digits or bits Usually used to represent a series of (on/off) options Also called bit flag field
A group of bits considered as a unit A bit field may cross byte boundaries if supported by the compiler