Hi,
I could not find the info in the data sheet, but I guess it's 2's complement binary.
Assuming I have 12 bit selected, then it would be as follow:
MSB...LSB
011111111111 => +2047(max)
000000000000 => 0
111111111111 => -1
100000000000 => -2048(min)
I am right?