define lfds700_pal_atom_t

From liblfds.org
Jump to navigation Jump to search

Source File

└───liblfds700
    └───inc
        └───liblfds700
                lfds700_lfds700_porting_abstraction_layer_procesor.h

Typedef

typedef [type] lfds700_pal_atom_t;

Example

typedef int long long unsigned lfds700_pal_atom_t;

Optionality

This typedef is mandatory. Just try not setting it and see what happens :-)

Notes

The type lfds700_pal_atom_t is set to should be that of the unsigned integer which is the length of type used in atomic operations. This is always the same as the length of a general purpose integer register, i.e. the natural word length for the processor.

See Also