unsigned int HAL_MatrixScan(int column)
| Entry | |
|---|---|
| column | Column number to scan |
| Exit | |
|---|---|
| - | Returns bitfield describing active rows |
This is an internal call for OS use only and should not be used by user software.
Returns a bitfield describing which rows are active on the specified column. Any timing issues, or the driving of the matrix between calls are left to the HAL.