|
PatchworkOS
|
Go to the source code of this file.
Functions | |
| uint64_t | aml_integer_handling_init (void) |
| Initialize integer handling. | |
| uint8_t | aml_integer_byte_size (void) |
| Get the byte size of an AML integer. | |
| uint8_t | aml_integer_bit_size (void) |
| Get the bit size of an AML integer. | |
| aml_integer_t | aml_integer_ones (void) |
| Get a mask with all bits set for the current AML integer size. | |
Variables | |
| static uint8_t | integerByteSize = 0 |
|
static |
Definition at line 6 of file integer.c.
Referenced by aml_integer_bit_size(), aml_integer_byte_size(), aml_integer_handling_init(), and aml_integer_ones().