Module lpc82x_hal::sleep[][src]

Higher-level sleep API

This module provides a higher-level API layer that can be used to put the microcontroller to sleep for a given amount of time.

Both sleeping via busy waiting and via regular sleep mode are supported. Please refer to sleep::Busy and sleep::Regular for more details.

Structs

Busy

Sleep mode based on busy waiting

Regular

Regular sleep mode

Traits

Sleep

Trait for putting the processor to sleep