[][src]Module lpc82x_hal::init_state

Contains types that encode the state of hardware initialization

The types in this module are used by structs representing peripherals or other hardware components, to encode the initialization state of the underlying hardware as part of the type.

Structs

Disabled

Indicates that the hardware component is disabled

Enabled

Indicates that the hardware component is enabled