PhysAddr

Type Alias PhysAddr 

Source
pub type PhysAddr = phys_addr_t;
Expand description

Physical address type.

This is a type alias to either u32 or u64 depending on the config option CONFIG_PHYS_ADDR_T_64BIT, and it can be a u64 even on 32-bit architectures.