Skip to main content

pio_module_producer

Function pio_module_producer 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pio_module_producer( module: *const PioModule, output: *mut PioModuleProducerView, error: *mut *mut PioError, ) -> bool
Expand description

Read the program identity recorded with a module.

ยงSafety

Pointers and handles must satisfy the crate-level safety requirements.