Module rppal::system [] [src]

Raspberry Pi system-related tools.

Use DeviceInfo to identify what Raspberry Pi model and SoC the software is running on. This information is used internally to calculate the correct memory locations for the various BCM283x peripherals.

Structs

DeviceInfo

Retrieves Raspberry Pi device information.

Enums

Error

Errors that can occur when trying to identify the Raspberry Pi hardware.

Model

Identifiable Raspberry Pi models.

SoC

Identifiable Raspberry Pi SoCs.

Type Definitions

Result

Result type returned from methods that can have system::Errors.