furi_hal_power_debug_get

Function furi_hal_power_debug_get 

Source
pub unsafe extern "C" fn furi_hal_power_debug_get(
    callback: PropertyValueCallback,
    context: *mut c_void,
)
Expand description

Get power debug information

ยงArguments

  • callback (direction in) - callback to provide with new data
  • context (direction in) - context to pass to callback