Returns None when overflows occur.
Underflows remain set to the minimum value, and overflows remain set to the maximum value.
Performs modulo when overflows occur with unsigned encoding. When overflows occur with signed encoding, the value restarts at the most negative value. When underflows occur with signed encoding, the value restarts at the most positive value.
Enumeration specifying bit overflow controls for the bitfield command.