__no_bit_access
In this section:
Syntax
See Syntax for type attributes used on functions.
Description
Data objects declared with the __no_bit_access keyword will not be accessed using bit instructions. The main use of this keyword is to declare memory-mapped peripheral units that do not support bit access.
Example
__no_bit_access int x;