get_budget_status

Function get_budget_status 

Source
pub fn get_budget_status() -> Result<u32>
Expand description

Query actual low-power percentage vs. budget target.

Returns the actual low-power percentage in hundredths (0..10000).

ยงErrors

Returns Error::InvalidParam if the PM subsystem is not initialised.