module type FIELD =sig
..end
value
, with a given width and position within the
bitfield typetype
value
val get : CCBitField.S.t -> value
val set : value -> CCBitField.S.t -> CCBitField.S.t
val width : int
val name : string
val kind : value CCBitField.S.field_kind