I'm unsure on what values to set in the spiDAT1_t.CSNR to uniquely set either CS0, 1, 2 or 3.
Is it correct that
- spiDAT1_t.CSNR = 0XFE => CS0 (11111110)
- spiDAT1_t.CSNR = 0XFD => CS1 (11111101)
- spiDAT1_t.CSNR = 0XFB => CS2 (11111011)
- spiDAT1_t.CSNR = 0XF7 => CS3 (11110111)
or am I mixing Encoded Chip Select and normal chip select?
(I'm reading the reference manual Rev A)