Stm32F446 RM error?
I noticed, that in the RM for the stm32f446 (v6, 2021) the description for the number of slots in the SAI peripheral (NBSLOT) seems wrong?

I am not quite sure, but the behavior on my device suggests that the bitfield represents the number of slots -1.
Therefore, I write a 0b1 for 2 slots. The way it is formulated states that it would require a 0b11 for 2 slots. Is this an error or am i wrong?
