PatchworkOS
Loading...
Searching...
No Matches
integer.c File Reference

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
 

Variable Documentation

◆ integerByteSize

uint8_t integerByteSize = 0
static