Skip to main content

pio_balanced_network_generator_at

Function pio_balanced_network_generator_at 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pio_balanced_network_generator_at( network: *const PioBalancedNetwork, index: usize, output: *mut PioBalancedGeneratorView, error: *mut *mut PioError, ) -> bool
Expand description

Read one generator by zero based table position.

ยงSafety

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