pub unsafe extern "C" fn hal_ready(comp_id: c_int) -> c_int
Expand description

hal_ready() indicates that this component is ready. This allows halcmd ‘loadusr -W hal_example’ to wait until the userspace component ‘hal_example’ is ready before continuing.