Defines | |
| #define | POSCFG_FBIT_USE_LUTABLE 0 |
| #define | POSCFG_FBIT_BITSHIFT 1 |
|
|
Generic finbit configuration, machine bit-shift ability. Some machines are very slow in doing bit-shifts. If your target is such a machine, you can define this parameter to zero to prevent findbit of doing excessive bitshifts. |
|
|
Generic finbit configuration, look-up table support. The findbit mechanism can be implemented as look-up table.
POSCFG_FBIT_USE_LUTABLE = 0:
POSCFG_FBIT_USE_LUTABLE = 1:
POSCFG_FBIT_USE_LUTABLE = 2: |
1.4.6-NO